Skip to content

Commit

Permalink
fixed a crash when rendering recording list items on android 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidius20 committed Aug 19, 2024
1 parent bef3719 commit 6cbb78d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:color="@color/md_theme_secondaryContainer_mediumContrast"
<item
android:color="@color/md_theme_secondaryContainer_mediumContrast"
android:drawable="@color/md_theme_secondaryContainer_mediumContrast"
android:state_selected="true"/>
<item android:color="@color/md_theme_surface"
<item
android:color="@color/md_theme_surface"
android:drawable="@color/md_theme_surface"
android:state_selected="false"/>
</selector>

0 comments on commit 6cbb78d

Please sign in to comment.