I have Layout xml file and when i edit it
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/image1"
android:text="llllllllllllllllllll"
android:textColor="@android:color/black" />
But it change like,
its happens when i edit xml file.and after closing xml file and i need to re-open and re-open.is there any solution ?
i already restart my eclipse but can’t solve issue.And restart eclipse is not working.is
there any solution for that ?
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=375421