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

Commit 913dcd33 authored by LuK1337's avatar LuK1337
Browse files

ThemePicker: Fix font sample margin/padding

Change-Id: Iec9de131cad3de3e8bc57adcd72106dd3c276f11
parent 4f2b73e4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -62,8 +62,10 @@
            android:layout_height="@dimen/theme_option_font_sample_height"
            android:layout_alignParentBottom="true"
            android:layout_gravity="center_horizontal"
            android:layout_margin="@dimen/theme_option_sample_padding"
            android:gravity="center"
            android:textSize="@dimen/theme_option_font_text_size"
            android:includeFontPadding="false"
            android:letterSpacing=".2"
            android:text="@string/theme_font_example"/>
    </RelativeLayout>