Fix 7807 black radio buttons Android 4.4

This commit is contained in:
Dima-1 2019-11-18 00:03:48 +03:00 committed by max-klaus
parent 5db40e9fa2
commit 57390aef2b
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
android:textAppearance="@style/TextAppearance.ListItemTitle"
tools:text="@string/dd_mm_mmm_format"/>
<RadioButton
<android.support.v7.widget.AppCompatRadioButton
android:id="@+id/compound_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -10,7 +10,7 @@
android:paddingLeft="@dimen/content_padding"
android:paddingRight="@dimen/content_padding">
<RadioButton
<android.support.v7.widget.AppCompatRadioButton
android:id="@+id/compound_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -15,7 +15,7 @@
android:minHeight="@dimen/bottom_sheet_list_item_height"
tools:background="?android:attr/selectableItemBackground">
<RadioButton
<android.support.v7.widget.AppCompatRadioButton
android:id="@android:id/checkbox"
android:layout_width="wrap_content"
android:layout_height="wrap_content"