|
@@ -57,8 +57,9 @@
|
|
|
android:layout_marginTop="120dp">
|
|
|
|
|
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
+ android:id="@+id/line_car"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="42dp"
|
|
|
+ android:layout_height="57dp"
|
|
|
app:sLeftTextString="线路车辆:"
|
|
|
app:sLeftTextIsBold="true"
|
|
|
app:sLeftTextSize="21sp"
|
|
@@ -66,11 +67,14 @@
|
|
|
/>
|
|
|
|
|
|
<com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
+ android:id="@+id/line_member"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="42dp"
|
|
|
+ android:layout_height="65dp"
|
|
|
app:sLeftTextString="线路人员:"
|
|
|
app:sLeftTextIsBold="true"
|
|
|
app:sLeftTextSize="21sp"
|
|
|
+ app:sCenterTextSize="210sp"
|
|
|
+ app:sCenterTextIsBold="true"
|
|
|
android:layout_marginTop="40dp"
|
|
|
app:sLeftIconRes="@drawable/ic_task_line_member"
|
|
|
/>
|
|
@@ -80,8 +84,97 @@
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
|
|
|
|
+<androidx.cardview.widget.CardView
|
|
|
+ android:id="@+id/escort_member"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="220dp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/task_handle_card"
|
|
|
+>
|
|
|
+
|
|
|
+
|
|
|
+</androidx.cardview.widget.CardView>
|
|
|
+
|
|
|
+ <androidx.cardview.widget.CardView
|
|
|
+ android:id="@+id/go_next"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="62dp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="parent"
|
|
|
+ app:layout_constraintBottom_toTopOf="@id/bottom_nav"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0">
|
|
|
+ <com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
+ android:layout_width="180dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:id="@+id/top_setting_go_btn"
|
|
|
+ app:sCenterTextColor="@color/black"
|
|
|
+ app:sCenterTextString="确认验证"
|
|
|
+ app:sCenterTextIsBold="true"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ app:layout_constraintEnd_toStartOf="@+id/divider_setting"
|
|
|
+ app:sLeftIconRes="@drawable/ic_setting"
|
|
|
+ app:sLeftIconWidth="45sp"
|
|
|
+ app:sLeftIconHeight="45sp"
|
|
|
+ app:sLeftViewGravity="left_center"
|
|
|
|
|
|
+ />
|
|
|
+ <View
|
|
|
+ android:id="@+id/divider_setting"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="120dp"
|
|
|
+ android:background="@drawable/divider_bg"
|
|
|
+ app:layout_constraintStart_toEndOf="@+id/top_setting_go_btn"
|
|
|
+
|
|
|
+ android:layout_gravity="center_vertical"
|
|
|
+ />
|
|
|
|
|
|
|
|
|
|
|
|
+ <com.xuexiang.xui.widget.textview.supertextview.SuperTextView
|
|
|
+ android:layout_width="180dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:layout_marginStart="220dp"
|
|
|
+ android:id="@+id/top_setting_logout_btn"
|
|
|
+ app:layout_constraintTop_toTopOf="parent"
|
|
|
+ app:layout_constraintEnd_toEndOf="parent"
|
|
|
+ app:sCenterTextColor="@color/black"
|
|
|
+ app:sCenterTextString="取消验证"
|
|
|
+ app:sLeftIconRes="@drawable/ic_setting_logout"
|
|
|
+ app:sLeftIconWidth="45sp"
|
|
|
+ app:sLeftIconHeight="45sp"
|
|
|
+ app:sCenterTextIsBold="true"
|
|
|
+ />
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ </androidx.cardview.widget.CardView>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ <jx.cn.escort.ui.widget.CustomBottomNav
|
|
|
+ android:theme="@style/App.Material"
|
|
|
+ android:id="@+id/bottom_nav"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ app:layout_constraintEnd_toStartOf="parent"
|
|
|
+ app:layout_constraintBottom_toBottomOf="parent"
|
|
|
+ app:layout_constraintHorizontal_bias="0.0"
|
|
|
+ app:itemIconSize="20dp"
|
|
|
+ app:layout_constraintStart_toStartOf="parent"
|
|
|
+ android:background="#D7E8E8"
|
|
|
+ app:itemBackground="@null"
|
|
|
+ app:menu="@menu/layout_nav_menu"
|
|
|
+ style="@style/BottomNavigationView"
|
|
|
+
|
|
|
+ />
|
|
|
+
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|