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
6 lines
No EOL
266 B
XML
6 lines
No EOL
266 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<solid android:color="?android:attr/windowBackground" />
|
|
<corners android:radius="7dp"/>
|
|
<size android:height="52dp" android:width="52dp"/>
|
|
</shape> |