Skip to content

Commit 177d107

Browse files
committed
Update
1 parent b39650b commit 177d107

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/src/main/assets/home/bin/repack_img

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ saved="$OUTPUT/out/${INPUT##*/}.img"
8888
info_size="${INPUT%/*}/config/${INPUT##*/}_size.txt"
8989
kernel_dts_md5="${INPUT%/*}/config/${INPUT##*/}_kernel_dts_md5.txt"
9090
dts_md5="${INPUT%/*}/config/${INPUT##*/}_dts_md5.txt"
91-
lvnen="$(glog nen_br 8)"
91+
lvnen="$(glog nen_br 4)"
9292
info_type="$(cat "$info" 2>/dev/null)"
9393

9494
# Ép build mặc định đối với định dạng sau

app/src/main/java/com/omarea/krscript/ui/DialogLogFragment.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)