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

Commit ea826087 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Allow more space for text

Test: view notification long press settings
Fixes: 192058689
Change-Id: I3d622f2b46405444ee7a1c448c2bb3f5158262d4
parent 501603fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@
                    android:clickable="false"
                    android:focusable="false"
                    android:ellipsize="end"
                    android:maxLines="3"
                    android:maxLines="4"
                    android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"/>
            </com.android.systemui.statusbar.notification.row.ButtonLinearLayout>

@@ -364,7 +364,7 @@
                    android:clickable="false"
                    android:focusable="false"
                    android:ellipsize="end"
                    android:maxLines="3"
                    android:maxLines="4"
                    android:textAppearance="@style/TextAppearance.NotificationImportanceDetail"/>
            </com.android.systemui.statusbar.notification.row.ButtonLinearLayout>