File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
java/com/omarea/krscript/ui Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ saved="$OUTPUT/out/${INPUT##*/}.img"
8888info_size=" ${INPUT%/* } /config/${INPUT##*/ } _size.txt"
8989kernel_dts_md5=" ${INPUT%/* } /config/${INPUT##*/ } _kernel_dts_md5.txt"
9090dts_md5=" ${INPUT%/* } /config/${INPUT##*/ } _dts_md5.txt"
91- lvnen=" $( glog nen_br 8 ) "
91+ lvnen=" $( glog nen_br 4 ) "
9292info_type=" $( cat " $info " 2> /dev/null) "
9393
9494# Ép build mặc định đối với định dạng sau
Original file line number Diff line number Diff line change @@ -214,6 +214,11 @@ class DialogLogFragment : DialogFragment() {
214214 current < 0 -> shellProgress.apply {
215215 visibility = View .VISIBLE
216216 isIndeterminate = true
217+ (layoutParams as ? ViewGroup .MarginLayoutParams )?.let { params ->
218+ params.height = 12
219+ params.topMargin = 34
220+ layoutParams = params
221+ }
217222 }
218223 current >= total -> shellProgress.visibility = View .GONE
219224 else -> shellProgress.apply {
You can’t perform that action at this time.
0 commit comments