From 51eefcb45d325f26175e5691af9221730e931fdc Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 4 Jul 2023 21:48:45 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/src/main/AndroidManifest.xml | 2 +- .../src/main/res/layout/activity_web_view.xml | 20 +++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b115140383..53d4be3c7f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -141,7 +141,7 @@ + android:theme="@style/AppTheme" /> @@ -10,21 +10,29 @@ android:id="@+id/app_bar" style="@style/Widget.MaterialComponents.Toolbar.Surface" android:layout_width="match_parent" - app:liftOnScroll="true" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + app:elevation="0dp"> - + app:layout_behavior="@string/appbar_scrolling_view_behavior"> + + + + + \ No newline at end of file