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

Commit a5319eb9 authored by Caitlin Shkuratov's avatar Caitlin Shkuratov Committed by Android (Google) Code Review
Browse files

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

parents 802ac37b 3582919e
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -70,6 +70,8 @@
            android:layout_height="wrap_content"
            android:layout_height="wrap_content"
            android:minHeight="48dp"
            android:minHeight="48dp"
            android:layout_weight="1"
            android:layout_weight="1"
            android:gravity="center_vertical"
            android:layout_marginEnd="@dimen/screenrecord_show_taps_margin_end"
            android:text="@string/screenrecord_taps_label"
            android:text="@string/screenrecord_taps_label"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:fontFamily="@*android:string/config_bodyFontFamily"
            android:fontFamily="@*android:string/config_bodyFontFamily"
+1 −0
Original line number Original line Diff line number Diff line
@@ -1539,6 +1539,7 @@
    <dimen name="screenrecord_spinner_text_padding_end">20dp</dimen>
    <dimen name="screenrecord_spinner_text_padding_end">20dp</dimen>
    <dimen name="screenrecord_spinner_arrow_size">24dp</dimen>
    <dimen name="screenrecord_spinner_arrow_size">24dp</dimen>
    <dimen name="screenrecord_spinner_background_radius">28dp</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_title_margin_top">20dp</dimen>
    <dimen name="screenrecord_warning_line_height">20dp</dimen>
    <dimen name="screenrecord_warning_line_height">20dp</dimen>