Fixed height after hiding txtvwRemitteeBankName if name isn't set

This commit is contained in:
dankito 2020-09-16 03:39:45 +02:00
parent a935517b10
commit e612d51045
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="@dimen/list_item_remittee_height" android:layout_height="wrap_content"
android:layout_gravity="center_vertical" android:layout_gravity="center_vertical"
> >

View File

@ -84,7 +84,6 @@
<dimen name="list_item_bank_account_icon_size">20dp</dimen> <dimen name="list_item_bank_account_icon_size">20dp</dimen>
<dimen name="list_item_bank_account_icon_margin_right">8dp</dimen> <dimen name="list_item_bank_account_icon_margin_right">8dp</dimen>
<dimen name="list_item_remittee_height">80dp</dimen>
<dimen name="list_item_remittee_space_between_fields">4dp</dimen> <dimen name="list_item_remittee_space_between_fields">4dp</dimen>
<dimen name="list_item_remittee_bank_code_margin_bottom">6dp</dimen> <dimen name="list_item_remittee_bank_code_margin_bottom">6dp</dimen>