Skip to content

Commit

Permalink
group tag delete button alpha adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafizzle committed Sep 15, 2023
1 parent e446167 commit ffb36df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffb36df

Please sign in to comment.