From e612d510451d75fc328891f3c5edc364966a2c7b Mon Sep 17 00:00:00 2001 From: dankito Date: Wed, 16 Sep 2020 03:39:45 +0200 Subject: [PATCH] Fixed height after hiding txtvwRemitteeBankName if name isn't set --- ui/BankingAndroidApp/src/main/res/layout/list_item_remittee.xml | 2 +- ui/BankingAndroidApp/src/main/res/values/dimens.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/BankingAndroidApp/src/main/res/layout/list_item_remittee.xml b/ui/BankingAndroidApp/src/main/res/layout/list_item_remittee.xml index 554b782a..172aa19f 100644 --- a/ui/BankingAndroidApp/src/main/res/layout/list_item_remittee.xml +++ b/ui/BankingAndroidApp/src/main/res/layout/list_item_remittee.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" - android:layout_height="@dimen/list_item_remittee_height" + android:layout_height="wrap_content" android:layout_gravity="center_vertical" > diff --git a/ui/BankingAndroidApp/src/main/res/values/dimens.xml b/ui/BankingAndroidApp/src/main/res/values/dimens.xml index 47a1f666..a73f9ec1 100644 --- a/ui/BankingAndroidApp/src/main/res/values/dimens.xml +++ b/ui/BankingAndroidApp/src/main/res/values/dimens.xml @@ -84,7 +84,6 @@ 20dp 8dp - 80dp 4dp 6dp