mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-08 11:02:54 +00:00
Created debug menu
This commit is contained in:
8
app/src/main/res/menu/debug_menu.xml
Normal file
8
app/src/main/res/menu/debug_menu.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@+id/clear_local_db"
|
||||
android:title="@string/menu_clear_local_db"/>
|
||||
|
||||
</menu>
|
@ -16,7 +16,7 @@
|
||||
<item
|
||||
android:id="@+id/action_logout"
|
||||
android:title="@string/main_menu_logout"
|
||||
android:orderInCategory="100"
|
||||
android:orderInCategory="101"
|
||||
app:showAsAction="never"/>
|
||||
|
||||
</menu>
|
Reference in New Issue
Block a user