1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-03-23 21:54:54 +03:00

Added menu

This commit is contained in:
NeoTheFox 2018-07-06 15:56:23 +03:00
parent 3117a0dff5
commit b2987ebe65

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>