44 android : layout_width =" match_parent"
55 android : layout_height =" match_parent"
66 xmlns : app =" http://schemas.android.com/apk/res-auto"
7- android : background =" @color/yellow_200"
7+ android : background =" @color/brown_700"
8+
9+ android : fitsSystemWindows =" true"
810 android : orientation =" vertical" >
911 <LinearLayout
10- android : elevation =" 5dp"
11- android : gravity =" center_vertical"
12- android : id =" @+id/setting_toolbar"
1312 android : layout_width =" match_parent"
14- android : layout_height =" 60dp"
15- android : background =" @drawable/ic_wave__top_toolbar"
16- android : orientation =" horizontal"
17- app : layout_constraintEnd_toEndOf =" parent"
18- app : layout_constraintLeft_toLeftOf =" parent"
19- app : layout_constraintStart_toStartOf =" parent"
20- app : layout_constraintTop_toTopOf =" parent" >
21- <ImageView
22- android : id =" @+id/setting_backbtn"
23- android : layout_marginStart =" 15dp"
24- android : layout_width =" wrap_content"
13+ android : layout_height =" match_parent"
14+ android : orientation =" vertical"
15+ android : background =" @color/yellow_200" >
16+ <LinearLayout
17+ android : elevation =" 5dp"
18+ android : gravity =" center_vertical"
19+ android : id =" @+id/setting_toolbar"
20+ android : layout_width =" match_parent"
21+ android : layout_height =" 60dp"
22+ android : background =" @drawable/ic_wave__top_toolbar"
23+ android : orientation =" horizontal"
24+ app : layout_constraintEnd_toEndOf =" parent"
25+ app : layout_constraintLeft_toLeftOf =" parent"
26+ app : layout_constraintStart_toStartOf =" parent"
27+ app : layout_constraintTop_toTopOf =" parent" >
28+ <ImageView
29+ android : id =" @+id/setting_backbtn"
30+ android : layout_marginStart =" 15dp"
31+ android : layout_width =" wrap_content"
32+ android : layout_height =" wrap_content"
33+ app : srcCompat =" @drawable/ic_baseline_arrow_back_ios_24"
34+ android : layout_marginLeft =" 15dp" />
35+ <com .google.android.material.textview.MaterialTextView
36+ android : layout_marginStart =" 5dp"
37+ android : textColor =" @color/white"
38+ style =" @style/TextAppearance.AppCompat.Widget.ActionBar.Title"
39+ android : layout_width =" wrap_content"
40+ android : layout_height =" wrap_content"
41+ android : text =" @string/settings"
42+ android : layout_marginLeft =" 10dp" />
43+ </LinearLayout >
44+ <LinearLayout
45+ android : paddingTop =" 10dp"
46+ android : layout_width =" match_parent"
2547 android : layout_height =" wrap_content"
26- app : srcCompat =" @drawable/ic_baseline_arrow_back_ios_24"
27- android : layout_marginLeft =" 15dp" />
28- <com .google.android.material.textview.MaterialTextView
29- android : layout_marginStart =" 5dp"
30- android : textColor =" @color/white"
31- style =" @style/TextAppearance.AppCompat.Widget.ActionBar.Title"
32- android : layout_width =" wrap_content"
48+ android : paddingStart =" 10dp"
49+ android : paddingLeft =" 10dp"
50+ android : paddingEnd =" 10dp" >
51+ <com .google.android.material.textview.MaterialTextView
52+ android : textStyle =" bold"
53+ android : id =" @android:id/title"
54+ android : textColor =" @color/brown_700"
55+ android : layout_width =" wrap_content"
56+ android : layout_height =" wrap_content"
57+ android : textSize =" 18sp"
58+ android : text =" Support/Contribution" />
59+ </LinearLayout >
60+ <LinearLayout
61+ android : visibility =" gone"
62+ android : layout_width =" match_parent"
3363 android : layout_height =" wrap_content"
34- android : text =" @string/settings"
35- android : layout_marginLeft =" 10dp" />
36- </LinearLayout >
37- <LinearLayout
38- android : paddingTop =" 10dp"
39- android : layout_width =" match_parent"
40- android : layout_height =" wrap_content"
41- android : paddingStart =" 10dp"
42- android : paddingLeft =" 10dp"
43- android : paddingEnd =" 10dp" >
44- <com .google.android.material.textview.MaterialTextView
45- android : textStyle =" bold"
46- android : id =" @android:id/title"
47- android : textColor =" @color/brown_700"
48- android : layout_width =" wrap_content"
49- android : layout_height =" wrap_content"
50- android : textSize =" 18sp"
51- android : text =" Support/Contribution" />
52- </LinearLayout >
53- <LinearLayout
54- android : layout_width =" match_parent"
55- android : layout_height =" wrap_content"
56- android : paddingStart =" 10dp"
57- android : paddingLeft =" 10dp"
58- android : paddingEnd =" 10dp" >
59- <com .google.android.material.button.MaterialButton
60- android : layout_marginTop =" 10dp"
61- android : id =" @+id/store_btn"
62- style =" ?attr/borderlessButtonStyle"
63- android : layout_width =" wrap_content"
64- android : layout_height =" wrap_content"
65- android : text =" @string/support_developer"
66- app : icon =" @drawable/ic_baseline_local_grocery_store_24" />
67- </LinearLayout >
68- <LinearLayout
69- android : layout_width =" match_parent"
70- android : layout_height =" wrap_content"
71- android : paddingStart =" 10dp"
72- android : paddingLeft =" 10dp"
73- android : paddingEnd =" 10dp" >
74- <com .google.android.material.button.MaterialButton
75- android : layout_marginTop =" 10dp"
76- android : id =" @+id/feedback_btn"
77- style =" ?attr/borderlessButtonStyle"
78- android : layout_width =" wrap_content"
64+ android : paddingStart =" 10dp"
65+ android : paddingLeft =" 10dp"
66+ android : paddingEnd =" 10dp" >
67+ <com .google.android.material.button.MaterialButton
68+ android : layout_marginTop =" 10dp"
69+ android : id =" @+id/store_btn"
70+ style =" ?attr/borderlessButtonStyle"
71+ android : layout_width =" wrap_content"
72+ android : layout_height =" wrap_content"
73+ android : text =" @string/support_developer"
74+ app : icon =" @drawable/ic_baseline_local_grocery_store_24" />
75+ </LinearLayout >
76+ <LinearLayout
77+ android : layout_width =" match_parent"
7978 android : layout_height =" wrap_content"
80- android : text =" @string/send_feature_request"
81- app : icon =" @drawable/ic_baseline_message_24" />
79+ android : paddingStart =" 10dp"
80+ android : paddingLeft =" 10dp"
81+ android : paddingEnd =" 10dp" >
82+ <com .google.android.material.button.MaterialButton
83+ android : layout_marginTop =" 10dp"
84+ android : id =" @+id/feedback_btn"
85+ style =" ?attr/borderlessButtonStyle"
86+ android : layout_width =" wrap_content"
87+ android : layout_height =" wrap_content"
88+ android : text =" @string/send_feature_request"
89+ app : icon =" @drawable/ic_baseline_message_24" />
90+ </LinearLayout >
91+ <FrameLayout
92+ android : id =" @+id/settings_container"
93+ android : layout_width =" match_parent"
94+ android : layout_height =" match_parent" />
8295 </LinearLayout >
83- <FrameLayout
84- android : id =" @+id/settings_container"
85- android : layout_width =" match_parent"
86- android : layout_height =" match_parent" />
8796</LinearLayout >
0 commit comments