feat: opt handover ui
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<data>
|
||||
|
||||
<import type="android.view.View" />
|
||||
|
||||
<variable
|
||||
@@ -28,8 +29,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="10dp"
|
||||
android:orientation="vertical">
|
||||
android:orientation="vertical"
|
||||
android:padding="10dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -377,23 +378,23 @@
|
||||
<RadioButton
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:alpha="1.0"
|
||||
android:checked="@{viewModel.cbEcFlag.equals(`0`)}"
|
||||
android:clickable="false"
|
||||
android:focusable="false"
|
||||
android:text="否"
|
||||
android:textSize="14sp"
|
||||
android:alpha="1.0" />
|
||||
android:textSize="14sp" />
|
||||
|
||||
<RadioButton
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="10dp"
|
||||
android:alpha="1.0"
|
||||
android:checked="@{viewModel.cbEcFlag.equals(`1`)}"
|
||||
android:clickable="false"
|
||||
android:focusable="false"
|
||||
android:text="是"
|
||||
android:textSize="14sp"
|
||||
android:alpha="1.0" />
|
||||
android:textSize="14sp" />
|
||||
</RadioGroup>
|
||||
</LinearLayout>
|
||||
|
||||
@@ -609,7 +610,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="0.7"
|
||||
android:layout_weight="0.8"
|
||||
android:background="@drawable/bg_table_cell"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -639,7 +640,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="5.3"
|
||||
android:layout_weight="5.2"
|
||||
android:orientation="vertical">
|
||||
|
||||
<LinearLayout
|
||||
@@ -650,7 +651,7 @@
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="3.3"
|
||||
android:layout_weight="3.2"
|
||||
android:background="@drawable/bg_table_cell"
|
||||
android:gravity="start|center_vertical"
|
||||
android:padding="5dp"
|
||||
@@ -697,7 +698,7 @@
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="3.3"
|
||||
android:layout_weight="3.2"
|
||||
android:background="@drawable/bg_table_cell"
|
||||
android:gravity="start|center_vertical"
|
||||
android:padding="5dp"
|
||||
@@ -745,7 +746,7 @@
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="3.3"
|
||||
android:layout_weight="3.2"
|
||||
android:background="@drawable/bg_table_cell"
|
||||
android:gravity="start|center_vertical"
|
||||
android:padding="5dp"
|
||||
@@ -792,7 +793,7 @@
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="3.3"
|
||||
android:layout_weight="3.2"
|
||||
android:background="@drawable/bg_table_cell"
|
||||
android:gravity="start|center_vertical"
|
||||
android:padding="5dp"
|
||||
@@ -839,7 +840,7 @@
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="3.3"
|
||||
android:layout_weight="3.2"
|
||||
android:background="@drawable/bg_table_cell"
|
||||
android:gravity="start|center_vertical"
|
||||
android:padding="5dp"
|
||||
|
||||
Reference in New Issue
Block a user