You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
android:background="@drawable/background01">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="14dp"
|
|
android:paddingTop="220dp"
|
|
android:paddingRight="14dp"
|
|
>
|
|
|
|
<TextView
|
|
android:id="@+id/canteen_floor"
|
|
android:layout_width="0dp"
|
|
android:layout_height="200dp"
|
|
android:layout_weight="1"
|
|
android:gravity="center"
|
|
android:text="楼层"
|
|
android:textColor="#000"
|
|
android:textSize="30sp"
|
|
android:background="@drawable/bg_turntableleft"/>
|
|
|
|
<TextView
|
|
android:id="@+id/canteen_window"
|
|
android:layout_width="0dp"
|
|
android:layout_height="200dp"
|
|
android:layout_weight="2"
|
|
android:gravity="center"
|
|
android:text="窗口"
|
|
android:textColor="#000"
|
|
android:textSize="30sp"
|
|
android:background="@drawable/bg_turntableright"/>
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout> |