to top
Android APIs
public static final class

R.layout

extends Object
java.lang.Object
   ↳ android.R.layout

Summary

Constants
int activity_list_item
int browser_link_context_header
int expandable_list_content
int list_content Standard content view for a ListFragment.
int preference_category
int select_dialog_item
int select_dialog_multichoice
int select_dialog_singlechoice
int simple_dropdown_item_1line
int simple_expandable_list_item_1
int simple_expandable_list_item_2
int simple_gallery_item
int simple_list_item_1
int simple_list_item_2
int simple_list_item_activated_1 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).
int simple_list_item_activated_2 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).
int simple_list_item_checked
int simple_list_item_multiple_choice
int simple_list_item_single_choice
int simple_selectable_list_item A simple ListView item layout which can contain text and support (single or multiple) item selection.
int simple_spinner_dropdown_item
int simple_spinner_item
int test_list_item
int two_line_list_item
Public Constructors
R.layout()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int activity_list_item

Added in API level 1

Constant Value: 17367040 (0x01090000)

public static final int browser_link_context_header

Added in API level 1

Constant Value: 17367054 (0x0109000e)

public static final int expandable_list_content

Added in API level 1

Constant Value: 17367041 (0x01090001)

public static final int list_content

Added in API level 11

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.

Constant Value: 17367060 (0x01090014)

public static final int preference_category

Added in API level 1

Constant Value: 17367042 (0x01090002)

public static final int select_dialog_item

Added in API level 1

Constant Value: 17367057 (0x01090011)

public static final int select_dialog_multichoice

Added in API level 1

Constant Value: 17367059 (0x01090013)

public static final int select_dialog_singlechoice

Added in API level 1

Constant Value: 17367058 (0x01090012)

public static final int simple_dropdown_item_1line

Added in API level 1

Constant Value: 17367050 (0x0109000a)

public static final int simple_expandable_list_item_1

Added in API level 1

Constant Value: 17367046 (0x01090006)

public static final int simple_expandable_list_item_2

Added in API level 1

Constant Value: 17367047 (0x01090007)

public static final int simple_gallery_item

Added in API level 1

Constant Value: 17367051 (0x0109000b)

public static final int simple_list_item_1

Added in API level 1

Constant Value: 17367043 (0x01090003)

public static final int simple_list_item_2

Added in API level 1

Constant Value: 17367044 (0x01090004)

public static final int simple_list_item_activated_1

Added in API level 11

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

Constant Value: 17367062 (0x01090016)

public static final int simple_list_item_activated_2

Added in API level 11

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

Constant Value: 17367063 (0x01090017)

public static final int simple_list_item_checked

Added in API level 1

Constant Value: 17367045 (0x01090005)

public static final int simple_list_item_multiple_choice

Added in API level 1

Constant Value: 17367056 (0x01090010)

public static final int simple_list_item_single_choice

Added in API level 1

Constant Value: 17367055 (0x0109000f)

public static final int simple_selectable_list_item

Added in API level 11

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

Constant Value: 17367061 (0x01090015)

public static final int simple_spinner_dropdown_item

Added in API level 1

Constant Value: 17367049 (0x01090009)

public static final int simple_spinner_item

Added in API level 1

Constant Value: 17367048 (0x01090008)

public static final int test_list_item

Added in API level 1

Constant Value: 17367052 (0x0109000c)

public static final int two_line_list_item

Added in API level 1

Constant Value: 17367053 (0x0109000d)

Public Constructors

public R.layout ()

Added in API level 1