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:
@ -38,7 +38,7 @@ object Utils {
|
||||
val progressIcon: Drawable =
|
||||
createDefaultApplicationIcon(context, android.R.attr.textColorSecondary)
|
||||
val defaultIcon: Drawable =
|
||||
createDefaultApplicationIcon(context, android.R.attr.colorAccent)
|
||||
createDefaultApplicationIcon(context, R.attr.colorAccent)
|
||||
return Pair(progressIcon, defaultIcon)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user