use proper Holo icons for delete and add

This commit is contained in:
Eric House 2013-10-14 08:08:46 -07:00
parent 44b9afe709
commit 638ad7b2c2
7 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -3,7 +3,7 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item android:id="@+id/gamel_menu_newgame"
android:title="@string/button_new_game"
android:icon="@android:drawable/ic_menu_add"
android:icon="@drawable/content_new"
android:showAsAction="ifRoom"
/>
<item android:id="@+id/gamel_menu_newgroup"