X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_app_layout.xml;h=80aa5b2d6a5feebd3b91fbc83f203bfb2e5fa746;hp=86e918707ad247d628cc18b4c0c3df431038f376;hb=b2df030207be4d228b20e697b42a7dccda8d1526;hpb=72661d2cd04cc3fcb378f22c3cdbc290a5171d8e diff --git a/app/src/main/res/layout/main_app_layout.xml b/app/src/main/res/layout/main_app_layout.xml index 86e91870..80aa5b2d 100644 --- a/app/src/main/res/layout/main_app_layout.xml +++ b/app/src/main/res/layout/main_app_layout.xml @@ -21,8 +21,8 @@ android:id="@+id/main_app_layout" android:layout_width="match_parent" android:layout_height="match_parent" + android:background="?android:attr/colorBackground" android:orientation="vertical" - android:theme="@style/AppTheme.AppBarOverlay" tools:context=".ui.activity.MainActivity"> @@ -54,6 +54,7 @@ android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?colorPrimary" + android:theme="@style/AppTheme.AppBarOverlay" app:popupTheme="@style/AppTheme.PopupOverlay" app:layout_constraintTop_toTopOf="parent" app:layout_constraintStart_toStartOf="parent"