We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3979649 commit d9b3e70Copy full SHA for d9b3e70
app/src/main/java/com/omarea/krscript/ui/DialogLogFragment.kt
@@ -215,7 +215,7 @@ class DialogLogFragment : DialogFragment() {
215
visibility = View.VISIBLE
216
isIndeterminate = true
217
(layoutParams as? ViewGroup.MarginLayoutParams)?.let { params ->
218
- params.height = 16
+ params.height = 22
219
params.topMargin = 34
220
layoutParams = params
221
}
@@ -228,7 +228,7 @@ class DialogLogFragment : DialogFragment() {
228
progress = current
229
230
params.height = 4
231
- params.topMargin = 44
+ params.topMargin = 43
232
233
234
0 commit comments