Android Edittext in a Adapter not receiving focus -


i have edittext other view inside linearlayout. using layout listview item. have instead of listview using vertical linearlayout add these items because listview not able handle focus properly. wheni click on 1 of edittext , click on other receives focus cursor disappears. trying implement cart sort of thing.

add follwing line listview

android:descendantfocusability="beforedescendants" 

and add following line activty manifest

 android:windowsoftinputmode="adjustpan" 

Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -