1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-06-13 14:30:49 +03:00

Added menu

This commit is contained in:
2018-07-06 15:56:23 +03:00
parent 3117a0dff5
commit b2987ebe65
+6
View 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>