mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-06 06:15:12 +00:00
Make status dialog more Material 3 aligned
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
a53bf16f72
commit
11f78b75fe
@ -241,10 +241,12 @@ class SetStatusDialogFragment :
|
||||
}
|
||||
}
|
||||
|
||||
viewThemeUtils.themeDialog(binding.root)
|
||||
|
||||
viewThemeUtils.colorMaterialButtonText(binding.clearStatus)
|
||||
viewThemeUtils.colorMaterialButtonPrimaryFilled(binding.setStatus)
|
||||
|
||||
binding.customStatusInput.highlightColor = resources.getColor(R.color.colorPrimary)
|
||||
viewThemeUtils.colorTextInputLayout(binding.customStatusInputContainer)
|
||||
|
||||
binding.customStatusInput.doAfterTextChanged { text ->
|
||||
binding.setStatus.isEnabled = !text.isNullOrEmpty()
|
||||
|
Loading…
Reference in New Issue
Block a user