From fc1bff2160e0cc0aa11d98068fc551ab2dfc8db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Bot=C3=B3n?= Date: Fri, 22 Dec 2017 22:43:46 +0200 Subject: [PATCH] Remove the gap at the bottom in the wallet fragment. (#162) --- app/src/main/res/layout/fragment_wallet.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_wallet.xml b/app/src/main/res/layout/fragment_wallet.xml index e78dab6..15b792f 100644 --- a/app/src/main/res/layout/fragment_wallet.xml +++ b/app/src/main/res/layout/fragment_wallet.xml @@ -4,12 +4,12 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:layout_margin="8dp" android:orientation="vertical"> + android:layout_height="match_parent" + android:layout_marginLeft="8dp" + android:layout_marginRight="8dp"> @@ -124,7 +126,10 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="bottom" - android:layout_margin="4dp" + android:layout_marginBottom="12dp" + android:layout_marginLeft="4dp" + android:layout_marginRight="4dp" + android:layout_marginTop="12dp" android:orientation="horizontal" android:weightSum="2">