Mar 07, 2011 17:39
I'm developing a helper app for Android, and had a serious WTF moment.
The XML layout I'm using has a picture across the top to make it look more like the website it eventually goes to. If I take the right set of actions, that picture ends up smeared across the next screen despite not being in that activity's XML layout.
If I rename the picture and change the references, it doesn't do that anymore. Sigh.
android,
work,
wtf