File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
java/com/omarea/krscript/ui Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -233,6 +233,9 @@ class DialogLogFragment : DialogFragment() {
233233 shellProgress?.isIndeterminate = false
234234 shellProgress?.max = total
235235 shellProgress?.progress = current
236+ val params = shellProgress?.layoutParams
237+ params?.height = 4
238+ shellProgress?.layoutParams = params
236239 }
237240 }
238241 }
Original file line number Diff line number Diff line change 8787 <ProgressBar
8888 android : id =" @+id/action_progress"
8989 style =" ?android:attr/progressBarStyleHorizontal"
90- android : layout_below =" @+ id/btn_hide "
90+ android : layout_below =" @id/top_bar "
9191 android : layout_width =" match_parent"
92- android : layout_height =" 2dp"
92+ android : layout_height =" 8dp"
93+ android : layout_marginTop =" 34px"
9394 android : layout_gravity =" center_horizontal"
94- android : layout_marginTop =" 14dp"
9595 android : layout_marginStart =" 10dp"
9696 android : layout_marginEnd =" 10dp"
9797 android : indeterminate =" true"
You can’t perform that action at this time.
0 commit comments