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

43 lines
1.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
descendantFocusability="blocksDescendants"
layout_width="match_parent"
layout_height="match_parent">
<com.google.android.flexbox.FlexboxLayout
orientation="horizontal"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xa="3">
<TextView
id="@+id/tvTitle"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/investment_discover_top_list_title"
style="@style/2132017688"/>
<TextView
id="@+id/tvAsOfDateTitle"
layout_width="wrap_content"
layout_height="wrap_content"
textAllCaps="false"
style="@style/2132017688"/>
</com.google.android.flexbox.FlexboxLayout>
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
id="@+id/recyclerView"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"
NOT_FOUND_0xb="androidx.recyclerview.widget.LinearLayoutManager"/>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>