Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4580e4a4 authored by Ben Murdoch's avatar Ben Murdoch
Browse files

remove scrollbars on keyboard shortcut helper.

Per UX guidlines.

bug: 325921480
Test: Inspected on device
Flag: NA
Change-Id: I829c912430d4d305265fc0bc4e702fcefc984412
parent d9143598
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -128,7 +128,8 @@
        android:layout_marginStart="49dp"
        android:layout_marginEnd="49dp"
        android:overScrollMode="never"
        android:layout_marginBottom="16dp">
        android:layout_marginBottom="16dp"
        android:scrollbars="none">
        <LinearLayout
            android:id="@+id/keyboard_shortcuts_container"
            android:layout_width="match_parent"