调整了部分问题
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="80dp"
|
||||
android:layout_marginTop="60dp"
|
||||
android:text="柜体编号"
|
||||
android:textColor="#ff7c6d6a"
|
||||
android:textSize="20sp" />
|
||||
@@ -36,7 +36,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="52dp"
|
||||
android:layout_marginTop="48dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
@@ -73,10 +73,13 @@
|
||||
android:background="@color/transparent"
|
||||
android:gravity="center"
|
||||
android:maxLines="1"
|
||||
android:hint="请录入餐盘码"
|
||||
android:inputType="number"
|
||||
android:textColor="#fff0c8b4"
|
||||
android:textColorHint="#ff7c6d6a"
|
||||
android:textSize="26sp"
|
||||
android:textStyle="bold"
|
||||
tools:text="100888" />
|
||||
tools:text="" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -139,7 +142,7 @@
|
||||
android:id="@+id/ll_bind"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="80dp"
|
||||
android:layout_marginTop="28dp"
|
||||
android:layout_marginTop="24dp"
|
||||
android:background="@drawable/shape_btn_bg"
|
||||
android:gravity="center">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user