Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static final class

R.dimen

extends Object
java.lang.Object
   ↳ android.support.v7.appcompat.R.dimen

Summary

Fields
public static int abc_action_bar_default_height Default height of an action bar.
public static int abc_action_bar_icon_vertical_padding Vertical padding around action bar icons.
public static int abc_action_bar_progress_bar_size Size of the indeterminate Progress Bar Size of the indeterminate Progress Bar
public static int abc_action_bar_stacked_max_height Maximum height for a stacked tab bar as part of an action bar
public static int abc_action_bar_stacked_tab_max_width Maximum width for a stacked action bar tab.
public static int abc_action_bar_subtitle_bottom_margin Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles
public static int abc_action_bar_subtitle_text_size Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles
public static int abc_action_bar_subtitle_top_margin Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles
public static int abc_action_bar_title_text_size Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles
public static int abc_action_button_min_width Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar
public static int abc_config_prefDialogWidth The maximum width we would prefer dialogs to be.
public static int abc_dropdownitem_icon_width Width of the icon in a dropdown list
public static int abc_dropdownitem_text_padding_left Text padding for dropdown items
public static int abc_dropdownitem_text_padding_right
public static int abc_panel_menu_list_width
public static int abc_search_view_preferred_width Preferred width of the search view.
public static int abc_search_view_text_min_width Minimum width of the search view text entry area.
public static int dialog_fixed_height_major The platform's desired fixed height for a dialog along the major axis (the screen is in portrait).
public static int dialog_fixed_height_minor The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape).
public static int dialog_fixed_width_major The platform's desired fixed width for a dialog along the major axis (the screen is in landscape).
public static int dialog_fixed_width_minor The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait).
Public Constructors
R.dimen ()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static int abc_action_bar_default_height

Default height of an action bar. Default height of an action bar. Default height of an action bar. Default height of an action bar. Default height of an action bar.

public static int abc_action_bar_icon_vertical_padding

Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons.

public static int abc_action_bar_progress_bar_size

Size of the indeterminate Progress Bar Size of the indeterminate Progress Bar

public static int abc_action_bar_stacked_max_height

Maximum height for a stacked tab bar as part of an action bar

public static int abc_action_bar_stacked_tab_max_width

Maximum width for a stacked action bar tab. This prevents action bar tabs from becoming too wide on a wide screen when only a few are present.

public static int abc_action_bar_subtitle_bottom_margin

Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles

public static int abc_action_bar_subtitle_text_size

Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles

public static int abc_action_bar_subtitle_top_margin

Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles

public static int abc_action_bar_title_text_size

Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles

public static int abc_action_button_min_width

Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar

public static int abc_config_prefDialogWidth

The maximum width we would prefer dialogs to be. 0 if there is no maximum (let them grow as large as the screen). Actual values are specified for -large and -xlarge configurations. see comment in values/config.xml see comment in values/config.xml

public static int abc_dropdownitem_icon_width

Width of the icon in a dropdown list

public static int abc_dropdownitem_text_padding_left

Text padding for dropdown items

public static int abc_dropdownitem_text_padding_right

public static int abc_panel_menu_list_width

public static int abc_search_view_preferred_width

Preferred width of the search view.

public static int abc_search_view_text_min_width

Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area.

public static int dialog_fixed_height_major

The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension.

public static int dialog_fixed_height_minor

The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension.

public static int dialog_fixed_width_major

The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension.

public static int dialog_fixed_width_minor

The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension.

Public Constructors

public R.dimen ()