Android Studio:string.xml编辑器中是否有“换行和插入”功能?

时间:2019-08-02 05:33:06

标签: android string android-studio android-resources

我想这样做:

<string-array name="animal-array">
  <item>Dog</item>
  <item>Cat</item> <== 1. Hit Alt+Enter or something
  <item>|</item>   <== 2. then insert this line and move cursor ("|" is the cursor)

我该怎么办?

1 个答案:

答案 0 :(得分:0)

只需将光标放在<item>|</item>之间并使用快捷键Ctrl+D.