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

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -