Android Studio“从layout.xml编辑字符串资源值,而不切换到strings.xml

时间:2016-09-10 08:16:54

标签: android-studio android-resources

我们可以将字符串资源从直接硬编码字符串中提取到 string.xml 资源文件中吗?但是我们如何编辑字符串资源值?

例如:

<EditText
    android:id="@+id/notes"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:hint="@string/notes 
/>

如何从布局文件中更改@string/notes的值?

1 个答案:

答案 0 :(得分:3)

我只是在存储变量的地方打开:

<强>窗: 突出显示变量并按 CTRL + B CTRL +单击

<强>的Mac: 与仅Windows的CMD相同,而不是CTRL