mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 21:54:54 +03:00
Added menu
This commit is contained in:
parent
3117a0dff5
commit
b2987ebe65
6
app/src/main/res/menu/menu.xml
Normal file
6
app/src/main/res/menu/menu.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/settings"
|
||||
android:title="Settings" />
|
||||
<item android:id="@+id/about"
|
||||
android:title="About" />
|
||||
</menu>
|
||||
Loading…
x
Reference in New Issue
Block a user