author | Medo <smaxein@googlemail.com> |
Sat, 18 Aug 2012 00:47:51 +0200 | |
changeset 7508 | 763d3961400b |
parent 7444 | 2e31f114f57e |
child 7582 | 714310efad8f |
permissions | -rw-r--r-- |
7444 | 1 |
<menu xmlns:android="http://schemas.android.com/apk/res/android" > |
2 |
<item |
|
3 |
android:id="@+id/download" |
|
4 |
android:title="@string/main_menu_downloader" |
|
5 |
android:icon="@android:drawable/ic_menu_save" |
|
6 |
android:showAsAction="ifRoom|withText" /> |
|
7 |
<item |
|
8 |
android:id="@+id/preferences" |
|
9 |
android:title="@string/main_menu_preferences" |
|
10 |
android:icon="@android:drawable/ic_menu_preferences" |
|
11 |
android:showAsAction="ifRoom|withText" /> |
|
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
12 |
<item |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
13 |
android:id="@+id/edit_weaponsets" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
14 |
android:title="@string/edit_weaponsets_menu" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
15 |
android:showAsAction="ifRoom|withText" /> |
7444 | 16 |
</menu> |