mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-24 14:45:46 +00:00
group tag delete button alpha adjustment
This commit is contained in:
parent
e446167095
commit
ffb36dfb45
1 changed files with 1 additions and 1 deletions
|
|
@ -249,7 +249,7 @@ class TaskFilterDialog(context: Context, private val repository: TagRepository,
|
|||
editBinding.editText.isEnabled = false
|
||||
editBinding.editText.setTextColor(ContextCompat.getColor(context, R.color.disabled_background))
|
||||
editBinding.deleteButton.isEnabled = false
|
||||
editBinding.deleteButton.alpha = .75f
|
||||
editBinding.deleteButton.alpha = .50f
|
||||
binding.tagsList.addView(editBinding.root)
|
||||
} else {
|
||||
// All tags (except group tags) are editable
|
||||
|
|
|
|||
Loading…
Reference in a new issue