From: Damyan Ivanov Date: Wed, 3 Mar 2021 20:06:21 +0000 (+0200) Subject: "fix" background of templates toolbar X-Git-Tag: v0.17.0~43 X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=commitdiff_plain;h=cc8d219823ca9fa802870c477dd7d95df3f71452 "fix" background of templates toolbar this needs a better fix, but the workaround present in the other activities will do for now --- diff --git a/app/src/main/res/layout/activity_templates.xml b/app/src/main/res/layout/activity_templates.xml index a60a650f..b6d87071 100644 --- a/app/src/main/res/layout/activity_templates.xml +++ b/app/src/main/res/layout/activity_templates.xml @@ -28,14 +28,15 @@ android:layout_width="match_parent" android:layout_height="@dimen/toolbar_height" android:fitsSystemWindows="true" - android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar" + android:theme="@style/AppTheme.AppBarOverlay" >