Loading packages/SystemUI/res/layout/screen_record_options.xml +1 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" Loading @@ -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"/> Loading Loading
packages/SystemUI/res/layout/screen_record_options.xml +1 −4 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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" Loading @@ -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"/> Loading