From 7bbab941d79778ec464ee80a1debae552d0e899e Mon Sep 17 00:00:00 2001 From: danijoo Date: Fri, 8 Jan 2016 17:07:11 +0100 Subject: [PATCH] more beautiful list divider --- .../res/layout/notification_list_item.xml | 26 +++++++++++-------- app/src/main/res/values/dimens.xml | 4 +++ 2 files changed, 19 insertions(+), 11 deletions(-) create mode 100644 app/src/main/res/values/dimens.xml 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