mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 11:22:12 +00:00
Update Chip Padding Fix
This commit is contained in:
parent
598c433354
commit
ab49fae13e
@ -169,7 +169,7 @@ class AppListAdapter(private val onClick: (ProductItem) -> Unit) :
|
||||
R.drawable.background_border,
|
||||
context.theme
|
||||
)
|
||||
setPadding(8, 15, 1, 15)
|
||||
resources.sizeScaled(6).let { setPadding(it, it, it, it) }
|
||||
backgroundTintList =
|
||||
context.getColorFromAttr(R.attr.colorSecondaryContainer)
|
||||
setTextColor(context.getColorFromAttr(R.attr.colorSecondary))
|
||||
|
Loading…
x
Reference in New Issue
Block a user