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

54 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="wrap_content"
fillViewport="true">
<LinearLayout
orientation="vertical"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/power_credit_information_info_text"
style="@style/2132017674"/>
<TextView
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/power_credit_information_loan_amount_section_header"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017849"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/loan_information_recycleview"
layout_width="match_parent"
layout_height="wrap_content"/>
<Button
id="@+id/button_done"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/done"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017576"/>
<Button
id="@+id/button_reset"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/button_reset"
style="@style/2132017536"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>