I am not sure if my question is formulated correctly, but itβs easier to show an image to explain my question.
In the XML editor, some values ββare replaced with the actual values ββthat were defined for this record. However, I do not want Android Studio to show me the actual values. Instead, I still prefer it to show link names. So, how do you disconnect the editor from preview this way?
In the image below android:text="@string/sign_up", but the editor shows it as android:text="Sign up..."well as other attributes, and the link name appears only when you hover over this attribute.
How to disable this feature permanently using the installation / configuration of Android Studio?
Update. The same thing happens in .java files. The constants Enums or R.string are replaced by their actual values.

source
share