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

Commit c530304d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Set textDirection=locale and layoutDirection=locale on FooterPreference" into main

parents a765c274 a38b8df0
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"