47 lines
1.6 KiB
XML
47 lines
1.6 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tvTitle"
|
||
|
padding="12dp"
|
||
|
layout_width="100dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/deejung_amortization_month_header"
|
||
|
maxLines="1"
|
||
|
textAllCaps="true"
|
||
|
NOT_FOUND_0xb="@dimen/2131165374"
|
||
|
NOT_FOUND_0xc="1"
|
||
|
style="@style/2132017871"/>
|
||
|
<View
|
||
|
background="#eae7ec"
|
||
|
layout_width="1dp"
|
||
|
layout_height="match_parent"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tvText"
|
||
|
padding="12dp"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/deejung_amortization_total_month_header"
|
||
|
maxLines="1"
|
||
|
layout_weight="1"
|
||
|
textAllCaps="true"
|
||
|
NOT_FOUND_0xb="@dimen/2131165374"
|
||
|
NOT_FOUND_0xc="1"
|
||
|
style="@style/2132017871"/>
|
||
|
</LinearLayout>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rvItems"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
NOT_FOUND_0xd="androidx.recyclerview.widget.LinearLayoutManager"/>
|
||
|
</LinearLayout>
|