Android Question Layout Refactoring

epiCode

Active Member
Licensed User
It is easy to refactor variables or names in code by right click > find all references > rename

But when I rename a custom control from "customlistview" to "myclv", do I need to manually change it in all layouts by
1. noting down variables settings of every "customlistview" in some notepad
2. deleting the current one
3. adding a new control (myclv)
4. now manually update variables noted earlier

Is there some easier faster way to do this?
 
Top