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

Commit a38b8df0 authored by Chun-Ku Lin's avatar Chun-Ku Lin
Browse files

Set textDirection=locale and layoutDirection=locale on FooterPreference

Bug: 408166748
Test: Verify the bullet points on Color correction screen support RTL
correctly
Flag: EXEMPT resource only (also low risk)

Change-Id: Ic68f516e2cfd08f39065dfe018066ac875019fc0
parent eb171866
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -24,7 +24,9 @@
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:background="?android:attr/selectableItemBackground"
    android:orientation="vertical"
    android:clipToPadding="false">
    android:clipToPadding="false"
    android:layoutDirection="locale"
    android:textDirection="locale">

    <LinearLayout
        android:id="@+id/icon_frame"
+3 −1
Original line number Diff line number Diff line
@@ -24,7 +24,9 @@
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:background="?android:attr/selectableItemBackground"
    android:orientation="vertical"
    android:clipToPadding="false">
    android:clipToPadding="false"
    android:layoutDirection="locale"
    android:textDirection="locale">

    <LinearLayout
        android:id="@+id/icon_frame"
+3 −1
Original line number Diff line number Diff line
@@ -23,7 +23,9 @@
    android:paddingStart="?android:attr/listPreferredItemPaddingStart"
    android:paddingEnd="?android:attr/listPreferredItemPaddingEnd"
    android:background="?android:attr/selectableItemBackground"
    android:clipToPadding="false">
    android:clipToPadding="false"
    android:layoutDirection="locale"
    android:textDirection="locale">

    <LinearLayout
        android:id="@+id/icon_frame"