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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -