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

Commit 7b7cf303 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

Change-Id: I1bfb6f11faed88cedccced1a5863511f7c72b45c
parents ad2a7367 7a864242
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"
/>