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

Commit a9a252ee authored by Anna Galusza's avatar Anna Galusza
Browse files

Fix padding on Font size and Display size preview screens.

Bug: 27675989

Change-Id: Iecdc3e8a9aee4fd82a59337f14cbf4bd91587709
parent b740f34f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_margin="16dp"
    android:paddingTop="16dp"
    android:paddingStart="16dp"
    android:paddingEnd="16dp"
    android:orientation="vertical">

    <TextView
+3 −1
Original line number Diff line number Diff line
@@ -19,7 +19,9 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/conversation_background"
    android:padding="@dimen/conversation_message_list_padding"
    android:paddingTop="@dimen/conversation_message_list_padding"
    android:paddingStart="@dimen/conversation_message_list_padding"
    android:paddingEnd="@dimen/conversation_message_list_padding"
    android:orientation="vertical"
    android:importantForAccessibility="noHideDescendants">