Auxio/app/src/main/res/drawable/ui_popup_bg.xml
OxygenCobalt 34367b3bae
ui: fix material issues
Migrate dividers over to material theming alongside making detail items
use a colorStateList instead of manually indexing for text colors.
2021-09-04 19:31:28 -06:00

13 lines
No EOL
352 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<solid android:color="?attr/colorSurface" />
</shape>
</item>
<item>
<shape>
<solid android:color="@color/overlay_popup" />
</shape>
</item>
</layer-list>