[android] Fixed background in night mode in confirmation dialogs.

This commit is contained in:
velichkomarija 2020-11-17 18:04:18 +03:00 committed by Alexander Boriskov
parent 66be1a8201
commit fdeaf4f55e

View file

@ -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"