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

Commit 48d2c4a9 authored by Eric Fischer's avatar Eric Fischer
Browse files

Adjust the character picker layout a little so it will fit on the screen.

Previously when there were three rows of characters, the Cancel button
would hang off the edge a little.

Bug 1747709
parent bd9aa793
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,8 +23,8 @@
        android:id="@+id/characterPicker"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:padding="12dp"
        android:verticalSpacing="8dp"
        android:padding="4dp"
        android:verticalSpacing="4dp"
        android:horizontalSpacing="8dp"
        android:stretchMode="spacingWidth"
        android:gravity="left"