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

65 lines
2.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/custom_spinner"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0">
<View
id="@+id/vw_line"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0"/>
<androidx.constraintlayout.widget.ConstraintLayout
layout_gravity="center_horizontal"
id="@+id/spinner_container"
background="@drawable/bg_spinner"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/vw_line">
<Spinner
id="@+id/spinner"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
spinnerMode="dropdown"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0"/>
<ImageView
layout_gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_centerVertical="true"
layout_marginEnd="16dp"
layout_alignParentEnd="true"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x12="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/spinner_container"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>