Commit 77b620f4be54ebcc3710ad7b35d3dc7b9f4fed36

Authored by Imanol-Mikel Barba Sabariego
1 parent 2619352c

--no commit message

res/drawable-hdpi/help.png 0 → 100644

1.62 KB

res/drawable-hdpi/preferences.png 0 → 100644

3.2 KB

res/menu/menu.xml
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
3   - <item android:id="@+id/itemprefs" android:title="@string/prefs"></item>
4   - <item android:id="@+id/itemhelp" android:title="@string/help"></item>
5   -
  3 +
  4 + <item
  5 + android:id="@+id/itemprefs"
  6 + android:icon="@drawable/preferences"
  7 + android:title="@string/prefs">
  8 + </item>
  9 + <item
  10 + android:id="@+id/itemhelp"
  11 + android:icon="@drawable/help"
  12 + android:title="@string/help">
  13 +
  14 + </item>
6 15  
7 16 </menu>
8 17 \ No newline at end of file
... ...