29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_loans"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x6="0"
|
||
|
NOT_FOUND_0x7="0"
|
||
|
NOT_FOUND_0x9="0"/>
|
||
|
<Button
|
||
|
id="@+id/bt_exit"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp"
|
||
|
text="@string/credit_power_summary_exit_button"
|
||
|
NOT_FOUND_0x5="0"
|
||
|
NOT_FOUND_0x6="0"
|
||
|
NOT_FOUND_0x7="0"
|
||
|
NOT_FOUND_0x8="@+id/rv_loans"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
style="@style/2132017536"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|