android - Which GUI component is this (which has a "^" with a heading which the user clicks to open/close a menu)? -


as can see in image, widget has heading adjacent ^ symbol (^ today in picture), , user clicks heading, results in opening(when menu not opened) or closing (when menu opened) of kinda menu/other content below it.

which gui content this?

i tried google it, couldn't find it, because of lack of proper search query. :s

enter image description here

an expandablelistview should trick. (http://developer.android.com/reference/android/widget/expandablelistview.html).

in provided case, set adapter have 1 group view many child views in group need. each child group need inflate layout checkbox, imageview, , textview


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -