8767d2ed3d
* 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
230 B
XML
5 lines
No EOL
230 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<corners android:radius="6dp" />
|
|
<stroke android:color="?attr/colorBackgroundAccent" android:width="1dp" />
|
|
</shape> |