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

Commit adb14101 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix text direction" into rvc-dev am: 09aa3bc4 am: 3c506f46

Change-Id: I75ab4e43ca8bfce2c811f4018a271da1a5eebb45
parents 68b51f2b 3c506f46
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