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

Commit 3582919e authored by Caitlin Shkuratov's avatar Caitlin Shkuratov
Browse files

Screen record dialog: Fix "Show touches on screen" alignment.

Fixes: 363699946
Flag: EXEMPT bugfix
Test: Click screen record QS tile, choose "entire screen" option ->
verify text is centered with icon and has end spacing

Change-Id: I8d6d58eec010e4986e908cdb399eb2b603bf6b48
parent 177bd9fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -70,6 +70,8 @@
            android:layout_height="wrap_content"
            android:minHeight="48dp"
            android:layout_weight="1"
            android:gravity="center_vertical"
            android:layout_marginEnd="@dimen/screenrecord_show_taps_margin_end"
            android:text="@string/screenrecord_taps_label"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:fontFamily="@*android:string/config_bodyFontFamily"
+1 −0
Original line number Diff line number Diff line
@@ -1539,6 +1539,7 @@
    <dimen name="screenrecord_spinner_text_padding_end">20dp</dimen>
    <dimen name="screenrecord_spinner_arrow_size">24dp</dimen>
    <dimen name="screenrecord_spinner_background_radius">28dp</dimen>
    <dimen name="screenrecord_show_taps_margin_end">24dp</dimen>

    <dimen name="screenrecord_title_margin_top">20dp</dimen>
    <dimen name="screenrecord_warning_line_height">20dp</dimen>