X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Fmain_app_layout.xml;h=ffee1994ddfd1d34fdae935a75868469bfb61e67;hb=2d85826653a8ba3e619afc83c5c91216a7fdb0b6;hp=4b778d64ba31c0ca44709f068fda1d657a9c5f58;hpb=940c057386c5c9b39404d58a97d98c63182e58ff;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/main_app_layout.xml b/app/src/main/res/layout/main_app_layout.xml index 4b778d64..ffee1994 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"> @@ -33,11 +32,12 @@ android:layout_height="wrap_content" android:layout_gravity="bottom|end" android:layout_margin="@dimen/fab_margin" - app:backgroundTint="?colorAccent" + app:backgroundTint="?colorSecondary" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:maxImageSize="36dp" - app:srcCompat="@drawable/ic_add_white_24dp" /> + app:srcCompat="@drawable/ic_add_white_24dp" + /> - - - - - - - @@ -143,7 +118,7 @@