jaredrummler / Cyanea

A theme engine for Android
Apache License 2.0
1.45k stars 144 forks source link

Need Help #69

Open akashshah-claysol opened 5 years ago

akashshah-claysol commented 5 years ago

Can we change the private val processors = hashSetOf<CyaneaViewProcessor>() to private val processors = ArryList<CyaneaViewProcessor>()

Bcz if I override fun getViewProcessors() in My activity for textview. 1.It added not last val processors in between some index. 2.So TextViewProcessor call after getViewProcessors() of my activity and color of text not change.

Thanks Akash