Fix extra padding if there is no namespace
This commit is contained in:
parent
62ee9e6560
commit
c560b70b83
@ -32,7 +32,7 @@ class NamespaceTagsHolder(
|
|||||||
true
|
true
|
||||||
} else {
|
} else {
|
||||||
binding.tags.updateLayoutParams<LinearLayout.LayoutParams> {
|
binding.tags.updateLayoutParams<LinearLayout.LayoutParams> {
|
||||||
marginStart = 16.dpToPx
|
marginStart = 0.dpToPx
|
||||||
}
|
}
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user