mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-16 04:19:19 +00:00
Update: styles.xml reformatted
Improve: No Overscroll Animation Improve: Use new colorAccent Attr (styles.xml)
This commit is contained in:
@ -170,7 +170,7 @@ class AppListAdapter(private val onClick: (ProductItem) -> Unit) :
|
||||
null
|
||||
).apply {
|
||||
color =
|
||||
holder.status.context.getColorFromAttr(android.R.attr.colorAccent)
|
||||
holder.status.context.getColorFromAttr(R.attr.colorAccent)
|
||||
cornerRadius = holder.status.resources.sizeScaled(2).toFloat()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user