Update: styles.xml reformatted

Improve: No Overscroll Animation
Improve: Use new colorAccent Attr (styles.xml)
This commit is contained in:
LooKeR
2021-11-17 00:32:23 +05:30
parent 0fd8e3b8b7
commit b41715a2f0
7 changed files with 49 additions and 44 deletions

View File

@ -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)
}