mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-14 18:21:57 +00:00
button ui tidy-up
This commit is contained in:
parent
3eec6eb588
commit
c81a075c0a
1 changed files with 3 additions and 3 deletions
|
|
@ -181,9 +181,9 @@ class TaskFilterDialog(context: Context, private val repository: TagRepository,
|
|||
button.iconTint = ColorStateList.valueOf(context.getThemeColor(R.attr.colorAccent))
|
||||
button.iconGravity = MaterialButton.ICON_GRAVITY_START
|
||||
button.elevation = 0f
|
||||
// button.backgroundTintList = ColorStateList.valueOf(ContextCompat.getColor(context, R.color.button_background_gray_700))
|
||||
button.setStrokeColorResource(R.color.content_background) // Assuming you want a border, otherwise remove
|
||||
button.strokeWidth = 0 // Adjust if you want a thicker border
|
||||
button.backgroundTintList = ColorStateList.valueOf(ContextCompat.getColor(context, R.color.gray700_gray10))
|
||||
button.setStrokeColorResource(R.color.content_background)
|
||||
button.strokeWidth = 0
|
||||
button.setTextColor(ContextCompat.getColor(context, R.color.text_secondary))
|
||||
|
||||
button.setOnClickListener { createTag() }
|
||||
|
|
|
|||
Loading…
Reference in a new issue