diff --git a/app/src/main/res/layout/notification_list_item.xml b/app/src/main/res/layout/notification_list_item.xml index cd373d2..2d41e07 100644 --- a/app/src/main/res/layout/notification_list_item.xml +++ b/app/src/main/res/layout/notification_list_item.xml @@ -8,17 +8,19 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:foreground="?attr/selectableItemBackground" - android:orientation="horizontal" - android:padding="8dp"> + android:orientation="horizontal"> + + - + \ No newline at end of file diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml new file mode 100644 index 0000000..9b7b9e2 --- /dev/null +++ b/app/src/main/res/values/dimens.xml @@ -0,0 +1,4 @@ + + + 72dp + \ No newline at end of file