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
Post a Comment