Make gear symbol in "Mobile Data Usage" RTL friendly
replace toRightOf with toEndOf screenshot: https://screenshot.googleplex.com/76WVetFfqD69ffA bug: 182826851 Test: atest -c SettingsUnitTests Change-Id: I5ab886d9bcfc10b76bcf666852c1a29e7372efea
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_marginTop="12dp"
|
||||
android:layout_toRightOf="@id/filter_spinner"
|
||||
android:layout_toEndOf="@id/filter_spinner"
|
||||
android:contentDescription="@string/configure"
|
||||
android:scaleType="center"
|
||||
android:src="@drawable/ic_apps_filter_settings_24dp"
|
||||
|
Reference in New Issue
Block a user