mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
add icons to the games list activity menu, three built-in and one with
a CC license.
This commit is contained in:
parent
b345938e03
commit
2449962185
1 changed files with 4 additions and 0 deletions
|
@ -6,15 +6,19 @@
|
|||
<!-- /> -->
|
||||
<item android:id="@+id/gamel_menu_prefs"
|
||||
android:title="@string/gamel_menu_prefs"
|
||||
android:icon="@android:drawable/ic_menu_preferences"
|
||||
/>
|
||||
<item android:id="@+id/gamel_menu_dicts"
|
||||
android:title="@string/gamel_menu_dicts"
|
||||
android:icon="@drawable/dicticon"
|
||||
/>
|
||||
<item android:id="@+id/gamel_menu_delete_all"
|
||||
android:title="@string/gamel_menu_delete_all"
|
||||
android:icon="@android:drawable/ic_menu_delete"
|
||||
/>
|
||||
<item android:id="@+id/gamel_menu_about"
|
||||
android:title="@string/board_menu_file_about"
|
||||
android:icon="@android:drawable/ic_menu_info_details"
|
||||
android:alphabeticShortcut="A"
|
||||
/>
|
||||
</menu>
|
||||
|
|
Loading…
Add table
Reference in a new issue