Merge pull request #1236 from bemusementpark/fix-dialog-theme-background
Fix dialog theme to set windowColor and not background of every viewpull/1237/head
commit
f1686ea260
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="rectangle">
|
|
||||||
|
|
||||||
<solid android:color="?attr/dialog_background_color" />
|
|
||||||
|
|
||||||
<corners android:radius="?dialogCornerRadius" />
|
|
||||||
|
|
||||||
</shape>
|
|
@ -1,6 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<inset
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:drawable="@drawable/default_dialog_background"
|
|
||||||
android:inset="@dimen/medium_spacing">
|
|
||||||
</inset>
|
|
Loading…
Reference in New Issue