Last change
on this file since bb2fa26 was bb2fa26, checked in by dportnoy <devnull@…>, 10 years ago |
Add a menu for in-game actions.
|
-
Property mode
set to
100644
|
File size:
370 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <menu xmlns:android="http://schemas.android.com/apk/res/android">
|
---|
3 | <item android:id="@+id/attack"
|
---|
4 | android:title="@string/unit_menu_attack" />
|
---|
5 | <item android:id="@+id/move"
|
---|
6 | android:title="@string/unit_menu_move" />
|
---|
7 | <item android:id="@+id/cancel"
|
---|
8 | android:title="@string/unit_menu_cancel" />
|
---|
9 | </menu>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.