Skip to content

Commit

Permalink
fix: unsupported color resource in API <33
Browse files Browse the repository at this point in the history
Possibly fixes issue #248
  • Loading branch information
butzist committed Mar 24, 2024
1 parent 34d7b33 commit 17647f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/drawable/shape_thumb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
android:paddingLeft="22dp"
android:paddingRight="22dp" />

<solid android:color="@color/material_dynamic_primary20" />
<solid android:color="@android:color/black" />
</shape>

0 comments on commit 17647f0

Please sign in to comment.