From 2f246158440aaa07756ea895dea9bd04e13faac5 Mon Sep 17 00:00:00 2001 From: David Luhmer Date: Sat, 28 Oct 2023 11:58:23 +0200 Subject: [PATCH] fix flickering toolbar Signed-off-by: David Luhmer --- News-Android-App/src/main/res/layout/toolbar_layout.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/News-Android-App/src/main/res/layout/toolbar_layout.xml b/News-Android-App/src/main/res/layout/toolbar_layout.xml index 8f67d0b9a..45751e3dd 100644 --- a/News-Android-App/src/main/res/layout/toolbar_layout.xml +++ b/News-Android-App/src/main/res/layout/toolbar_layout.xml @@ -3,7 +3,9 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:background="@color/bg_default" + app:liftOnScroll="false">