1 min readOct 6, 2019
After finish configure, you can access these resources normally in Java/Kotlin code using R.layout.chat_activity.xml
, R.drawable.chat_send_button.xml
,..
This trick is only help you manage the XML files better by grouping them into category corresponding to feature group, and does not affect your Java/Kotlin code.
Thanks for reading!