Fixed height after hiding txtvwRemitteeBankName if name isn't set
This commit is contained in:
parent
a935517b10
commit
e612d51045
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue