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=daf3bd22fd82e22b5cf3750000322c8be887d8fc;hp=4b778d64ba31c0ca44709f068fda1d657a9c5f58;hb=85f914b147141a815fb458cc13b1d798ff3707d4;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..daf3bd22 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"> @@ -53,8 +52,9 @@