今天我学会了如何使用 Ctrl + Space 来自动完成属性,有没有办法对http://schemas.android.com/apk/res/android
等模式URI做同样的事情?
目前,我只是从这样的例子中复制和粘贴它们......
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".AnimatedActivity" >
</RelativeLayout>