Repo created
This commit is contained in:
parent
f2d952b743
commit
3ecd57d1b2
475 changed files with 37130 additions and 2 deletions
10
res/menu/launcher_menu.xml
Normal file
10
res/menu/launcher_menu.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:context=".LauncherActivity">
|
||||
|
||||
<item
|
||||
android:id="@+id/btnLaunchSettingsActivity"
|
||||
android:title=""
|
||||
android:icon="@drawable/cog_outline"
|
||||
android:showAsAction="always" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue