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

Commit 0e6d751e authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Increase padding in notifications.

Bug: 5388349
Change-Id: I2649826a7244872bf0ebf1688ac695f38c6c2edf
parent 9a3d51ed
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@
    android:layout_height="wrap_content"
    android:layout_gravity="center"
    android:orientation="vertical"
    android:paddingLeft="8dp"
    android:paddingRight="8dp"
    android:paddingLeft="12dp"
    android:paddingRight="12dp"
    >
    <TextView android:id="@+id/title"
        android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Title"