72 lines
2.5 KiB
XML
72 lines
2.5 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"
|
|
id="@+id/parent_relative_layout"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="horizontal"
|
|
id="@+id/my_investment_header_linear_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="start|top"
|
|
id="@+id/title_accounts"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/account_summary_my_deposits"
|
|
layout_weight="1"
|
|
textAllCaps="true"
|
|
paddingStart="20dp"
|
|
paddingEnd="20dp"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
gravity="end|top"
|
|
id="@+id/my_deposits_total_amount_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
textAllCaps="true"
|
|
paddingStart="20dp"
|
|
paddingEnd="20dp"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<FrameLayout
|
|
background="@drawable/bg_white_rounded"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="8dp"
|
|
layout_below="@+id/my_investment_header_linear_layout"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="24dp"
|
|
elevation="2dp">
|
|
<include
|
|
layout_gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout="@layout/2131559009"/>
|
|
</FrameLayout>
|
|
<com.asksira.loopingviewpager.LoopingViewPager
|
|
id="@+id/card_view_pager"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="6dp"
|
|
minHeight="260dp"
|
|
layout_below="@+id/my_investment_header_linear_layout"
|
|
NOT_FOUND_0x16="true"/>
|
|
<me.relex.circleindicator.CircleIndicator
|
|
id="@+id/indicator"
|
|
layout_width="match_parent"
|
|
layout_height="12dp"
|
|
layout_below="@+id/card_view_pager"
|
|
NOT_FOUND_0x14="@drawable/dark_gray_radius"
|
|
NOT_FOUND_0x15="@drawable/gray_radius"/>
|
|
<FrameLayout
|
|
id="@+id/banner_container"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/indicator"/>
|
|
</RelativeLayout>
|