diff options
author | Fup Duck <fupduck@sacknagel.com> | 2018-03-06 12:24:22 +0100 |
---|---|---|
committer | Fup Duck <fupduck@sacknagel.com> | 2018-03-06 12:24:22 +0100 |
commit | 54e95a61bc553d985f6c55823da20985b6103aa0 (patch) | |
tree | d723bb57986dcc22766c9f5ebebd34a49cceeb02 /app/src/main/res/menu | |
parent | d2a68f7f72de06b26aa6ab0a139512455ba0fe76 (diff) |
cleanup - rename layout files
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r-- | app/src/main/res/menu/main.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/src/main/res/menu/main.xml b/app/src/main/res/menu/main.xml deleted file mode 100644 index 56f43959..00000000 --- a/app/src/main/res/menu/main.xml +++ /dev/null @@ -1,13 +0,0 @@ -<menu xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - tools:context="se.leap.bitmaskclient.MainActivity"> - <item - android:id="@+id/action_example" - android:showAsAction="withText|ifRoom" - android:title="@string/action_example" /> - <item - android:id="@+id/action_settings" - android:orderInCategory="100" - android:showAsAction="never" - android:title="@string/action_settings" /> -</menu> |