44 lines
1.6 KiB
XML
44 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="vertical"
|
||
|
background="@drawable/bg_white_rounded_with_purple_border"
|
||
|
clickable="true"
|
||
|
layout_width="260dp"
|
||
|
layout_height="wrap_content"
|
||
|
foreground="@drawable/ripple_rounded_4_purple"
|
||
|
minHeight="100dp"
|
||
|
layout_centerInParent="true"
|
||
|
elevation="2dp">
|
||
|
<ImageView
|
||
|
id="@+id/icFlag"
|
||
|
layout_width="40dp"
|
||
|
layout_height="40dp"
|
||
|
layout_marginTop="20dp"
|
||
|
layout_marginStart="20dp"
|
||
|
NOT_FOUND_0x10="0"
|
||
|
NOT_FOUND_0x12="0"/>
|
||
|
<TextView
|
||
|
id="@+id/tvCurrencyName"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="8dp"
|
||
|
NOT_FOUND_0xe="@+id/icFlag"
|
||
|
NOT_FOUND_0xf="@+id/icFlag"
|
||
|
NOT_FOUND_0x12="@+id/icFlag"
|
||
|
style="@style/2132017851"/>
|
||
|
<TextView
|
||
|
id="@+id/tvAmount"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
NOT_FOUND_0xe="0"
|
||
|
NOT_FOUND_0x10="@+id/tvCurrencyName"
|
||
|
NOT_FOUND_0x11="@+id/tvCurrencyName"
|
||
|
style="@style/2132017925"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</RelativeLayout>
|