|
@@ -72,10 +72,10 @@
|
|
app:layout_constraintTop_toTopOf="@id/iv_content_bg" />
|
|
app:layout_constraintTop_toTopOf="@id/iv_content_bg" />
|
|
|
|
|
|
<View
|
|
<View
|
|
- android:layout_marginTop="7dp"
|
|
|
|
|
|
+ android:layout_marginBottom="8dp"
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_top"
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_top"
|
|
android:id="@+id/view_help"
|
|
android:id="@+id/view_help"
|
|
- app:layout_constraintTop_toBottomOf="@+id/iv_top"
|
|
|
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_top"
|
|
android:layout_width="1px"
|
|
android:layout_width="1px"
|
|
android:layout_height="1px"/>
|
|
android:layout_height="1px"/>
|
|
|
|
|
|
@@ -84,12 +84,14 @@
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="17dp"
|
|
android:layout_marginTop="17dp"
|
|
|
|
+ app:layout_constraintHorizontal_chainStyle="packed"
|
|
app:layout_constraintRight_toLeftOf="@+id/btn_commit"
|
|
app:layout_constraintRight_toLeftOf="@+id/btn_commit"
|
|
android:src="@drawable/icon_no_permission_cancel_bg"
|
|
android:src="@drawable/icon_no_permission_cancel_bg"
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_top"
|
|
app:layout_constraintLeft_toLeftOf="@+id/iv_top"
|
|
app:layout_constraintBottom_toTopOf="@+id/view_help" />
|
|
app:layout_constraintBottom_toTopOf="@+id/view_help" />
|
|
|
|
|
|
<ImageView
|
|
<ImageView
|
|
|
|
+ android:layout_marginStart="11dp"
|
|
android:id="@+id/btn_commit"
|
|
android:id="@+id/btn_commit"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|