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:
727 bytes
|
Rev | Line | |
---|
[9b1f66b] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
[5d9e7bb] | 2 | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
---|
| 3 | android:layout_width="fill_parent"
|
---|
| 4 | android:layout_height="fill_parent">
|
---|
[bb2fa26] | 5 | <com.medievaltech.advancewars.GameView android:id="@+id/main_view"
|
---|
[5d9e7bb] | 6 | android:layout_width="fill_parent"
|
---|
| 7 | android:layout_height="fill_parent" />
|
---|
| 8 | <RelativeLayout android:layout_width="fill_parent"
|
---|
| 9 | android:layout_height="fill_parent">
|
---|
| 10 | <TextView android:id="@+id/text" android:visibility="visible" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:gravity="center_horizontal" android:textColor="#88ffffff" android:textSize="24sp" />
|
---|
| 11 | </RelativeLayout>
|
---|
| 12 | </FrameLayout>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.