|
@@ -23,8 +23,9 @@
|
|
<androidx.appcompat.widget.AppCompatCheckBox
|
|
<androidx.appcompat.widget.AppCompatCheckBox
|
|
android:id="@+id/cb_1"
|
|
android:id="@+id/cb_1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
|
|
+ android:layout_height="30dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:layout_marginStart="24dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginTop="8dp"
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
android:clickable="false"
|
|
android:clickable="false"
|
|
@@ -40,10 +41,11 @@
|
|
<androidx.appcompat.widget.AppCompatCheckBox
|
|
<androidx.appcompat.widget.AppCompatCheckBox
|
|
android:id="@+id/cb_2"
|
|
android:id="@+id/cb_2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
|
|
+ android:layout_height="30dp"
|
|
|
|
+ android:gravity="center_vertical"
|
|
|
|
+ android:layout_marginStart="24dp"
|
|
android:focusable="false"
|
|
android:focusable="false"
|
|
|
|
+ android:layout_marginTop="8dp"
|
|
android:clickable="false"
|
|
android:clickable="false"
|
|
android:button="@drawable/tools_ic_cert_trusted_checkbox_radio"
|
|
android:button="@drawable/tools_ic_cert_trusted_checkbox_radio"
|
|
android:paddingStart="8dp"
|
|
android:paddingStart="8dp"
|
|
@@ -54,64 +56,13 @@
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toBottomOf="@id/cb_1" />
|
|
app:layout_constraintTop_toBottomOf="@id/cb_1" />
|
|
|
|
|
|
- <androidx.appcompat.widget.AppCompatCheckBox
|
|
|
|
- android:id="@+id/cb_3"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:focusable="false"
|
|
|
|
- android:clickable="false"
|
|
|
|
- android:button="@drawable/tools_ic_cert_trusted_checkbox_radio"
|
|
|
|
- android:paddingStart="8dp"
|
|
|
|
- android:text="@string/tools_trusted_3"
|
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
- app:layout_constraintHorizontal_bias="0"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cb_2" />
|
|
|
|
-
|
|
|
|
- <androidx.appcompat.widget.AppCompatCheckBox
|
|
|
|
- android:id="@+id/cb_4"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:focusable="false"
|
|
|
|
- android:clickable="false"
|
|
|
|
- android:button="@drawable/tools_ic_cert_trusted_checkbox_radio"
|
|
|
|
- android:paddingStart="8dp"
|
|
|
|
- android:text="@string/tools_trusted_4"
|
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
- app:layout_constraintHorizontal_bias="0"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cb_3" />
|
|
|
|
-
|
|
|
|
- <androidx.appcompat.widget.AppCompatCheckBox
|
|
|
|
- android:id="@+id/cb_5"
|
|
|
|
- android:layout_width="wrap_content"
|
|
|
|
- android:layout_height="wrap_content"
|
|
|
|
- android:layout_marginStart="16dp"
|
|
|
|
- android:layout_marginTop="8dp"
|
|
|
|
- android:focusable="false"
|
|
|
|
- android:clickable="false"
|
|
|
|
- android:button="@drawable/tools_ic_cert_trusted_checkbox_radio"
|
|
|
|
- android:paddingStart="8dp"
|
|
|
|
- android:text="@string/tools_trusted_5"
|
|
|
|
- app:layout_constrainedWidth="true"
|
|
|
|
- app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
- app:layout_constraintHorizontal_bias="0"
|
|
|
|
- app:layout_constraintStart_toStartOf="parent"
|
|
|
|
- app:layout_constraintTop_toBottomOf="@id/cb_4" />
|
|
|
|
-
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
android:id="@+id/btn_trusted"
|
|
android:id="@+id/btn_trusted"
|
|
android:layout_width="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_marginHorizontal="16dp"
|
|
android:layout_marginHorizontal="16dp"
|
|
- android:layout_marginTop="32dp"
|
|
|
|
|
|
+ android:layout_marginTop="24dp"
|
|
android:layout_marginBottom="24dp"
|
|
android:layout_marginBottom="24dp"
|
|
android:background="@drawable/tools_sign_cert_info_btn_bg"
|
|
android:background="@drawable/tools_sign_cert_info_btn_bg"
|
|
android:foreground="@drawable/tools_common_btn_corner_ripple"
|
|
android:foreground="@drawable/tools_common_btn_corner_ripple"
|
|
@@ -124,7 +75,7 @@
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
- app:layout_constraintTop_toBottomOf="@id/cb_5"
|
|
|
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/cb_2"
|
|
app:layout_constraintVertical_bias="1" />
|
|
app:layout_constraintVertical_bias="1" />
|
|
|
|
|
|
|
|
|