diff options
Diffstat (limited to 'app/src/main/res/menu/global.xml')
| -rwxr-xr-x | app/src/main/res/menu/global.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/src/main/res/menu/global.xml b/app/src/main/res/menu/global.xml index fc41e98..86959a3 100755 --- a/app/src/main/res/menu/global.xml +++ b/app/src/main/res/menu/global.xml @@ -1,5 +1,5 @@ <menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
- <item android:id="@+id/action_settings" android:title="@string/action_settings"
- android:orderInCategory="100" app:showAsAction="never" />
-</menu>
+xmlns:app="http://schemas.android.com/apk/res-auto">
+<item android:id="@+id/action_settings" android:title="@string/action_settings"
+ android:orderInCategory="100" app:showAsAction="never" />
+</menu>
\ No newline at end of file |
