to top
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 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 Constructors

public R.dimen ()