decreased right hand side padding in contact keys

This commit is contained in:
Daniel Gultsch 2015-08-08 14:09:02 +02:00
parent 8b9b74ff7e
commit a6e00837af

View file

@ -8,7 +8,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:padding="8dp" >
android:paddingTop="8dp"
android:paddingLeft="8dp"
android:paddingBottom="8dp">
<TextView
android:id="@+id/key"