From 6a297bd1bf990e635e10cfdc459937e68a54e873 Mon Sep 17 00:00:00 2001 From: Gibran Chevalley Date: Tue, 11 Jun 2024 15:19:44 +0200 Subject: [PATCH] Make toolbar visibly scrollable --- .../res/layout/fragment_editor_sample.xml | 136 ++++++++++-------- 1 file changed, 73 insertions(+), 63 deletions(-) diff --git a/sample/src/main/res/layout/fragment_editor_sample.xml b/sample/src/main/res/layout/fragment_editor_sample.xml index bbcae54..45129c8 100644 --- a/sample/src/main/res/layout/fragment_editor_sample.xml +++ b/sample/src/main/res/layout/fragment_editor_sample.xml @@ -11,86 +11,96 @@ - + android:layout_height="match_parent" + android:backgroundTint="?attr/colorPrimaryContainer" + app:cardCornerRadius="100dp" + app:strokeWidth="0dp"> - + android:orientation="horizontal"> - + - + - + - + - + - + - + - + - + - + + + +