use proper Holo icons for delete and add
BIN
xwords4/android/XWords4/res/drawable-hdpi/content_new.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3 KiB |
BIN
xwords4/android/XWords4/res/drawable-mdpi/content_new.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.9 KiB |
BIN
xwords4/android/XWords4/res/drawable-xhdpi/content_new.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.1 KiB |
|
@ -3,7 +3,7 @@
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<item android:id="@+id/gamel_menu_newgame"
|
<item android:id="@+id/gamel_menu_newgame"
|
||||||
android:title="@string/button_new_game"
|
android:title="@string/button_new_game"
|
||||||
android:icon="@android:drawable/ic_menu_add"
|
android:icon="@drawable/content_new"
|
||||||
android:showAsAction="ifRoom"
|
android:showAsAction="ifRoom"
|
||||||
/>
|
/>
|
||||||
<item android:id="@+id/gamel_menu_newgroup"
|
<item android:id="@+id/gamel_menu_newgroup"
|
||||||
|
|