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

Commit 3dc1b6f6 authored by Beth Thibodeau's avatar Beth Thibodeau Committed by Android (Google) Code Review
Browse files

Merge "Fix layout margins for RTL" into udc-dev

parents 3109c3b7 2d86603a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -73,7 +73,7 @@
                        android:tint="?android:attr/textColorSecondary"
                        android:tint="?android:attr/textColorSecondary"
                        android:layout_gravity="center"
                        android:layout_gravity="center"
                        android:layout_weight="0"
                        android:layout_weight="0"
                        android:layout_marginRight="@dimen/screenrecord_option_padding"/>
                        android:layout_marginEnd="@dimen/screenrecord_option_padding"/>
                    <Spinner
                    <Spinner
                        android:id="@+id/screen_recording_options"
                        android:id="@+id/screen_recording_options"
                        android:layout_width="0dp"
                        android:layout_width="0dp"
@@ -106,7 +106,7 @@
                        android:src="@drawable/ic_touch"
                        android:src="@drawable/ic_touch"
                        android:tint="?android:attr/textColorSecondary"
                        android:tint="?android:attr/textColorSecondary"
                        android:layout_gravity="center"
                        android:layout_gravity="center"
                        android:layout_marginRight="@dimen/screenrecord_option_padding"/>
                        android:layout_marginEnd="@dimen/screenrecord_option_padding"/>
                    <TextView
                    <TextView
                        android:layout_width="0dp"
                        android:layout_width="0dp"
                        android:layout_height="wrap_content"
                        android:layout_height="wrap_content"