android - Is there a pre-baked ListView that acts like a Radio (or like a Spinner that doesn't hide)? -


i'm not averse rolling own, wanted make sure i'm not overlooking pre-existing functionality.

i need listview each view can take highlighted state , un-selected virtue of selecting different item in list. radio list.

i totally understand how build 1 myself, please don't jump down throat "what have tried"... i'm asking if i'm overlooking pre-built tool baked android toolkit.

either add attribute android:choicemode=singlechoice in layout.

or, call setchoicemode(abslistview.choice_mode_single) on listview code.

if need item views highlight on selection, use android.r.layout.simple_list_item_activated_1 or android.r.layout.simple_list_item_activated_2 item layout.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -