File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
java/com/omarea/krscript/ui Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ class DialogLogFragment : DialogFragment() {
125125 if (nodeInfo.title.isNotEmpty()) {
126126 binding.title.text = nodeInfo.title
127127 } else {
128- binding.title.visibility = View .INVISIBLE
128+ binding.title.visibility = View .GONE
129129 }
130130
131131 if (nodeInfo.desc.isNotEmpty()) {
132132 binding.desc.text = nodeInfo.desc
133133 } else {
134- binding.desc.visibility = View .INVISIBLE
134+ binding.desc.visibility = View .GONE
135135 }
136136
137137 binding.actionProgress.isIndeterminate = true
Original file line number Diff line number Diff line change 4040 </LinearLayout >
4141 <ProgressBar
4242 android : id =" @+id/action_progress"
43- android : layout_marginTop =" 4dp "
43+ android : layout_marginTop =" 2dp "
4444 style =" ?android:attr/progressBarStyleHorizontal"
4545 android : layout_width =" match_parent"
4646 android : layout_height =" 8dp"
You can’t perform that action at this time.
0 commit comments