|
@@ -18,6 +18,14 @@
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
+ android:id="@+id/view_line"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_bg"
|
|
|
+ android:layout_width="1px"
|
|
|
+ android:layout_height="1px"/>
|
|
|
<TextView
|
|
|
android:id="@+id/tv_next_tip"
|
|
|
android:layout_width="wrap_content"
|
|
@@ -31,6 +39,6 @@
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="17dp"
|
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_bg"
|
|
|
- app:layout_constraintBottom_toBottomOf="@+id/iv_bg" />
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/view_line" />
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|