What is the easiest way to extract a string from an xml file layout file into a strings.xml file?

In Eclipse, I go to the Refactor option in the context menu, but cannot be selected when I right-click on a row selection.

+4
source share
2 answers

Press CTRL + 1 on the line and then "Extract Android line."

+2
source

Found: ALT + SHIFT + A, S = Extract Android string to strings.xml

+1
source

Source: https://habr.com/ru/post/1441038/


All Articles