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

Commit 15af769d authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Don't truncate empty text on low density

Test: manual inspection
Change-Id: I0c94d23cf0a2b14bc855f5ef39687ece783739c1
Fixes: 74980883
parent 3912a7f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
    <TextView
            android:id="@+id/no_notifications"
            android:layout_width="match_parent"
            android:layout_height="64dp"
            android:layout_height="wrap_content"
            android:minHeight="64dp"
            android:paddingTop="28dp"
            android:gravity="top|center_horizontal"
            android:textColor="?attr/wallpaperTextColor"