[android] added icons for "about" menu.

This commit is contained in:
rachytski 2011-12-22 16:54:56 +04:00 committed by Alex Zolotarev
parent 5886b98ccd
commit 591df2661b
4 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -9,5 +9,6 @@
android:title="@string/download_maps" />
<item android:id="@+id/about_dialog"
android:title="@string/about"/>
android:title="@string/about"
android:icon="@drawable/ic_menu_about"/>
</menu>