|
@@ -6,7 +6,9 @@
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:id="@+id/cs_content"
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="0dp"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_header"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_header"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="25dp"
|
|
|
android:background="@drawable/bg_white_10dp"
|
|
@@ -190,6 +192,7 @@
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<ImageView
|
|
|
+ android:id="@+id/iv_header"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:src="@drawable/bg_home_cert_dialog_header"
|