Merge pull request #7939 from osmandapp/Fix_7807

Fix 7807 Many Dark theme radio buttons still invisible
This commit is contained in:
max-klaus 2019-11-18 11:22:49 +03:00 committed by GitHub
commit 9fd4919ff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"