Thanks to everyone for sharing the solutions with me, it looks like I messed up the xml (I'm still not sure if this is corrupted, but it made the IDE crash) here is a snippet:
<com.android.example.EndlesScrollView... <FrameLayout... <LinearLayout...
Every time I tried to use the Graphical layout view in eclipse, the IDE crashed, all I did was completely remove this XML and recreate it from scratch, something seems to be wrong with the XML tags that prevent Graphical layout from the correct display of the correct user interface.
source share