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

31 lines
1.1 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"
orientation="vertical"
id="@+id/parent_relative_layout"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
gravity="start|top"
id="@+id/my_loans_text_view"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/account_summary_my_loans"
textAllCaps="true"
paddingStart="20dp"
paddingEnd="20dp"
style="@style/2132017849"/>
<androidx.viewpager.widget.ViewPager
id="@+id/card_view_pager"
layout_width="match_parent"
layout_height="240dp"
layout_marginBottom="6dp"
layout_below="@+id/my_loans_text_view"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/indicator"
layout_width="match_parent"
layout_height="12dp"
layout_below="@+id/card_view_pager"
NOT_FOUND_0xb="@drawable/dark_gray_radius"
NOT_FOUND_0xc="@drawable/gray_radius"/>
</RelativeLayout>