this is a bug I thing , I've a form , the first element is an edittext , It has a hint text .
on android 4 it's ok but on android 2.3 , when the activity runs , the hint text is gone because edittext got the focus .
so , the text is hide and users don't know what is this edittext
is there anyway to solve this ?
thanks