Android_Studio(基础) - 如何删除按钮,按钮字符串也将被删除?

时间:2015-01-22 07:51:28

标签: android android-studio shortcut

如果删除按钮,则不会删除该按钮的字符串。

删除按钮时是否有自动删除字符串资源的快捷方式?

如果我删除它:

<Button
        android:id="@+id/button2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentBottom="true"
        android:layout_centerHorizontal="true"
        android:layout_marginBottom="33dp"
        android:text="@string/lö" />

我想在我的&#34; string.xml&#34;中找到这一行。要自动删除:

<string name="lö">asfd</string>

0 个答案:

没有答案