R.layout
public
static
final
class
R.layout
extends Object
Summary
Inherited methods |
From
class
java.lang.Object
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 millis, int nanos)
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object, or
some other thread interrupts the current thread, or a certain
amount of real time has elapsed.
|
final
void
|
wait(long millis)
Causes the current thread to wait until either another thread invokes the
notify() method or the
notifyAll() method for this object, or a
specified amount of time has elapsed.
|
final
void
|
wait()
Causes the current thread to wait until another thread invokes the
notify() method or the
notifyAll() method for this object.
|
|
Fields
lb_action_1_line
int lb_action_1_line
lb_action_2_lines
int lb_action_2_lines
lb_background_window
int lb_background_window
lb_browse_fragment
int lb_browse_fragment
lb_browse_title
int lb_browse_title
lb_control_bar
int lb_control_bar
lb_control_button_primary
int lb_control_button_primary
lb_control_button_secondary
int lb_control_button_secondary
lb_details_description
int lb_details_description
lb_details_fragment
int lb_details_fragment
lb_details_overview
int lb_details_overview
lb_divider
int lb_divider
lb_error_fragment
int lb_error_fragment
lb_fullwidth_details_overview
int lb_fullwidth_details_overview
lb_fullwidth_details_overview_logo
int lb_fullwidth_details_overview_logo
lb_guidance
int lb_guidance
lb_guidedactions
int lb_guidedactions
lb_guidedactions_datepicker_item
int lb_guidedactions_datepicker_item
lb_guidedactions_item
int lb_guidedactions_item
lb_guidedbuttonactions
int lb_guidedbuttonactions
lb_guidedstep_background
int lb_guidedstep_background
lb_guidedstep_fragment
int lb_guidedstep_fragment
lb_headers_fragment
int lb_headers_fragment
lb_image_card_view
int lb_image_card_view
lb_image_card_view_themed_badge_left
int lb_image_card_view_themed_badge_left
lb_image_card_view_themed_badge_right
int lb_image_card_view_themed_badge_right
lb_image_card_view_themed_content
int lb_image_card_view_themed_content
lb_image_card_view_themed_title
int lb_image_card_view_themed_title
lb_list_row
int lb_list_row
lb_list_row_hovercard
int lb_list_row_hovercard
lb_media_list_header
int lb_media_list_header
lb_onboarding_fragment
int lb_onboarding_fragment
lb_picker_column
int lb_picker_column
lb_picker_item
int lb_picker_item
lb_picker_separator
int lb_picker_separator
lb_playback_controls
int lb_playback_controls
lb_playback_controls_row
int lb_playback_controls_row
lb_row_container
int lb_row_container
lb_row_header
int lb_row_header
lb_row_media_item
int lb_row_media_item
lb_row_media_item_action
int lb_row_media_item_action
lb_rows_fragment
int lb_rows_fragment
lb_search_bar
int lb_search_bar
lb_search_fragment
int lb_search_fragment
lb_search_orb
int lb_search_orb
lb_section_header
int lb_section_header
lb_speech_orb
int lb_speech_orb
lb_title_view
int lb_title_view
lb_vertical_grid
int lb_vertical_grid
lb_vertical_grid_fragment
int lb_vertical_grid_fragment
Public constructors