From 3c5f63dcd24f6500b3004bd97340807affca39cf Mon Sep 17 00:00:00 2001 From: dankito Date: Sat, 3 Oct 2020 03:16:37 +0200 Subject: [PATCH] Removed gray background, white space is enough to distinguish elements and looks way better --- .../src/main/res/layout/fragment_home.xml | 13 ++----------- ui/BankingAndroidApp/src/main/res/values/dimens.xml | 2 ++ 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/ui/BankingAndroidApp/src/main/res/layout/fragment_home.xml b/ui/BankingAndroidApp/src/main/res/layout/fragment_home.xml index c2763ad8..5cc555e5 100644 --- a/ui/BankingAndroidApp/src/main/res/layout/fragment_home.xml +++ b/ui/BankingAndroidApp/src/main/res/layout/fragment_home.xml @@ -18,13 +18,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" + android:layout_marginBottom="@dimen/fragment_account_transaction_transactions_summary_margin_bottom" > - -