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

80 lines
2.8 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"
background="@drawable/ripple_purple_white_bg"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp">
<ImageView
id="@+id/iv_product_arrow"
padding="18sp"
layout_width="52dp"
layout_height="52dp"
layout_alignParentRight="true"
layout_centerVertical="true"
NOT_FOUND_0x12="@drawable/ic_dark_chevron_up"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_product_info"
layout_width="match_parent"
layout_height="wrap_content"
layout_toStartOf="@+id/iv_product_arrow">
<TextView
id="@+id/tv_product_name"
layout_width="match_parent"
layout_height="wrap_content"
text="BEC"
style="@style/2132017974"/>
<LinearLayout
layout_gravity="right"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
layout_gravity="center_vertical"
id="@+id/iv_arrow"
layout_width="8dp"
layout_height="8dp"
layout_weight="1"
layout_marginEnd="8dp"
NOT_FOUND_0x12="@drawable/ic_arrow_down"/>
<TextView
id="@+id/tv_product_value"
layout_width="wrap_content"
layout_height="wrap_content"
text="12,040.00"
layout_weight="1"
style="@style/2132017876"/>
</LinearLayout>
<TextView
gravity="right"
id="@+id/tv_product_unrealized_amount"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
text="-12,026.12(-38.04%)"
style="@style/2132017982"/>
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="4dp">
<TextView
gravity="left"
id="@+id/tv_product_side"
layout_width="match_parent"
layout_height="wrap_content"
text="Short"
style="@style/2132017851"/>
<TextView
gravity="right"
id="@+id/tv_product_symbol_price"
layout_width="match_parent"
layout_height="wrap_content"
text="Settlement price 19,990.00"
layout_alignParentRight="true"
style="@style/2132017851"/>
</RelativeLayout>
</LinearLayout>
</RelativeLayout>