145 lines
5.5 KiB
XML
145 lines
5.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
paddingBottom="32dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/data"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentTop="true">
|
|
<TextView
|
|
id="@+id/name_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="20dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1b="0"
|
|
style="@style/2132017923"/>
|
|
<TextView
|
|
id="@+id/name_value"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="6dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x16="0"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x1a="@+id/name_label"
|
|
style="@style/2132017875"/>
|
|
<TextView
|
|
id="@+id/market_value"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="6dp"
|
|
text="@string/market_value"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="1"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/name_value"
|
|
style="@style/2132017923"/>
|
|
<TextView
|
|
id="@+id/currency"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="6dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="1"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/market_value"
|
|
style="@style/2132017889"/>
|
|
<ImageView
|
|
id="@+id/arrow_up"
|
|
visibility="visible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
adjustViewBounds="true"
|
|
layout_marginEnd="5dp"
|
|
NOT_FOUND_0x13="@+id/currency"
|
|
NOT_FOUND_0x17="@+id/currency"
|
|
NOT_FOUND_0x1b="@+id/currency"/>
|
|
<TextView
|
|
id="@+id/unrealized"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="6dp"
|
|
text="@string/unrealized_pl"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="1"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/currency"
|
|
style="@style/2132017923"/>
|
|
<TextView
|
|
id="@+id/unrealized_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="6dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x14="0"
|
|
NOT_FOUND_0x15="1"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1a="@+id/unrealized"
|
|
style="@style/2132017876"/>
|
|
<View
|
|
id="@+id/generic_separator"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="20dp"
|
|
NOT_FOUND_0x1a="@+id/unrealized_amount"
|
|
style="@style/2132017871"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/details"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1a="@+id/generic_separator"/>
|
|
<View
|
|
id="@+id/details_separator"
|
|
background="#c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1a="@+id/details"
|
|
style="@style/2132017871"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/disclaimer"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_below="@+id/data"
|
|
layout_alignLeft="@+id/button"
|
|
layout_alignRight="@+id/button"
|
|
layout_alignStart="@+id/button"
|
|
layout_alignEnd="@+id/button"
|
|
style="@style/2132017920"/>
|
|
<Button
|
|
id="@+id/button"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
text="@string/trade_now_button"
|
|
layout_below="@+id/disclaimer"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017536"/>
|
|
</RelativeLayout>
|
|
</ScrollView>
|