From 869dbadff9f5abe94768a9eb3eccdfacb852f5e5 Mon Sep 17 00:00:00 2001 From: Oluwadara Abijo Date: Mon, 15 Jun 2026 11:37:07 -0400 Subject: [PATCH 1/2] feat(ADFA-4317): Show scrollbar in code character toolbar --- app/src/main/res/layout/layout_editor_bottom_sheet.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/main/res/layout/layout_editor_bottom_sheet.xml b/app/src/main/res/layout/layout_editor_bottom_sheet.xml index e48cbe7e62..b9dee21a23 100644 --- a/app/src/main/res/layout/layout_editor_bottom_sheet.xml +++ b/app/src/main/res/layout/layout_editor_bottom_sheet.xml @@ -45,6 +45,9 @@ From 07406b629c93ddced08c763b87c0d9f563118b1a Mon Sep 17 00:00:00 2001 From: Oluwadara Abijo Date: Mon, 15 Jun 2026 11:53:53 -0400 Subject: [PATCH 2/2] feat(ADFA-4317): Adjust scrollbar size --- app/src/main/res/layout/layout_editor_bottom_sheet.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/layout_editor_bottom_sheet.xml b/app/src/main/res/layout/layout_editor_bottom_sheet.xml index b9dee21a23..58ddca1bfc 100644 --- a/app/src/main/res/layout/layout_editor_bottom_sheet.xml +++ b/app/src/main/res/layout/layout_editor_bottom_sheet.xml @@ -47,6 +47,8 @@ android:id="@+id/symbol_input" android:fadeScrollbars="false" android:scrollbarAlwaysDrawHorizontalTrack="true" + android:scrollbarSize="2dp" + android:scrollbarStyle="outsideInset" android:scrollbars="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"/>