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

Commit 0d444129 authored by Jeremy Goldman's avatar Jeremy Goldman
Browse files

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
parent 1812aabc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"