aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/contact.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-17 23:50:57 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-17 23:57:53 +0100
commit1eb3d7c971d9a8b8316f533eb454a2427bef455b (patch)
tree585082562eafe30b73a2a72874be1bade587a32a /src/main/res/layout/contact.xml
parent3beede4d1d334ee34f83d4a67b0b040195961809 (diff)
fixed paddings
Diffstat (limited to 'src/main/res/layout/contact.xml')
-rw-r--r--src/main/res/layout/contact.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/contact.xml b/src/main/res/layout/contact.xml
index 92a796e3b..159b1256a 100644
--- a/src/main/res/layout/contact.xml
+++ b/src/main/res/layout/contact.xml
@@ -4,7 +4,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/activatedBackgroundIndicator"
- android:padding="8dp">
+ android:padding="@dimen/list_padding">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/contact_photo"