Add spacing
This commit is contained in:
parent
bc971b1ea4
commit
8c5f795a6b
2 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
|
||||
<TextView
|
||||
android:id="@+id/distance"
|
||||
android:layout_marginLeft="2dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textColor="?android:textColorSecondary"
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingBottom="5dp"
|
||||
android:paddingTop="5dp"
|
||||
android:paddingLeft="@dimen/list_content_padding"
|
||||
android:paddingRight="@dimen/list_content_padding"
|
||||
android:orientation="horizontal">
|
||||
|
|
Loading…
Reference in a new issue