mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
switch menu positions
This commit is contained in:
parent
be698069a4
commit
3f332480fb
1 changed files with 4 additions and 4 deletions
|
@ -39,15 +39,15 @@
|
||||||
<item android:id="@+id/games_menu_knownplyrs"
|
<item android:id="@+id/games_menu_knownplyrs"
|
||||||
android:title="@string/gamel_menu_knownplyrs"
|
android:title="@string/gamel_menu_knownplyrs"
|
||||||
/>
|
/>
|
||||||
|
<item android:id="@+id/games_menu_about"
|
||||||
|
android:title="@string/board_menu_file_about"
|
||||||
|
android:icon="@android:drawable/ic_menu_info_details"
|
||||||
|
/>
|
||||||
<item android:id="@+id/games_menu_email"
|
<item android:id="@+id/games_menu_email"
|
||||||
android:title="@string/board_menu_file_email"
|
android:title="@string/board_menu_file_email"
|
||||||
android:icon="@drawable/email__gen"
|
android:icon="@drawable/email__gen"
|
||||||
android:showAsAction="ifRoom"
|
android:showAsAction="ifRoom"
|
||||||
/>
|
/>
|
||||||
<item android:id="@+id/games_menu_about"
|
|
||||||
android:title="@string/board_menu_file_about"
|
|
||||||
android:icon="@android:drawable/ic_menu_info_details"
|
|
||||||
/>
|
|
||||||
<item android:id="@+id/games_menu_resend"
|
<item android:id="@+id/games_menu_resend"
|
||||||
android:title="@string/board_menu_game_resend"
|
android:title="@string/board_menu_game_resend"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue