* Theme refactoring * disable the automatic tinting of surfaces with elevation in dark mode * make the media warning visible again with the dark theme * fix nav bar on api 27+ * use correct color for all media warnings
5 lines
No EOL
221 B
XML
5 lines
No EOL
221 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="8dp" />
|
|
<solid android:color="@color/color_background_transparent_60" />
|
|
</shape> |