From: Damyan Ivanov Date: Sun, 17 May 2020 19:42:03 +0000 (+0300) Subject: properly override the main toolbar theme X-Git-Tag: v0.14.0~78 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=b2df030207be4d228b20e697b42a7dccda8d1526 properly override the main toolbar theme --- diff --git a/app/src/main/res/layout/main_app_layout.xml b/app/src/main/res/layout/main_app_layout.xml index 47d2df68..80aa5b2d 100644 --- a/app/src/main/res/layout/main_app_layout.xml +++ b/app/src/main/res/layout/main_app_layout.xml @@ -23,7 +23,6 @@ android:layout_height="match_parent" 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"