R.dimen
public
static
final
class
R.dimen
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
design_appbar_elevation
int design_appbar_elevation
design_bottom_sheet_modal_elevation
int design_bottom_sheet_modal_elevation
design_bottom_sheet_modal_peek_height
int design_bottom_sheet_modal_peek_height
design_fab_border_width
int design_fab_border_width
design_fab_elevation
int design_fab_elevation
design_fab_image_size
int design_fab_image_size
design_fab_size_mini
int design_fab_size_mini
design_fab_size_normal
int design_fab_size_normal
design_fab_translation_z_pressed
int design_fab_translation_z_pressed
design_navigation_elevation
int design_navigation_elevation
design_navigation_icon_padding
int design_navigation_icon_padding
design_navigation_icon_size
int design_navigation_icon_size
design_navigation_max_width
int design_navigation_max_width
5 * standard increment (56dp)
5 * standard increment (64dp on tablets)
design_navigation_padding_bottom
int design_navigation_padding_bottom
design_navigation_separator_vertical_padding
int design_navigation_separator_vertical_padding
design_snackbar_action_inline_max_width
int design_snackbar_action_inline_max_width
The maximum width for a Snackbar's inline action. If the view is width than this then
the Snackbar will change to vertical stacking
design_snackbar_background_corner_radius
int design_snackbar_background_corner_radius
design_snackbar_elevation
int design_snackbar_elevation
design_snackbar_extra_spacing_horizontal
int design_snackbar_extra_spacing_horizontal
Extra spacing between the action and message views
design_snackbar_max_width
int design_snackbar_max_width
design_snackbar_min_width
int design_snackbar_min_width
design_snackbar_padding_horizontal
int design_snackbar_padding_horizontal
design_snackbar_padding_vertical
int design_snackbar_padding_vertical
design_snackbar_padding_vertical_2lines
int design_snackbar_padding_vertical_2lines
design_snackbar_text_size
int design_snackbar_text_size
design_tab_max_width
int design_tab_max_width
design_tab_scrollable_min_width
int design_tab_scrollable_min_width
design_tab_text_size
int design_tab_text_size
design_tab_text_size_2line
int design_tab_text_size_2line
Public constructors