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

Commit b085838e authored by android-build-team Robot's avatar android-build-team Robot Committed by android-build-merger
Browse files

Merge "Fixed the RTL appearance of messagingStyle" into pi-dev am: 7a864242

am: 7b7cf303

Change-Id: I700511fb06376abd8de7b5be7aadf2607551a868
parents 47bebb19 7b7cf303
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@
            android:id="@+id/message_name"
            style="@style/Widget.Material.Notification.MessagingName"
            android:layout_width="wrap_content"
            android:textAlignment="viewStart"
        />
        <com.android.internal.widget.MessagingLinearLayout
            android:id="@+id/group_message_container"
+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@
<com.android.internal.widget.MessagingTextMessage
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/message_text"
    android:textAlignment="viewStart"
    style="@style/Widget.Material.Notification.MessagingText"
/>