Added padding to list_item_remittee

This commit is contained in:
dankito 2020-09-16 03:42:08 +02:00
parent e612d51045
commit 4afa18b336
2 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:padding="@dimen/list_item_remittee_padding"
>
<TextView
@ -35,7 +36,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/list_item_remittee_space_between_fields"
android:layout_marginBottom="@dimen/list_item_remittee_bank_code_margin_bottom"
>
<TextView

View File

@ -84,8 +84,8 @@
<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_remittee_padding">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="view_instant_payment_info_padding">8dp</dimen>
<dimen name="view_instant_payment_info_text_size">15sp</dimen>