Fix visibility exception field spacing
This commit is contained in:
@@ -130,7 +130,7 @@ class AppVisibilityFragment : Fragment(R.layout.fragment_app_visibility) {
|
||||
hint = "Regular expression"
|
||||
setText(existing?.pattern)
|
||||
maxLines = 4
|
||||
setPadding(dp(24), 0, dp(24), 0)
|
||||
setPadding(dp(24), paddingTop, dp(24), paddingBottom)
|
||||
}
|
||||
val dialog = MaterialAlertDialogBuilder(requireContext())
|
||||
.setTitle(if (existing == null) "Add text exception" else "Edit text exception")
|
||||
|
||||
Reference in New Issue
Block a user