From cc8d219823ca9fa802870c477dd7d95df3f71452 Mon Sep 17 00:00:00 2001 From: Damyan Ivanov Date: Wed, 3 Mar 2021 22:06:21 +0200 Subject: [PATCH] "fix" background of templates toolbar this needs a better fix, but the workaround present in the other activities will do for now --- app/src/main/res/layout/activity_templates.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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" > -- 2.39.2