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

Commit bbb7d6d5 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Merge "Fix QS detail panels RTL" into oc-dev am: 54774a44" into oc-dev-plus-aosp

am: 0b2643da

Change-Id: I581028d69904369040e9bf4d3ec012bf5756e50b
parents 5f709dfc 0b2643da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:textDirection="locale"
        android:textAppearance="@style/TextAppearance.QS.DetailHeader" />

    <ImageView
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@
            android:id="@android:id/title"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textDirection="locale"
            android:ellipsize="end"
            android:textAppearance="@style/TextAppearance.QS.DetailItemPrimary" />

@@ -50,6 +51,7 @@
            android:id="@android:id/summary"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:textDirection="locale"
            android:layout_marginTop="2dp"
            android:textAppearance="@style/TextAppearance.QS.DetailItemSecondary" />
    </LinearLayout>