parent
5f878b92b5
commit
fe238dae3c
@ -1,42 +0,0 @@
|
|||||||
<?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>
|
|
Loading…
Reference in new issue