11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <androidx .constraintlayout.widget.ConstraintLayout
3- xmlns : android =" http://schemas.android.com/apk/res/android"
2+ <androidx .constraintlayout.widget.ConstraintLayout xmlns : android =" http://schemas.android.com/apk/res/android"
43 xmlns : app =" http://schemas.android.com/apk/res-auto"
54 xmlns : tools =" http://schemas.android.com/tools"
6- android : background =" @drawable/background_gradiant"
75 android : layout_width =" match_parent"
8- android : layout_height =" match_parent" >
9-
10- <TextView
11- android : id =" @+id/appTitle"
12- android : layout_width =" wrap_content"
13- android : layout_height =" wrap_content"
14- android : text =" @string/extended_app_name"
15- android : textStyle =" bold"
16- android : textColor =" @color/PrimaryText"
17- android : textSize =" 20sp"
18-
19- android : layout_marginTop =" 20dp"
20- app : layout_constraintEnd_toEndOf =" parent"
21- app : layout_constraintStart_toStartOf =" parent"
22- app : layout_constraintTop_toTopOf =" parent" />
6+ android : layout_height =" match_parent"
7+ android : background =" @color/Background" >
238
249
2510 <TextView
2611 android : id =" @+id/currentTaskTextView"
2712
2813 android : layout_width =" wrap_content"
2914 android : layout_height =" wrap_content"
30- android : layout_marginTop =" 30dp"
15+ android : layout_marginTop =" 90dp"
16+ android : layout_marginStart =" 5dp"
3117
3218 android : text =" @string/process_current_task_progress"
3319 android : textColor =" @color/PrimaryText"
34- android : textStyle =" bold"
3520
36- app : layout_constraintEnd_toEndOf =" parent"
37- app : layout_constraintHorizontal_bias =" 0.125"
38- app : layout_constraintStart_toStartOf =" parent"
39- app : layout_constraintTop_toBottomOf =" @+id/appTitle" />
21+ android : textStyle =" bold"
22+ app : layout_constraintStart_toStartOf =" @+id/currentTaskProgressBar"
23+ app : layout_constraintTop_toTopOf =" parent" />
4024
4125 <TextView
4226 android : id =" @+id/currentTaskTextView2"
7458
7559 android : layout_width =" wrap_content"
7660 android : layout_height =" wrap_content"
77- android : layout_marginTop =" 104dp"
61+ android : layout_marginTop =" 35dp"
62+ android : layout_marginStart =" 5dp"
7863
7964 android : text =" @string/process_total_task_progress"
8065 android : textColor =" @color/PrimaryText"
8166 android : textStyle =" bold"
8267
83- app : layout_constraintEnd_toEndOf =" parent"
8468 app : layout_constraintHorizontal_bias =" 0.118"
85- app : layout_constraintStart_toStartOf =" parent "
86- app : layout_constraintTop_toBottomOf =" @+id/appTitle " />
69+ app : layout_constraintStart_toStartOf =" @+id/totalTaskProgressBar "
70+ app : layout_constraintTop_toBottomOf =" @+id/currentTaskProgressBar " />
8771
8872 <ProgressBar
8973 android : id =" @+id/totalTaskProgressBar"
121105 <ScrollView
122106 android : layout_width =" match_parent"
123107 android : layout_height =" 0dp"
124- android : layout_marginHorizontal =" 15dp"
125108 android : layout_marginVertical =" 15dp"
126109
127110 app : layout_constraintBottom_toTopOf =" @+id/settingButton"
128111 app : layout_constraintEnd_toEndOf =" parent"
129112 app : layout_constraintStart_toStartOf =" parent"
130113 app : layout_constraintTop_toBottomOf =" @+id/optimizingModsTitle" >
114+
131115 <LinearLayout
132116 android : id =" @+id/listView"
133117 android : layout_width =" match_parent"
155139 android : layout_width =" 0dp"
156140 android : layout_height =" 0dp"
157141 android : src =" @drawable/ic_round_add_24"
158- android : translationZ =" 5dp "
142+ android : translationZ =" 9999dp "
159143 app : layout_constraintBottom_toBottomOf =" @+id/addModButton"
160144 app : layout_constraintEnd_toEndOf =" @+id/addModButton"
161145 app : layout_constraintStart_toStartOf =" @+id/addModButton"
166150 android : layout_width =" 68dp"
167151 android : layout_height =" 68dp"
168152
169- android : onClick =" showSettings"
170-
171153 android : background =" @drawable/rounded_background"
172154 android : foreground =" @drawable/ripple_circle"
173155
156+ android : onClick =" showSettings"
157+
158+
174159 app : layout_constraintBottom_toBottomOf =" parent"
175160 app : layout_constraintEnd_toEndOf =" parent"
176161 app : layout_constraintHorizontal_bias =" 0.10"
183168 android : layout_height =" 0dp"
184169 android : layout_margin =" 5dp"
185170 android : src =" @drawable/ic_round_settings_24"
186- android : translationZ =" 5dp "
171+ android : translationZ =" 9999dp "
187172 app : layout_constraintBottom_toBottomOf =" @+id/settingButton"
188173 app : layout_constraintEnd_toEndOf =" @+id/settingButton"
189174 app : layout_constraintStart_toStartOf =" @+id/settingButton"
193178 android : id =" @+id/optimizeButton"
194179 android : layout_width =" wrap_content"
195180 android : layout_height =" 0dp"
196- android : paddingHorizontal = " 16dp "
181+ android : background = " @drawable/rounded_background "
197182
198183
199- android : background =" @drawable/rounded_background"
200184 android : foreground =" @drawable/ripple_circle"
185+ android : letterSpacing =" 0.25"
201186
202187 android : onClick =" launchOptimizationManually"
203188
204189
190+ android : paddingHorizontal =" 16dp"
205191 android : text =" @string/optimize_button"
206- android : letterSpacing =" 0.25"
207192 android : textSize =" 16sp"
208193
209194 app : layout_constraintBottom_toBottomOf =" @+id/settingButton"
212197 app : layout_constraintTop_toTopOf =" @+id/settingButton" />
213198
214199
215-
216-
217200</androidx .constraintlayout.widget.ConstraintLayout>
0 commit comments