30 lines
989 B
XML
30 lines
989 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
orientation="horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/ivLeftImage"
|
|
layout_width="24dp"
|
|
layout_height="24dp"
|
|
src="@drawable/bankicon_place_holder"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0xa="@+id/tvRightText"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0xe="@+id/tvRightText"/>
|
|
<TextView
|
|
layout_gravity="center_vertical"
|
|
id="@+id/tvRightText"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="12dp"
|
|
layout_marginBottom="12dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="12dp"
|
|
NOT_FOUND_0xa="0"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xc="@+id/ivLeftImage"
|
|
NOT_FOUND_0xe="0"
|
|
style="@style/2132017924"/>
|
|
</merge>
|