11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : app =" http://schemas.android.com/apk/res-auto"
4- xmlns : tools =" http://schemas.android.com/tools"
5- android : layout_width =" match_parent"
6- android : layout_height =" match_parent"
7- android : background =" @color/default_background_color"
8- tools : context =" .scenes.main.fragments.setting.SettingFragment" >
2+ <androidx .constraintlayout.widget.ConstraintLayout
3+ xmlns : android =" http://schemas.android.com/apk/res/android"
4+ xmlns : app =" http://schemas.android.com/apk/res-auto"
5+ xmlns : tools =" http://schemas.android.com/tools"
6+ android : layout_width =" match_parent"
7+ android : layout_height =" match_parent"
8+ android : background =" @color/default_background_color"
9+ tools : context =" .scenes.main.fragments.setting.SettingFragment" >
910
10- <androidx .recyclerview.widget.RecyclerView
11- android : id =" @+id/recycler_view_setting_fragment"
11+ <LinearLayout
1212 android : layout_width =" match_parent"
1313 android : layout_height =" match_parent"
14- android : scrollbars =" vertical"
15- tools : listitem =" @layout/item_image_text" />
14+ android : orientation =" vertical" >
15+
16+ <TextView
17+ style =" @style/TitleStyleCollectionsNotes"
18+ android : layout_width =" wrap_content"
19+ android : layout_height =" wrap_content"
20+ android : layout_marginTop =" 10dp"
21+ android : padding =" 10dp"
22+ android : text =" @string/setting_header"
23+ android : textAppearance =" @style/TextAppearance.AppCompat.Large" />
24+
25+ <androidx .recyclerview.widget.RecyclerView
26+ android : id =" @+id/recycler_view_setting_fragment"
27+ android : layout_width =" match_parent"
28+ android : layout_height =" match_parent"
29+ android : scrollbars =" vertical"
30+ tools : listitem =" @layout/item_image_text" />
31+
32+ </LinearLayout >
1633
1734</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments