eclipse+adt的环境,之前写layout的xml还好好的,按alt+/会有代码提示。但是现在写animate的xml就不不提示了。
比如像
<rotate xmlns:android="http://schemas.android.com/apk/res/android"
android:fromDegrees="1.36"
android:toDegrees="20"
android:duration="400"
>
光标定位在android:后面,然后按alt+/就没有代码提示了。我已经把content assist改成alt+/了:)