Adjust permission request dialog colors in dark theme
Fixes #7252 Closes #7292
This commit is contained in:
parent
da8cea9878
commit
05daa71977
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="@color/white"/>
|
||||
<solid android:color="?attr/dialog_background_color"/>
|
||||
<corners android:radius="20dp"/>
|
||||
</shape>
|
Loading…
Add table
Reference in a new issue