what-the-bank/resources/res/layout/2131560032.xml

41 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center"
orientation="horizontal"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="24dp">
<ImageView
id="@+id/imgVw_currency_icon"
layout_width="36dp"
layout_height="36dp"/>
<TextView
gravity="center_vertical"
id="@+id/txtVw_currency_code"
layout_width="wrap_content"
layout_height="wrap_content"
minWidth="48dp"
maxLines="1"
layout_marginStart="16dp"
style="@style/2132017836"/>
<TextView
ellipsize="end"
gravity="end|center_vertical"
id="@+id/txtVw_currency_name"
layout_width="0dp"
layout_height="wrap_content"
maxLines="1"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017836"/>
<ImageView
layout_width="16dp"
layout_height="16dp"
src="@drawable/ic_arrow_8"
layout_marginStart="8dp"/>
</LinearLayout>