Added in API level 1

layout

class layout
kotlin.Any
   ↳ android.R.layout

Summary

Constants
static Int

static Int

static Int

static Int

Standard content view for a android.app.ListFragment.

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

static Int

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).

static Int

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).

static Int

static Int

static Int

static Int

A simple ListView item layout which can contain text and support (single or multiple) item selection.

static Int

static Int

static Int

static Int

Public constructors

Constants

activity_list_item

Added in API level 1
static val activity_list_item: Int
Value: 17367040
Added in API level 1
static val browser_link_context_header: Int
Value: 17367054

expandable_list_content

Added in API level 1
static val expandable_list_content: Int
Value: 17367041

list_content

Added in API level 11
static val list_content: Int

Standard content view for a android.app.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.

Value: 17367060

preference_category

Added in API level 1
static val preference_category: Int
Value: 17367042

select_dialog_item

Added in API level 1
static val select_dialog_item: Int
Value: 17367057

select_dialog_multichoice

Added in API level 1
static val select_dialog_multichoice: Int
Value: 17367059

select_dialog_singlechoice

Added in API level 1
static val select_dialog_singlechoice: Int
Value: 17367058

simple_dropdown_item_1line

Added in API level 1
static val simple_dropdown_item_1line: Int
Value: 17367050

simple_expandable_list_item_1

Added in API level 1
static val simple_expandable_list_item_1: Int
Value: 17367046

simple_expandable_list_item_2

Added in API level 1
static val simple_expandable_list_item_2: Int
Value: 17367047
Added in API level 1
static val simple_gallery_item: Int
Value: 17367051

simple_list_item_1

Added in API level 1
static val simple_list_item_1: Int
Value: 17367043

simple_list_item_2

Added in API level 1
static val simple_list_item_2: Int
Value: 17367044

simple_list_item_activated_1

Added in API level 11
static val simple_list_item_activated_1: Int

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).

Value: 17367062

simple_list_item_activated_2

Added in API level 11
static val simple_list_item_activated_2: Int

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).

Value: 17367063

simple_list_item_checked

Added in API level 1
static val simple_list_item_checked: Int
Value: 17367045

simple_list_item_multiple_choice

Added in API level 1
static val simple_list_item_multiple_choice: Int
Value: 17367056

simple_list_item_single_choice

Added in API level 1
static val simple_list_item_single_choice: Int
Value: 17367055

simple_selectable_list_item

Added in API level 11
static val simple_selectable_list_item: Int

A simple ListView item layout which can contain text and support (single or multiple) item selection.

Value: 17367061

simple_spinner_dropdown_item

Added in API level 1
static val simple_spinner_dropdown_item: Int
Value: 17367049

simple_spinner_item

Added in API level 1
static val simple_spinner_item: Int
Value: 17367048

test_list_item

Added in API level 1
static val test_list_item: Int
Value: 17367052

two_line_list_item

Added in API level 1
static val two_line_list_item: Int
Value: 17367053

Public constructors

layout

layout()