I am doing refactoring --> migrate to Androidx in an Android Studio project. I am noticing that only java files are been migrated, but not the xml resources.
It exists o
No, but one can right-click res directory, then "search" -> "replace in path"
res
in order to replace all the open/close tags, according to the migration guide.