Hi Is it possible to have indentation in the list view. Like开发者_Go百科 the first item comes as normal, the second item indented to left and the next item more indented to left..
Do you mean like an ExpandableList?
You can indent the items on your own in the Adapter.getView()
method but you would have to figure out what the identation would be. As far as I know nothing like this is built-in.
精彩评论