[android] Fixed background in night mode in confirmation dialogs.
This commit is contained in:
parent
66be1a8201
commit
fdeaf4f55e
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
android:minWidth="@dimen/dialog_min_width"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:padding="@dimen/margin_base">
|
||||
android:padding="@dimen/margin_base"
|
||||
android:background="?cardBackground">
|
||||
<LinearLayout
|
||||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
|
|
Reference in a new issue