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

66 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/custom_spinner"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentStart="true">
<TextView
ellipsize="end"
id="@+id/reference_label"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/promptpay_id_list"
lines="1"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<View
id="@+id/line1"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/reference_label"
layout_alignParentTop="true"/>
<RelativeLayout
layout_gravity="center_horizontal"
id="@+id/spinner_container"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="4dp"
layout_below="@+id/reference_label"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<Spinner
gravity="center_horizontal"
layout_gravity="center"
id="@+id/spinner"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerVertical="true"
spinnerMode="dropdown"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
<ImageView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
</RelativeLayout>
<View
id="@+id/divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_below="@+id/spinner_container"/>
</RelativeLayout>