for design layout in my app, i use <AbsoluteLayout>
for my main layout & set a image for background such :
android:background="@drawable/main"
But in typing in edittext(s) i have tow problem:
hiding edittext(s)
Background Image retraction
Problem with textview, when i change position with mouse(it's right when i change X/Y position in Properties)
this problems is from my layout designing or another Bugs?