我有 Layout xml 文件,当我编辑它时
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/image1"
android:text="llllllllllllllllllll"
android:textColor="@android:color/black" />
但它的变化就像,
它发生在我编辑 xml 文件时。关闭 xml 文件后,我需要re-open and re-open.
有什么解决方案吗?
我已经restart my eclipse
但无法解决问题。并且重新启动 eclipse 不起作用。有什么解决方案吗?