mirror of
https://github.com/SimpleMobileTools/Simple-Camera.git
synced 2025-06-27 09:02:59 +02:00
reuse some resources from the Commons library
This commit is contained in:
@ -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()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user