Issue
Background
In android studio, String Resources store strings inside an xml strings.xml file and can be called in code like so:
Android Studio also has the convenient feature of previewing what is inside these resources inline:
Issue
When you click on the hint, it goes from the hint:
To the actual reference of the resource:
It does revert to the hint but only after navigating away from the file and returning to it after some time.
Question
Is there another way to revert a reference to a string resource back to a hint other than navigating a way then returning to the file after a few minutes?
Solution
Do this,
Click on R.string.yes then press Ctrl and - to collapse and Ctrl and + to expand.
Answered By - prashant17




0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.