Issue
i had set the text programatically but i don't want to see the resource's text("textid, etc"), only the resource (R.id.textid) See the image below
Solution
In Android Studio go to File -> Settings -> Editor -> General -> Code Folding -> uncheck "Android String References"
. After reopening the file, string resources should not be previewed.
Answered By - alexey_zotov
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.