author | Wuzzy <Wuzzy2@mail.ru> |
Thu, 04 Oct 2018 19:12:09 +0200 | |
changeset 13833 | 664935d80668 |
parent 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 |
7582
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7508
diff
changeset
|
13 |
android:id="@+id/edit_teams" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7508
diff
changeset
|
14 |
android:title="@string/edit_teams_menu" |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7508
diff
changeset
|
15 |
android:showAsAction="ifRoom|withText" /> |
714310efad8f
Hedgeroid: Final sprint to the deadline
Medo <smaxein@googlemail.com>
parents:
7508
diff
changeset
|
16 |
<item |
7508
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
17 |
android:id="@+id/edit_weaponsets" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
18 |
android:title="@string/edit_weaponsets_menu" |
763d3961400b
Hedgeroid: Frantic scrabbling toward the deadline
Medo <smaxein@googlemail.com>
parents:
7444
diff
changeset
|
19 |
android:showAsAction="ifRoom|withText" /> |
7444 | 20 |
</menu> |