|
@@ -1535,16 +1535,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="驾驶证发证机关"
|
|
|
android:textColor="@color/text_title"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
|
<com.ysnows.base.widget.DelEditText
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="right|center"
|
|
@@ -1562,20 +1562,51 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="13dp"
|
|
|
- android:onClick="@{v->vm.choseTime(3)}"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
+ android:text="驾照类型"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <com.ysnows.base.widget.DelEditText
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_weight="1"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="right|center"
|
|
|
+ android:hint="驾照类型"
|
|
|
+ android:paddingStart="@dimen/dp_10"
|
|
|
+ android:text="@={vm.carClass}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textColorHint="#979899"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
+ android:onClick="@{v->vm.choseTime(3)}"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
android:text="驾驶证开始日期"
|
|
|
android:textColor="@color/text_title"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
|
<com.ysnows.base.widget.DelEditText
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@color/white"
|
|
|
android:gravity="right|center"
|
|
@@ -1803,16 +1834,16 @@
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
android:text="驾驶证发证机关"
|
|
|
android:textColor="@color/text_title"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:gravity="right|center"
|
|
|
android:paddingStart="@dimen/dp_10"
|
|
@@ -1823,6 +1854,35 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="13dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="驾照类型"
|
|
|
+ android:textColor="@color/text_title"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:gravity="right|center"
|
|
|
+ android:paddingStart="@dimen/dp_10"
|
|
|
+ android:text="@{vm.carClass}"
|
|
|
+ android:textColor="#26292F"
|
|
|
+ android:textSize="@dimen/sp_13" />
|
|
|
+
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|