From bfcb2a0454e2fa4dc7ec485d7703e5ca71a38ecc Mon Sep 17 00:00:00 2001 From: neslihanturan Date: Thu, 28 Dec 2017 16:37:18 +0300 Subject: [PATCH] Add some margin to upper sde of list item --- app/src/main/res/layout/nearby_row_button.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/nearby_row_button.xml b/app/src/main/res/layout/nearby_row_button.xml index dfe9011de..559e97368 100644 --- a/app/src/main/res/layout/nearby_row_button.xml +++ b/app/src/main/res/layout/nearby_row_button.xml @@ -5,6 +5,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="horizontal" android:visibility="gone" + android:layout_marginTop="16dp" android:layout_below="@+id/icon" xmlns:android="http://schemas.android.com/apk/res/android" >