- Name
-
Listview.ItemStyle -- set listview item style (V2.0)
- Platforms
-
Android
- Function
-
On Android, you can specify a style that should be used for the listview items.
This can be one of the following special values:
Default
-
The default style.
Normal
-
Normal list item style. This corresponds to the style
android.R.layout.simple_list_item_1
.
Big
-
Use big list item. This corresponds to the style
android.R.layout.simple_expandable_list_item_1
.
- Type
-
String (see above for possible values)
- Applicability
-
I
Show TOC