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

Commit c4c9b9b1 authored by Chris Göllner's avatar Chris Göllner Committed by Android (Google) Code Review
Browse files

Merge "Partial Screen Sharing: Fix truncated "Show touches" text" into udc-qpr-dev

parents d0d5e848 41cdfb32
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -55,14 +55,13 @@
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:gravity="center_vertical"
        android:layout_marginTop="@dimen/screenrecord_option_padding">
        <ImageView
            android:layout_width="@dimen/screenrecord_option_icon_size"
            android:layout_height="@dimen/screenrecord_option_icon_size"
            android:layout_weight="0"
            android:src="@drawable/ic_touch"
            android:tint="?android:attr/textColorSecondary"
            android:layout_gravity="center_vertical"
            android:layout_marginRight="@dimen/screenrecord_option_padding"
            android:importantForAccessibility="no"/>
        <TextView
@@ -70,7 +69,6 @@
            android:layout_height="wrap_content"
            android:minHeight="48dp"
            android:layout_weight="1"
            android:gravity="center_vertical"
            android:text="@string/screenrecord_taps_label"
            android:textAppearance="?android:attr/textAppearanceMedium"
            android:fontFamily="@*android:string/config_bodyFontFamily"
@@ -80,7 +78,6 @@
            android:layout_width="wrap_content"
            android:minWidth="48dp"
            android:layout_height="48dp"
            android:layout_weight="0"
            android:id="@+id/screenrecord_taps_switch"
            style="@style/ScreenRecord.Switch"
            android:importantForAccessibility="yes"/>