diff --git a/Habitica/res/layout/dialog_habitica_base.xml b/Habitica/res/layout/dialog_habitica_base.xml index d04fcc73d..48eaed0e1 100644 --- a/Habitica/res/layout/dialog_habitica_base.xml +++ b/Habitica/res/layout/dialog_habitica_base.xml @@ -4,7 +4,8 @@ android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/brand_50012"> + android:clipToPadding="false" + android:clipChildren="false"> + android:gravity="center_horizontal" + android:elevation="12dp"> diff --git a/Habitica/res/layout/shop_section_header.xml b/Habitica/res/layout/shop_section_header.xml index e90c3470e..25bab857a 100644 --- a/Habitica/res/layout/shop_section_header.xml +++ b/Habitica/res/layout/shop_section_header.xml @@ -79,12 +79,13 @@ + android:background="@color/offset_background_30"> diff --git a/Habitica/res/values/styles.xml b/Habitica/res/values/styles.xml index d405872cd..7cdf6faaa 100644 --- a/Habitica/res/values/styles.xml +++ b/Habitica/res/values/styles.xml @@ -53,7 +53,7 @@ @style/PopupTheme @style/PopupTheme @color/brand_400 - @style/HabiticaAlertDialogTheme + @style/AlertDialogTheme false @color/system_bars @@ -482,6 +482,15 @@ @color/dialog_button_text_color + +