[Android] Explicitly specified CheckBox type in resources
Otherwise it falls back to MaterialCheckBox and causes UI issues Fixes https://github.com/brave/brave-browser/issues/20647
This commit is contained in:
@@ -439,7 +439,7 @@
|
||||
android:textStyle="bold"
|
||||
android:paddingStart="10dp"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/make_monthly_checkbox"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
android:visibility="gone"
|
||||
android:orientation="vertical">
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/other_issue_checkbox_1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -126,7 +126,7 @@
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/other_issue_checkbox_2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -138,7 +138,7 @@
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/other_issue_checkbox_3"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -150,7 +150,7 @@
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/other_issue_checkbox_4"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -162,7 +162,7 @@
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="8dp"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/other_issue_checkbox_5"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
android:layout_marginBottom="32dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/p3a_onboarding_checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -436,7 +436,7 @@
|
||||
android:paddingStart="10dp"
|
||||
tools:ignore="RelativeOverlap"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/make_monthly_checkbox"
|
||||
android:layout_width="18dp"
|
||||
android:layout_height="18dp"
|
||||
|
||||
@@ -55,7 +55,7 @@
|
||||
android:textColor="@color/wallet_secondary_text_color"
|
||||
android:textSize="14sp"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/backup_wallet_checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
android:text="@string/wallet_copy"
|
||||
android:textColor="@color/wallet_text_color"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/recovery_phrase_checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/restore_wallet_checkbox"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/restore_legacy_wallet_checkbox"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -104,7 +104,7 @@
|
||||
android:textColor="@color/wallet_secondary_text_color"
|
||||
android:layout_gravity="end"/>
|
||||
|
||||
<CheckBox
|
||||
<android.widget.CheckBox
|
||||
android:id="@+id/assetCheck"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
Reference in New Issue
Block a user