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

Commit 7a864242 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed the RTL appearance of messagingStyle" into pi-dev

parents 040fc4cf a7b2860f
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"
/>