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

Commit dc76fcae authored by John Spurlock's avatar John Spurlock
Browse files

Fix icon padding in app notification settings.

Change-Id: I93da362f0bd6b3f388864a961c2365163c44e474
parent c9cf31ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
            android:layout_height="@dimen/notification_app_icon_size"
            android:layout_centerVertical="true"
            android:contentDescription="@null"
            android:scaleType="center" />
            android:padding="8dp" />

        <TextView
            android:id="@android:id/title"
+2 −2
Original line number Diff line number Diff line
@@ -19,10 +19,10 @@

    <ImageView
        android:id="@android:id/icon"
        android:padding="8dp"
        android:layout_width="@dimen/notification_app_icon_size"
        android:layout_height="@dimen/notification_app_icon_size"
        android:contentDescription="@null"
        android:scaleType="center" />
        android:contentDescription="@null" />

    <TextView
        android:id="@android:id/title"