Skip to content

Commit 3d0d7b4

Browse files
dsandlerAndroid (Google) Code Review
authored andcommitted
Merge "Increase padding in notifications."
2 parents 03476d7 + 0e6d751 commit 3d0d7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/res/res/layout/status_bar_latest_event_content_large_icon.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
android:layout_height="wrap_content"
55
android:layout_gravity="center"
66
android:orientation="vertical"
7-
android:paddingLeft="8dp"
8-
android:paddingRight="8dp"
7+
android:paddingLeft="12dp"
8+
android:paddingRight="12dp"
99
>
1010
<TextView android:id="@+id/title"
1111
android:textAppearance="@style/TextAppearance.StatusBar.EventContent.Title"

0 commit comments

Comments
 (0)