diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 21:21:04 +0100 | 
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-22 21:21:04 +0100 | 
| commit | de9fb104c6a7c1e07caeda4570975c1bc651c491 (patch) | |
| tree | fd17bf923c046fe00c5ac19b7b8c6207e9896400 /app/src/main/res | |
| parent | b64a89d8b90c0ca537dfe2fad83ac32e7deeffb1 (diff) | |
Removed the settings option in the actionbar
Diffstat (limited to 'app/src/main/res')
| -rw-r--r-- | app/src/main/res/menu/menu_main.xml | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml deleted file mode 100644 index 4d1a64f..0000000 --- a/app/src/main/res/menu/menu_main.xml +++ /dev/null @@ -1,10 +0,0 @@ -<menu xmlns:android="http://schemas.android.com/apk/res/android" -    xmlns:app="http://schemas.android.com/apk/res-auto" -    xmlns:tools="http://schemas.android.com/tools" -    tools:context="xyz.adjutor.aniki.MainActivity"> -    <item -        android:id="@+id/action_settings" -        android:orderInCategory="100" -        android:title="@string/action_settings" -        app:showAsAction="never" /> -</menu>
\ No newline at end of file | 
