Merge "Fix layout margins for RTL" into udc-dev am: 3dc1b6f614
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23351703 Change-Id: I21affe63a67f2974daa217b71cedeb36c8465eb4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user