From edc21bca73c2ccffdf77f19474cd85f62b00be70 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Mon, 22 Jul 2024 23:33:30 +0530 Subject: [PATCH] Fix nativetoolbar color --- app/src/main/res/layout/view_toolbar_native.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/view_toolbar_native.xml b/app/src/main/res/layout/view_toolbar_native.xml index 645a9fc54..266e9115b 100644 --- a/app/src/main/res/layout/view_toolbar_native.xml +++ b/app/src/main/res/layout/view_toolbar_native.xml @@ -28,5 +28,6 @@ android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="wrap_content" + android:background="?android:windowBackground" app:layout_scrollFlags="enterAlways|exitUntilCollapsed" /> - \ No newline at end of file +