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=4b778d64ba31c0ca44709f068fda1d657a9c5f58;hb=b2df030207be4d228b20e697b42a7dccda8d1526;hpb=940c057386c5c9b39404d58a97d98c63182e58ff diff --git a/app/src/main/res/layout/main_app_layout.xml b/app/src/main/res/layout/main_app_layout.xml index 4b778d64..80aa5b2d 100644 --- a/app/src/main/res/layout/main_app_layout.xml +++ b/app/src/main/res/layout/main_app_layout.xml @@ -21,9 +21,8 @@ android:id="@+id/main_app_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/backgroundColor" + android:background="?android:attr/colorBackground" android:orientation="vertical" - android:theme="@style/AppTheme.AppBarOverlay" tools:context=".ui.activity.MainActivity"> @@ -55,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"