mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
forgot to add this earlier and git didn't complain...
This commit is contained in:
parent
95056db997
commit
66f4b0d2f6
1 changed files with 10 additions and 0 deletions
10
xwords4/android/XWords4/res/menu/prefs_menu.xml
Normal file
10
xwords4/android/XWords4/res/menu/prefs_menu.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/menu_revert_colors"
|
||||
android:title="@string/menu_revert_colors"
|
||||
/>
|
||||
<item android:id="@+id/menu_revert_all"
|
||||
android:title="@string/menu_revert_all"
|
||||
/>
|
||||
</menu>
|
Loading…
Add table
Reference in a new issue