我们可以将字符串资源从直接硬编码字符串中提取到 string.xml
资源文件中吗?但是我们如何编辑字符串资源值?
例如:
<EditText
android:id="@+id/notes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/notes
/>
如何从布局文件中更改@string/notes
的值?
答案 0 :(得分:3)
我只是在存储变量的地方打开:
<强>窗:强> 突出显示变量并按 CTRL + B 或 CTRL +单击
<强>的Mac:强> 与仅Windows的CMD相同,而不是CTRL