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

45 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"
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"
paddingBottom="5dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|top"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/account_summary_my_investment"
textAllCaps="true"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017849"/>
</LinearLayout>
<androidx.viewpager.widget.ViewPager
id="@+id/card_view_pager"
layout_width="match_parent"
layout_height="288dp"
layout_marginBottom="6dp"
layout_below="@+id/my_investment_header_linear_layout"/>
<me.relex.circleindicator.CircleIndicator
orientation="horizontal"
id="@+id/indicator"
layout_width="match_parent"
layout_height="12dp"
layout_marginTop="16dp"
layout_below="@+id/card_view_pager"
NOT_FOUND_0xf="@drawable/dark_gray_radius"
NOT_FOUND_0x10="@drawable/gray_radius"/>
<FrameLayout
id="@+id/banner_container"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/indicator"/>
</RelativeLayout>