How to disable the preview of xml reference values in Android Studio settings/configuration?

前端 未结 2 1046
没有蜡笔的小新
没有蜡笔的小新 2020-12-19 05:58

I\'m not sure if my question is worded correctly, but it\'s easier to show an image to explain my question.

In the XML editor, some values are replaced with the actu

2条回答
  •  北海茫月
    2020-12-19 06:42

    For Java files you can go to Preferences->Editor->General->Code Folding and uncheck "Android string references" but this only applies to code not to xml layouts

    – Oleg Bogdanov

提交回复
热议问题