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

Commit 0412791d authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix text direction

Test: manual in RTL language
Fixes: 156725775
Change-Id: I9c949f7c00007925ea2a0baf2dcf0e6307576cfb
parent 2fcfe23f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,8 @@
                    android:id="@+id/parent_channel_name"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:ellipsize="end"
                    android:textDirection="locale"
                    android:layout_weight="1"
                    style="@style/TextAppearance.NotificationImportanceChannel"/>
                <TextView
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@
            android:layout_weight="1"
            android:layout_width="0dp"
            android:orientation="vertical"

            android:layout_height="wrap_content"
            android:minHeight="@dimen/notification_guts_conversation_icon_size"
            android:layout_centerVertical="true"
@@ -57,6 +56,7 @@
                android:id="@+id/channel_name"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:textDirection="locale"
                style="@style/TextAppearance.NotificationImportanceChannel"/>
            <LinearLayout
                android:layout_width="match_parent"
@@ -84,6 +84,7 @@
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_weight="1"
                    android:textDirection="locale"
                    style="@style/TextAppearance.NotificationImportanceChannelGroup"/>
            </LinearLayout>
            <TextView