R.layout


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

layout()

Inherited methods

Object clone()

Creates and returns a copy of this object.

boolean equals(Object obj)

Indicates whether some other object is "equal to" this one.

void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

final Class<?> getClass()

Returns the runtime class of this Object.

int hashCode()

Returns a hash code value for the object.

final void notify()

Wakes up a single thread that is waiting on this object's monitor.

final void notifyAll()

Wakes up all threads that are waiting on this object's monitor.

String toString()

Returns a string representation of the object.

final void wait(long timeoutMillis, int nanos)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait(long timeoutMillis)

Causes the current thread to wait until it is awakened, typically by being notified or interrupted, or until a certain amount of real time has elapsed.

final void wait()

Causes the current thread to wait until it is awakened, typically by being notified or interrupted.

Constants

activity_list_item

Added in API level 1
public static final int activity_list_item

Constant Value: 17367040 (0x01090000)

Added in API level 1
public static final int browser_link_context_header

Constant Value: 17367054 (0x0109000e)

expandable_list_content

Added in API level 1
public static final int expandable_list_content

Constant Value: 17367041 (0x01090001)

list_content

Added in API level 11
public static final int list_content

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)

preference_category

Added in API level 1
public static final int preference_category

Constant Value: 17367042 (0x01090002)

select_dialog_item

Added in API level 1
public static final int select_dialog_item

Constant Value: 17367057 (0x01090011)

select_dialog_multichoice

Added in API level 1
public static final int select_dialog_multichoice

Constant Value: 17367059 (0x01090013)

select_dialog_singlechoice

Added in API level 1
public static final int select_dialog_singlechoice

Constant Value: 17367058 (0x01090012)

simple_dropdown_item_1line

Added in API level 1
public static final int simple_dropdown_item_1line

Constant Value: 17367050 (0x0109000a)

simple_expandable_list_item_1

Added in API level 1
public static final int simple_expandable_list_item_1

Constant Value: 17367046 (0x01090006)

simple_expandable_list_item_2

Added in API level 1
public static final int simple_expandable_list_item_2

Constant Value: 17367047 (0x01090007)

Added in API level 1
public static final int simple_gallery_item

Constant Value: 17367051 (0x0109000b)

simple_list_item_1

Added in API level 1
public static final int simple_list_item_1

Constant Value: 17367043 (0x01090003)

simple_list_item_2

Added in API level 1
public static final int simple_list_item_2

Constant Value: 17367044 (0x01090004)

simple_list_item_activated_1

Added in API level 11
public static final 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).

Constant Value: 17367062 (0x01090016)

simple_list_item_activated_2

Added in API level 11
public static final 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).

Constant Value: 17367063 (0x01090017)

simple_list_item_checked

Added in API level 1
public static final int simple_list_item_checked

Constant Value: 17367045 (0x01090005)

simple_list_item_multiple_choice

Added in API level 1
public static final int simple_list_item_multiple_choice

Constant Value: 17367056 (0x01090010)

simple_list_item_single_choice

Added in API level 1
public static final int simple_list_item_single_choice

Constant Value: 17367055 (0x0109000f)

simple_selectable_list_item

Added in API level 11
public static final int simple_selectable_list_item

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

Constant Value: 17367061 (0x01090015)

simple_spinner_dropdown_item

Added in API level 1
public static final int simple_spinner_dropdown_item

Constant Value: 17367049 (0x01090009)

simple_spinner_item

Added in API level 1
public static final int simple_spinner_item

Constant Value: 17367048 (0x01090008)

test_list_item

Added in API level 1
public static final int test_list_item

Constant Value: 17367052 (0x0109000c)

two_line_list_item

Added in API level 1
public static final int two_line_list_item

Constant Value: 17367053 (0x0109000d)

Public constructors

layout

public layout ()