parent
aafc456dab
commit
5f878b92b5
@ -1,128 +0,0 @@
|
||||
<RelativeLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#ffffff">
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="80dp"
|
||||
android:orientation="horizontal"
|
||||
android:background="#cc00cc"
|
||||
android:gravity="center"
|
||||
android:paddingTop="20dp">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="航吃Hang吃"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="17sp"
|
||||
android:padding="10dp"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
<com.sbw.atrue.Order.Activity.Turntable
|
||||
android:id="@+id/TurnTable"
|
||||
android:layout_width="389dp"
|
||||
android:layout_height="345dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:padding="20dp" />
|
||||
<ImageView
|
||||
android:id="@+id/StartAndEnd"
|
||||
android:layout_width="100dp"
|
||||
android:layout_height="100dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:src="@drawable/start"
|
||||
android:onClick="Start"/>
|
||||
<com.franzliszt.foodturntable.AnimatedCircleLoadingView
|
||||
android:id="@+id/loadingView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:background="#000000"
|
||||
android:alpha="0.9"
|
||||
android:layout_centerInParent="true"
|
||||
app:animCircleLoadingView_mainColor="#cc00cc"
|
||||
app:animCircleLoadingView_secondaryColor="#ff0000"
|
||||
app:animCircleLoadingView_textColor="@android:color/white"
|
||||
android:visibility="gone"
|
||||
/>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/TurnTable"
|
||||
android:orientation="vertical"
|
||||
android:layout_marginTop="20dp"
|
||||
>
|
||||
<RadioGroup
|
||||
android:id="@+id/RG"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:layout_gravity="center"
|
||||
android:gravity="center"
|
||||
>
|
||||
<RadioButton
|
||||
android:id="@+id/eightParts"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="食堂"
|
||||
android:layout_marginRight="10dp"
|
||||
/>
|
||||
<RadioButton
|
||||
android:id="@+id/threeParts"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="楼层"
|
||||
android:layout_marginRight="10dp"
|
||||
android:layout_marginLeft="10dp"/>
|
||||
<RadioButton
|
||||
android:id="@+id/eightParts1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="窗口"
|
||||
android:layout_marginLeft="10dp"/>
|
||||
</RadioGroup>
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center"
|
||||
android:layout_marginTop="20dp">
|
||||
|
||||
<Button
|
||||
android:id="@+id/ConfirmSelection"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="50dp"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginRight="20dp"
|
||||
android:background="@drawable/oval"
|
||||
android:elevation="4dp"
|
||||
android:onClick="Confirm"
|
||||
android:text="Confirm"
|
||||
android:textAllCaps="false"
|
||||
android:textColor="#ffffff"
|
||||
android:textSize="12sp" />
|
||||
<Button
|
||||
android:elevation="10dp"
|
||||
android:layout_width="50dp"
|
||||
android:layout_height="50dp"
|
||||
android:text="Reset"
|
||||
android:textSize="12sp"
|
||||
android:textAllCaps="false"
|
||||
android:textColor="#ffffff"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:onClick="Reset"
|
||||
android:background="@drawable/oval"
|
||||
android:layout_marginLeft="20dp"/>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
</RelativeLayout>
|
Loading…
Reference in new issue