reuse some resources from the Commons library

This commit is contained in:
tibbi
2017-03-19 20:51:43 +01:00
parent 81ff55f9c9
commit 9f5d6ea75e
10 changed files with 17 additions and 92 deletions

View File

@ -24,7 +24,7 @@ class FocusRectView(context: Context) : ViewGroup(context) {
init {
setWillNotDraw(false)
mHandler = Handler()
mPrimaryColor = resources.getColor(R.color.colorPrimary)
mPrimaryColor = resources.getColor(R.color.color_primary)
setupPaint()
}