No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.R.layout |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Standard content view for a ListFragment
. If you are implementing a subclass of ListFragment with your own customized content, you can include this layout in that content to still retain all of the standard functionality of the base class.
A version of simple_list_item_1
that is able to change its background state to indicate when it is activated (that is checked by a ListView).
A version of simple_list_item_2
that is able to change its background state to indicate when it is activated (that is checked by a ListView).
A simple ListView item layout which can contain text and support (single or multiple) item selection.