Android APIs
public static final class

R.styleable

extends Object
java.lang.Object
   ↳ android.support.v17.preference.R.styleable

Summary

Fields
public static final int[] ActionBar ============================================ Attributes used to style the Action Bar.
public static final int[] ActionBarLayout Valid LayoutParams for views placed in the action bar as custom views.
public static int ActionBarLayout_android_layout_gravity

This symbol is the offset where the layout_gravity attribute's value can be found in the ActionBarLayout array.

public static int ActionBar_background

Specifies a background drawable for the action bar.

public static int ActionBar_backgroundSplit

Specifies a background drawable for the bottom component of a split action bar.

public static int ActionBar_backgroundStacked

Specifies a background drawable for a second stacked row of the action bar.

public static int ActionBar_contentInsetEnd

Minimum inset for content views within a bar.

public static int ActionBar_contentInsetLeft

Minimum inset for content views within a bar.

public static int ActionBar_contentInsetRight

Minimum inset for content views within a bar.

public static int ActionBar_contentInsetStart

Minimum inset for content views within a bar.

public static int ActionBar_customNavigationLayout

Specifies a layout for custom navigation.

public static int ActionBar_displayOptions

Options affecting how the action bar is displayed.

public static int ActionBar_divider

Specifies the drawable used for item dividers.

public static int ActionBar_elevation

Elevation for the action bar itself

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int ActionBar_height

Specifies a fixed height.

public static int ActionBar_hideOnContentScroll

Set true to hide the action bar on a vertical nested scroll of content.

public static int ActionBar_homeAsUpIndicator

Up navigation glyph

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int ActionBar_homeLayout

Specifies a layout to use for the "home" section of the action bar.

public static int ActionBar_icon

Specifies the drawable used for the application icon.

public static int ActionBar_indeterminateProgressStyle

Specifies a style resource to use for an indeterminate progress spinner.

public static int ActionBar_itemPadding

Specifies padding that should be applied to the left and right sides of system-provided items in the bar.

public static int ActionBar_logo

Specifies the drawable used for the application logo.

public static int ActionBar_navigationMode

The type of navigation to use.

public static int ActionBar_popupTheme

Reference to a theme that should be used to inflate popups shown by widgets in the action bar.

public static int ActionBar_progressBarPadding

Specifies the horizontal padding on either end for an embedded progress bar.

public static int ActionBar_progressBarStyle

Specifies a style resource to use for an embedded progress bar.

public static int ActionBar_subtitle

Specifies subtitle text used for navigationMode="normal"

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

public static int ActionBar_subtitleTextStyle

Specifies a style to use for subtitle text.

public static int ActionBar_title

Specifies title text used for navigationMode="normal"

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

public static int ActionBar_titleTextStyle

Specifies a style to use for title text.

public static final int[] ActionMenuItemView Attributes that can be used with a ActionMenuItemView.
public static int ActionMenuItemView_android_minWidth

This symbol is the offset where the minWidth attribute's value can be found in the ActionMenuItemView array.

public static final int[] ActionMenuView Size of padding on either end of a divider.
public static final int[] ActionMode Attributes that can be used with a ActionMode.
public static int ActionMode_background

Specifies a background for the action mode bar.

public static int ActionMode_backgroundSplit

Specifies a background for the split action mode bar.

public static int ActionMode_closeItemLayout

Specifies a layout to use for the "close" item at the starting edge.

public static int ActionMode_height

Specifies a fixed height for the action mode bar.

public static int ActionMode_subtitleTextStyle

Specifies a style to use for subtitle text.

public static int ActionMode_titleTextStyle

Specifies a style to use for title text.

public static final int[] ActivityChooserView Attrbitutes for a ActivityChooserView.
public static int ActivityChooserView_expandActivityOverflowButtonDrawable

The drawable to show in the button for expanding the activities overflow popup.

public static int ActivityChooserView_initialActivityCount

The maximal number of items initially shown in the activity list.

public static final int[] AlertDialog The set of attributes that describe a AlertDialog's theme.
public static int AlertDialog_android_layout

This symbol is the offset where the layout attribute's value can be found in the AlertDialog array.

public static int AlertDialog_buttonPanelSideLayout

This symbol is the offset where the buttonPanelSideLayout attribute's value can be found in the AlertDialog array.

public static int AlertDialog_listItemLayout

This symbol is the offset where the listItemLayout attribute's value can be found in the AlertDialog array.

public static int AlertDialog_listLayout

This symbol is the offset where the listLayout attribute's value can be found in the AlertDialog array.

public static int AlertDialog_multiChoiceItemLayout

This symbol is the offset where the multiChoiceItemLayout attribute's value can be found in the AlertDialog array.

public static int AlertDialog_singleChoiceItemLayout

This symbol is the offset where the singleChoiceItemLayout attribute's value can be found in the AlertDialog array.

public static final int[] AppCompatTextView Attributes that can be used with a AppCompatTextView.
public static int AppCompatTextView_android_textAppearance

This symbol is the offset where the textAppearance attribute's value can be found in the AppCompatTextView array.

public static int AppCompatTextView_textAllCaps

Present the text in ALL CAPS.

public static final int[] CheckBoxPreference Base attributes available to CheckBoxPreference.
public static int CheckBoxPreference_android_disableDependentsState

This symbol is the offset where the disableDependentsState attribute's value can be found in the CheckBoxPreference array.

public static int CheckBoxPreference_android_summaryOff

This symbol is the offset where the summaryOff attribute's value can be found in the CheckBoxPreference array.

public static int CheckBoxPreference_android_summaryOn

This symbol is the offset where the summaryOn attribute's value can be found in the CheckBoxPreference array.

public static int CheckBoxPreference_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled.

public static int CheckBoxPreference_summaryOff

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.

public static int CheckBoxPreference_summaryOn

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.

public static final int[] CompoundButton Attributes that can be used with a CompoundButton.
public static int CompoundButton_android_button

This symbol is the offset where the button attribute's value can be found in the CompoundButton array.

public static int CompoundButton_buttonTint

Tint to apply to the button drawable.

public static int CompoundButton_buttonTintMode

Blending mode used to apply the button tint.

public static final int[] DialogPreference Base attributes available to DialogPreference.
public static int DialogPreference_android_dialogIcon

This symbol is the offset where the dialogIcon attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_dialogLayout

This symbol is the offset where the dialogLayout attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_dialogMessage

This symbol is the offset where the dialogMessage attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_dialogTitle

This symbol is the offset where the dialogTitle attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_negativeButtonText

This symbol is the offset where the negativeButtonText attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_positiveButtonText

This symbol is the offset where the positiveButtonText attribute's value can be found in the DialogPreference array.

public static int DialogPreference_dialogIcon

The icon for the dialog.

public static int DialogPreference_dialogLayout

A layout to be used as the content View for the dialog.

public static int DialogPreference_dialogMessage

The message in the dialog.

public static int DialogPreference_dialogTitle

The title in the dialog.

public static int DialogPreference_negativeButtonText

The negative button text for the dialog.

public static int DialogPreference_positiveButtonText

The positive button text for the dialog.

public static final int[] DrawerArrowToggle Attributes that can be used with a DrawerArrowToggle.
public static int DrawerArrowToggle_arrowHeadLength

The length of the arrow head when formed to make an arrow

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int DrawerArrowToggle_arrowShaftLength

The length of the shaft when formed to make an arrow

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int DrawerArrowToggle_barLength

The length of the bars when they are parallel to each other

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int DrawerArrowToggle_color

The drawing color for the bars

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

public static int DrawerArrowToggle_drawableSize

The total size of the drawable

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int DrawerArrowToggle_gapBetweenBars

The max gap between the bars when they are parallel to each other

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int DrawerArrowToggle_spinBars

Whether bars should rotate or not during transition

Must be a boolean value, either "true" or "false".

public static int DrawerArrowToggle_thickness

The thickness (stroke size) for the bar paint

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackGuidedStepTheme_guidanceBreadcrumbStyle

Theme attribute for the style of the breadcrumb in a GuidanceStylist.

public static int LeanbackGuidedStepTheme_guidanceContainerStyle

Theme attribute for the style of the main container in a GuidanceStylist.

public static int LeanbackGuidedStepTheme_guidanceDescriptionStyle

Theme attribute for the style of the description in a GuidanceStylist.

public static int LeanbackGuidedStepTheme_guidanceEntryAnimation

Theme attribute for the animation used when the guidance is animated in at activity start.

public static int LeanbackGuidedStepTheme_guidanceIconStyle

Theme attribute for the style of the icon in a GuidanceStylist.

public static int LeanbackGuidedStepTheme_guidanceTitleStyle

Theme attribute for the style of the title in a GuidanceStylist.

public static int LeanbackGuidedStepTheme_guidedActionCheckedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is checked.

public static int LeanbackGuidedStepTheme_guidedActionContentWidth

Theme attribute used in a GuidedActionsPresenter for the width of the text area of a single action when there is an icon present.

public static int LeanbackGuidedStepTheme_guidedActionContentWidthNoIcon

Theme attribute used in a GuidedActionsPresenter for the width of the text area of a single action when there is no icon present.

public static int LeanbackGuidedStepTheme_guidedActionDescriptionMinLines

Theme attribute used in a GuidedActionsPresenter for the max lines of the title text view when the action's isMultilineDescription is set to false.

public static int LeanbackGuidedStepTheme_guidedActionDisabledChevronAlpha

Theme attribute used in a GuidedActionsPresenter for the alpha value of the chevron decoration when its action is disabled.

public static int LeanbackGuidedStepTheme_guidedActionEnabledChevronAlpha

Theme attribute used in a GuidedActionsPresenter for the alpha value of the chevron decoration when its action is enabled.

public static int LeanbackGuidedStepTheme_guidedActionItemCheckmarkStyle

Theme attribute for the style of an action's checkmark in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionItemChevronStyle

Theme attribute for the style of an action's chevron decoration in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionItemContainerStyle

Theme attribute for the style of the container of a single action in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionItemContentStyle

Theme attribute for the style of an action's content in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionItemDescriptionStyle

Theme attribute for the style of an action's description in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionItemIconStyle

Theme attribute for the style of an action's icon in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionItemTitleStyle

Theme attribute for the style of an action's title in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionPressedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is pressed.

public static int LeanbackGuidedStepTheme_guidedActionTitleMaxLines

Theme attribute used in a GuidedActionsPresenter for the max lines of the title text view when the action's isMultilineDescription is set to true.

public static int LeanbackGuidedStepTheme_guidedActionTitleMinLines

Theme attribute used in a GuidedActionsPresenter for the max lines of the title text view when the action's isMultilineDescription is set to false.

public static int LeanbackGuidedStepTheme_guidedActionUncheckedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is unchecked.

public static int LeanbackGuidedStepTheme_guidedActionUnpressedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is unpressed.

public static int LeanbackGuidedStepTheme_guidedActionVerticalPadding

Theme attribute used in a GuidedActionsPresenter for the vertical padding between action views in the list.

public static int LeanbackGuidedStepTheme_guidedActionsContainerStyle

Theme attribute for the style of the container in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionsEntryAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when the actions list is animated in at activity start.

public static int LeanbackGuidedStepTheme_guidedActionsListStyle

Theme attribute for the style of the list in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedActionsSelectorHideAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when the action selector is animated in at activity start.

public static int LeanbackGuidedStepTheme_guidedActionsSelectorShowAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when the action selector is animated in at activity start.

public static int LeanbackGuidedStepTheme_guidedActionsSelectorStyle

Theme attribute for the style of the item selector in a GuidedActionsPresenter.

public static int LeanbackGuidedStepTheme_guidedStepEntryAnimation

Theme attribute for the animation used when a guided step element is animated in on fragment stack push.

public static int LeanbackGuidedStepTheme_guidedStepExitAnimation

Theme attribute for the animation used when a guided step element is animated out on fragment stack push.

public static int LeanbackGuidedStepTheme_guidedStepReentryAnimation

Theme attribute for the animation used when a guided step element is animated in on fragment stack pop.

public static int LeanbackGuidedStepTheme_guidedStepReturnAnimation

Theme attribute for the animation used when a guided step element is animated out on fragment stack pop.

public static int LeanbackGuidedStepTheme_guidedStepTheme

Theme attribute for the overall theme used in a GuidedStepFragment.

public static final int[] LeanbackTheme Attributes that can be used with a LeanbackTheme.
public static int LeanbackTheme_baseCardViewStyle

CardView styles

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_browsePaddingBottom

bottom padding of BrowseFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browsePaddingEnd

end padding of BrowseFragment, RowsFragment, DetailsFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browsePaddingStart

start padding of BrowseFragment, RowsFragment, DetailsFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browsePaddingTop

top padding of BrowseFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browseRowsFadingEdgeLength

fading edge length of start of browse row when HeadersFragment is visible

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browseRowsMarginStart

start margin of RowsFragment inside BrowseFragment when HeadersFragment is visible

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browseRowsMarginTop

top margin of RowsFragment inside BrowseFragment when BrowseFragment title is visible

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int LeanbackTheme_browseTitleIconStyle

BrowseFragment Title icon style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_browseTitleTextStyle

BrowseFragment Title text style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_browseTitleViewStyle

BrowseFragment TitleView style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_defaultBrandColor

Default brand color used for the background of certain leanback visual elements such as the headers fragment.

public static int LeanbackTheme_defaultSearchBrightColor

Default color that search orb pulses to.

public static int LeanbackTheme_defaultSearchColor

Default colors

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_defaultSearchIcon

This symbol is the offset where the defaultSearchIcon attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_detailsActionButtonStyle

This symbol is the offset where the detailsActionButtonStyle attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_detailsDescriptionBodyStyle

This symbol is the offset where the detailsDescriptionBodyStyle attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_detailsDescriptionSubtitleStyle

This symbol is the offset where the detailsDescriptionSubtitleStyle attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_detailsDescriptionTitleStyle

for details overviews

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_errorMessageStyle

for messages in the error fragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_headerStyle

header style inside HeadersFragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_headersVerticalGridStyle

vertical grid style inside HeadersFragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_imageCardViewStyle

This symbol is the offset where the imageCardViewStyle attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_itemsVerticalGridStyle

style for a vertical grid of items

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_overlayDimActiveLevel

Default level of dimming for active views.

public static int LeanbackTheme_overlayDimDimmedLevel

Default level of dimming for dimmed views.

public static int LeanbackTheme_overlayDimMaskColor

Default color for dimmed views.

public static int LeanbackTheme_playbackControlButtonLabelStyle

This symbol is the offset where the playbackControlButtonLabelStyle attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_playbackControlsActionIcons

This symbol is the offset where the playbackControlsActionIcons attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_playbackControlsButtonStyle

for playback controls

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_playbackControlsIconHighlightColor

This symbol is the offset where the playbackControlsIconHighlightColor attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_playbackControlsTimeStyle

This symbol is the offset where the playbackControlsTimeStyle attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_playbackProgressPrimaryColor

This symbol is the offset where the playbackProgressPrimaryColor attribute's value can be found in the LeanbackTheme array.

public static int LeanbackTheme_rowHeaderDockStyle

style for the layout that hosting Header inside a row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_rowHeaderStyle

header style inside a row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_rowHorizontalGridStyle

horizontal grid style inside a row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_rowHoverCardDescriptionStyle

hover card description style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_rowHoverCardTitleStyle

hover card title style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_rowsVerticalGridStyle

vertical grid style inside RowsFragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_searchOrbViewStyle

Style for searchOrb

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static final int[] LinearLayoutCompat Attributes that can be used with a LinearLayoutCompat.
public static final int[] LinearLayoutCompat_Layout Attributes that can be used with a LinearLayoutCompat_Layout.
public static int LinearLayoutCompat_Layout_android_layout_gravity

This symbol is the offset where the layout_gravity attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_Layout_android_layout_height

This symbol is the offset where the layout_height attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_Layout_android_layout_weight

This symbol is the offset where the layout_weight attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_Layout_android_layout_width

This symbol is the offset where the layout_width attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_android_baselineAligned

When set to false, prevents the layout from aligning its children's baselines.

public static int LinearLayoutCompat_android_baselineAlignedChildIndex

When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).

public static int LinearLayoutCompat_android_gravity

This symbol is the offset where the gravity attribute's value can be found in the LinearLayoutCompat array.

public static int LinearLayoutCompat_android_orientation

Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column.

public static int LinearLayoutCompat_android_weightSum

Defines the maximum weight sum.

public static int LinearLayoutCompat_divider

Drawable to use as a vertical divider between buttons.

public static int LinearLayoutCompat_dividerPadding

Size of padding on either end of a divider.

public static int LinearLayoutCompat_measureWithLargestChild

When set to true, all children with a weight will be considered having the minimum size of the largest child.

public static int LinearLayoutCompat_showDividers

Setting for which dividers to show.

public static final int[] ListPopupWindow Attributes that can be used with a ListPopupWindow.
public static int ListPopupWindow_android_dropDownHorizontalOffset

Amount of pixels by which the drop down should be offset horizontally.

public static int ListPopupWindow_android_dropDownVerticalOffset

Amount of pixels by which the drop down should be offset vertically.

public static final int[] ListPreference Base attributes available to ListPreference.
public static int ListPreference_android_entries

This symbol is the offset where the entries attribute's value can be found in the ListPreference array.

public static int ListPreference_android_entryValues

This symbol is the offset where the entryValues attribute's value can be found in the ListPreference array.

public static int ListPreference_entries

The human-readable array to present as a list.

public static int ListPreference_entryValues

The array to find the value to save for a preference when an entry from entries is selected.

public static final int[] MenuGroup Base attributes that are available to all groups.
public static int MenuGroup_android_checkableBehavior

Whether the items are capable of displaying a check mark.

public static int MenuGroup_android_enabled

Whether the items are enabled.

public static int MenuGroup_android_id

The ID of the group.

public static int MenuGroup_android_menuCategory

The category applied to all items within this group.

public static int MenuGroup_android_orderInCategory

The order within the category applied to all items within this group.

public static int MenuGroup_android_visible

Whether the items are shown/visible.

public static final int[] MenuItem Base attributes that are available to all Item objects.
public static int MenuItem_actionLayout

An optional layout to be used as an action view.

public static int MenuItem_actionProviderClass

The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.

public static int MenuItem_actionViewClass

The name of an optional View class to instantiate and use as an action view.

public static int MenuItem_android_alphabeticShortcut

The alphabetic shortcut key.

public static int MenuItem_android_checkable

Whether the item is capable of displaying a check mark.

public static int MenuItem_android_checked

Whether the item is checked.

public static int MenuItem_android_enabled

Whether the item is enabled.

public static int MenuItem_android_icon

The icon associated with this item.

public static int MenuItem_android_id

The ID of the item.

public static int MenuItem_android_menuCategory

The category applied to the item.

public static int MenuItem_android_numericShortcut

The numeric shortcut key.

public static int MenuItem_android_onClick

Name of a method on the Context used to inflate the menu that will be called when the item is clicked.

public static int MenuItem_android_orderInCategory

The order within the category applied to the item.

public static int MenuItem_android_title

The title associated with the item.

public static int MenuItem_android_titleCondensed

The condensed title associated with the item.

public static int MenuItem_android_visible

Whether the item is shown/visible.

public static int MenuItem_showAsAction

How this item should display in the Action Bar, if present.

public static final int[] MenuView Attributes that can be used with a MenuView.
public static int MenuView_android_headerBackground

Default background for the menu header.

public static int MenuView_android_horizontalDivider

Default horizontal divider between rows of menu items.

public static int MenuView_android_itemBackground

Default background for each menu item.

public static int MenuView_android_itemIconDisabledAlpha

Default disabled icon alpha for each menu item that shows an icon.

public static int MenuView_android_itemTextAppearance

Default appearance of menu item text.

public static int MenuView_android_verticalDivider

Default vertical divider between menu items.

public static int MenuView_android_windowAnimationStyle

Default animations for the menu.

public static int MenuView_preserveIconSpacing

Whether space should be reserved in layout when an icon is missing.

public static final int[] MultiSelectListPreference Attributes that can be used with a MultiSelectListPreference.
public static int MultiSelectListPreference_android_entries

This symbol is the offset where the entries attribute's value can be found in the MultiSelectListPreference array.

public static int MultiSelectListPreference_android_entryValues

This symbol is the offset where the entryValues attribute's value can be found in the MultiSelectListPreference array.

public static int MultiSelectListPreference_entries

The human-readable array to present as a list.

public static int MultiSelectListPreference_entryValues

The array to find the value to save for a preference when an entry from entries is selected.

public static final int[] PopupWindow Attributes that can be used with a PopupWindow.
public static final int[] PopupWindowBackgroundState Attributes that can be used with a PopupWindowBackgroundState.
public static int PopupWindowBackgroundState_state_above_anchor

State identifier indicating the popup will be above the anchor.

public static int PopupWindow_android_popupBackground

This symbol is the offset where the popupBackground attribute's value can be found in the PopupWindow array.

public static int PopupWindow_overlapAnchor

Whether the popup window should overlap its anchor view.

public static final int[] Preference Base attributes available to Preference.
public static final int[] PreferenceFragmentCompat Base attributes available to PreferenceFragment.
public static int PreferenceFragmentCompat_android_layout

This symbol is the offset where the layout attribute's value can be found in the PreferenceFragmentCompat array.

public static int PreferenceFragmentCompat_layout

The layout for the PreferenceFragment.

public static final int[] PreferenceGroup Base attributes available to PreferenceGroup.
public static int PreferenceGroup_android_orderingFromXml

This symbol is the offset where the orderingFromXml attribute's value can be found in the PreferenceGroup array.

public static int PreferenceGroup_orderingFromXml

Whether to order the Preference under this group as they appear in the XML file.

public static final int[] PreferenceImageView Attributes that can be used with a PreferenceImageView.
public static int PreferenceImageView_android_maxHeight

This symbol is the offset where the maxHeight attribute's value can be found in the PreferenceImageView array.

public static int PreferenceImageView_android_maxWidth

This symbol is the offset where the maxWidth attribute's value can be found in the PreferenceImageView array.

public static int PreferenceImageView_maxHeight

This symbol is the offset where the maxHeight attribute's value can be found in the PreferenceImageView array.

public static int PreferenceImageView_maxWidth

This symbol is the offset where the maxWidth attribute's value can be found in the PreferenceImageView array.

public static int Preference_android_defaultValue

This symbol is the offset where the defaultValue attribute's value can be found in the Preference array.

public static int Preference_android_dependency

This symbol is the offset where the dependency attribute's value can be found in the Preference array.

public static int Preference_android_enabled

This symbol is the offset where the enabled attribute's value can be found in the Preference array.

public static int Preference_android_fragment

This symbol is the offset where the fragment attribute's value can be found in the Preference array.

public static int Preference_android_icon

This symbol is the offset where the icon attribute's value can be found in the Preference array.

public static int Preference_android_key

This symbol is the offset where the key attribute's value can be found in the Preference array.

public static int Preference_android_layout

This symbol is the offset where the layout attribute's value can be found in the Preference array.

public static int Preference_android_order

This symbol is the offset where the order attribute's value can be found in the Preference array.

public static int Preference_android_persistent

This symbol is the offset where the persistent attribute's value can be found in the Preference array.

public static int Preference_android_selectable

This symbol is the offset where the selectable attribute's value can be found in the Preference array.

public static int Preference_android_shouldDisableView

This symbol is the offset where the shouldDisableView attribute's value can be found in the Preference array.

public static int Preference_android_summary

This symbol is the offset where the summary attribute's value can be found in the Preference array.

public static int Preference_android_title

This symbol is the offset where the title attribute's value can be found in the Preference array.

public static int Preference_android_widgetLayout

This symbol is the offset where the widgetLayout attribute's value can be found in the Preference array.

public static int Preference_defaultValue

The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.

public static int Preference_dependency

The key of another Preference that this Preference will depend on.

public static int Preference_enabled

Whether the Preference is enabled.

public static int Preference_fragment

When used inside of a modern PreferenceActivity, this declares a new PreferenceFragment to be shown when the user selects this item.

public static int Preference_icon

The optional icon for the preference

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Preference_key

The key to store the Preference value.

public static int Preference_layout

The layout for the Preference in a PreferenceActivity screen.

public static int Preference_order

The order for the Preference (lower values are to be ordered first).

public static int Preference_persistent

Whether the Preference stores its value to the shared preferences.

public static int Preference_selectable

Whether the Preference is selectable.

public static int Preference_shouldDisableView

Whether the view of this Preference should be disabled when this Preference is disabled.

public static int Preference_summary

The summary for the Preference in a PreferenceActivity screen.

public static int Preference_title

The title for the Preference in a PreferenceActivity screen.

public static int Preference_widgetLayout

The layout for the controllable widget portion of a Preference.

public static final int[] RecyclerView Attributes that can be used with a RecyclerView.
public static int RecyclerView_android_orientation

This symbol is the offset where the orientation attribute's value can be found in the RecyclerView array.

public static int RecyclerView_layoutManager

Class name of the Layout Manager to be used.

public static int RecyclerView_reverseLayout

This symbol is the offset where the reverseLayout attribute's value can be found in the RecyclerView array.

public static int RecyclerView_spanCount

This symbol is the offset where the spanCount attribute's value can be found in the RecyclerView array.

public static int RecyclerView_stackFromEnd

This symbol is the offset where the stackFromEnd attribute's value can be found in the RecyclerView array.

public static final int[] SearchView Attributes that can be used with a SearchView.
public static int SearchView_android_focusable

This symbol is the offset where the focusable attribute's value can be found in the SearchView array.

public static int SearchView_android_imeOptions

The IME options to set on the query text field.

public static int SearchView_android_inputType

The input type to set on the query text field.

public static int SearchView_android_maxWidth

An optional maximum width of the SearchView.

public static int SearchView_closeIcon

Close button icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_commitIcon

Commit icon shown in the query suggestion row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_defaultQueryHint

Default query hint used when queryHint is undefined and the search view's SearchableInfo does not provide a hint.

public static int SearchView_goIcon

Go button icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_iconifiedByDefault

The default state of the SearchView.

public static int SearchView_layout

The layout to use for the search view.

public static int SearchView_queryBackground

Background for the section containing the search query

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_queryHint

An optional user-defined query hint string to be displayed in the empty query field.

public static int SearchView_searchHintIcon

Search icon displayed as a text field hint

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_searchIcon

Search icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_submitBackground

Background for the section containing the action (e.g.

public static int SearchView_suggestionRowLayout

Layout for query suggestion rows

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int SearchView_voiceIcon

Voice button icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static final int[] Spinner Attributes that can be used with a Spinner.
public static int Spinner_android_dropDownWidth

Width of the dropdown in spinnerMode="dropdown".

public static int Spinner_android_popupBackground

Background drawable to use for the dropdown in spinnerMode="dropdown".

public static int Spinner_android_prompt

The prompt to display when the spinner's dialog is shown.

public static int Spinner_popupTheme

Theme to use for the drop-down or dialog popup window.

public static final int[] SwitchCompat Attributes that can be used with a SwitchCompat.
public static int SwitchCompat_android_textOff

Text to use when the switch is in the unchecked/"off" state.

public static int SwitchCompat_android_textOn

Text to use when the switch is in the checked/"on" state.

public static int SwitchCompat_android_thumb

Drawable to use as the "thumb" that switches back and forth.

public static int SwitchCompat_showText

Whether to draw on/off text.

public static int SwitchCompat_splitTrack

Whether to split the track and leave a gap for the thumb drawable.

public static int SwitchCompat_switchMinWidth

Minimum width for the switch component

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int SwitchCompat_switchPadding

Minimum space between the switch and caption text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int SwitchCompat_switchTextAppearance

TextAppearance style for text displayed on the switch thumb.

public static int SwitchCompat_thumbTextPadding

Amount of padding on either side of text within the switch thumb.

public static int SwitchCompat_track

Drawable to use as the "track" that the switch thumb slides within.

public static final int[] SwitchPreference Attributes that can be used with a SwitchPreference.
public static final int[] SwitchPreferenceCompat Attributes that can be used with a SwitchPreferenceCompat.
public static int SwitchPreferenceCompat_android_disableDependentsState

This symbol is the offset where the disableDependentsState attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_summaryOff

This symbol is the offset where the summaryOff attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_summaryOn

This symbol is the offset where the summaryOn attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_switchTextOff

This symbol is the offset where the switchTextOff attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_switchTextOn

This symbol is the offset where the switchTextOn attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled.

public static int SwitchPreferenceCompat_summaryOff

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked.

public static int SwitchPreferenceCompat_summaryOn

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked.

public static int SwitchPreferenceCompat_switchTextOff

The text used on the switch itself when in the "off" state.

public static int SwitchPreferenceCompat_switchTextOn

The text used on the switch itself when in the "on" state.

public static int SwitchPreference_android_disableDependentsState

This symbol is the offset where the disableDependentsState attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_summaryOff

This symbol is the offset where the summaryOff attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_summaryOn

This symbol is the offset where the summaryOn attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_switchTextOff

This symbol is the offset where the switchTextOff attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_switchTextOn

This symbol is the offset where the switchTextOn attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled.

public static int SwitchPreference_summaryOff

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked.

public static int SwitchPreference_summaryOn

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked.

public static int SwitchPreference_switchTextOff

The text used on the switch itself when in the "off" state.

public static int SwitchPreference_switchTextOn

The text used on the switch itself when in the "on" state.

public static final int[] TextAppearance Attributes that can be used with a TextAppearance.
public static int TextAppearance_android_textColor

This symbol is the offset where the textColor attribute's value can be found in the TextAppearance array.

public static int TextAppearance_android_textSize

This symbol is the offset where the textSize attribute's value can be found in the TextAppearance array.

public static int TextAppearance_android_textStyle

This symbol is the offset where the textStyle attribute's value can be found in the TextAppearance array.

public static int TextAppearance_android_typeface

This symbol is the offset where the typeface attribute's value can be found in the TextAppearance array.

public static int TextAppearance_textAllCaps

Present the text in ALL CAPS.

public static final int[] Theme These are the standard attributes that make up a complete theme.
public static int Theme_actionBarDivider

Custom divider drawable to use for elements in the action bar.

public static int Theme_actionBarItemBackground

Custom item state list drawable background for action bar items.

public static int Theme_actionBarPopupTheme

Reference to a theme that should be used to inflate popups shown by widgets in the action bar.

public static int Theme_actionBarSize

Size of the Action Bar, including the contextual bar used to present Action Modes.

public static int Theme_actionBarSplitStyle

Reference to a style for the split Action Bar.

public static int Theme_actionBarStyle

Reference to a style for the Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionBarTabBarStyle

This symbol is the offset where the actionBarTabBarStyle attribute's value can be found in the Theme array.

public static int Theme_actionBarTabStyle

Default style for tabs within an action bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionBarTabTextStyle

This symbol is the offset where the actionBarTabTextStyle attribute's value can be found in the Theme array.

public static int Theme_actionBarTheme

Reference to a theme that should be used to inflate the action bar.

public static int Theme_actionBarWidgetTheme

Reference to a theme that should be used to inflate widgets and layouts destined for the action bar.

public static int Theme_actionButtonStyle

Default action button style.

public static int Theme_actionDropDownStyle

Default ActionBar dropdown style.

public static int Theme_actionMenuTextAppearance

TextAppearance style that will be applied to text that appears within action menu items.

public static int Theme_actionMenuTextColor

Color for text that appears within action menu items.

public static int Theme_actionModeBackground

Background drawable to use for action mode UI

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeCloseButtonStyle

This symbol is the offset where the actionModeCloseButtonStyle attribute's value can be found in the Theme array.

public static int Theme_actionModeCloseDrawable

Drawable to use for the close action mode button

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeCopyDrawable

Drawable to use for the Copy action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeCutDrawable

Drawable to use for the Cut action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeFindDrawable

Drawable to use for the Find action button in WebView selection action modes

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModePasteDrawable

Drawable to use for the Paste action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModePopupWindowStyle

PopupWindow style to use for action modes when showing as a window overlay.

public static int Theme_actionModeSelectAllDrawable

Drawable to use for the Select all action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeShareDrawable

Drawable to use for the Share action button in WebView selection action modes

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeSplitBackground

Background drawable to use for action mode UI in the lower split bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeStyle

This symbol is the offset where the actionModeStyle attribute's value can be found in the Theme array.

public static int Theme_actionModeWebSearchDrawable

Drawable to use for the Web Search action button in WebView selection action modes

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionOverflowButtonStyle

This symbol is the offset where the actionOverflowButtonStyle attribute's value can be found in the Theme array.

public static int Theme_actionOverflowMenuStyle

This symbol is the offset where the actionOverflowMenuStyle attribute's value can be found in the Theme array.

public static int Theme_activityChooserViewStyle

Default ActivityChooserView style.

public static int Theme_alertDialogButtonGroupStyle

This symbol is the offset where the alertDialogButtonGroupStyle attribute's value can be found in the Theme array.

public static int Theme_alertDialogCenterButtons

This symbol is the offset where the alertDialogCenterButtons attribute's value can be found in the Theme array.

public static int Theme_alertDialogStyle

This symbol is the offset where the alertDialogStyle attribute's value can be found in the Theme array.

public static int Theme_alertDialogTheme

Theme to use for alert dialogs spawned from this theme.

public static int Theme_android_windowAnimationStyle

This symbol is the offset where the windowAnimationStyle attribute's value can be found in the Theme array.

public static int Theme_android_windowIsFloating

This symbol is the offset where the windowIsFloating attribute's value can be found in the Theme array.

public static int Theme_autoCompleteTextViewStyle

Default AutoCompleteTextView style.

public static int Theme_borderlessButtonStyle

Style for buttons without an explicit border, often used in groups.

public static int Theme_buttonBarButtonStyle

Style for buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_buttonBarNegativeButtonStyle

Style for the "negative" buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_buttonBarNeutralButtonStyle

Style for the "neutral" buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_buttonBarPositiveButtonStyle

Style for the "positive" buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_buttonBarStyle

Style for button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_buttonStyle

Normal Button style.

public static int Theme_buttonStyleSmall

Small Button style.

public static int Theme_checkBoxPreferenceStyle

Default style for CheckBoxPreference.

public static int Theme_checkboxStyle

Default Checkbox style.

public static int Theme_checkedTextViewStyle

Default CheckedTextView style.

public static int Theme_colorAccent

Bright complement to the primary branding color.

public static int Theme_colorButtonNormal

The color applied to framework buttons in their normal state.

public static int Theme_colorControlActivated

The color applied to framework controls in their activated (ex.

public static int Theme_colorControlHighlight

The color applied to framework control highlights (ex.

public static int Theme_colorControlNormal

The color applied to framework controls in their normal state.

public static int Theme_colorPrimary

The primary branding color for the app.

public static int Theme_colorPrimaryDark

Dark variant of the primary branding color.

public static int Theme_colorSwitchThumbNormal

The color applied to framework switch thumbs in their normal state.

public static int Theme_controlBackground

The background used by framework controls.

public static int Theme_dialogPreferenceStyle

Default style for DialogPreference.

public static int Theme_dialogPreferredPadding

Preferred padding for dialog content.

public static int Theme_dialogTheme

Theme to use for dialogs spawned from this theme.

public static int Theme_dividerHorizontal

A drawable that may be used as a horizontal divider between visual elements.

public static int Theme_dividerVertical

A drawable that may be used as a vertical divider between visual elements.

public static int Theme_dropDownListViewStyle

ListPopupWindow compatibility

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_dropdownListPreferredItemHeight

The preferred item height for dropdown lists.

public static int Theme_editTextBackground

EditText background drawable.

public static int Theme_editTextColor

EditText text foreground color.

public static int Theme_editTextPreferenceStyle

Default style for EditTextPreference.

public static int Theme_editTextStyle

Default EditText style.

public static int Theme_homeAsUpIndicator

Specifies a drawable to use for the 'home as up' indicator.

public static int Theme_listChoiceBackgroundIndicator

Drawable used as a background for selected list items.

public static int Theme_listDividerAlertDialog

The list divider used in alert dialogs.

public static int Theme_listPopupWindowStyle

This symbol is the offset where the listPopupWindowStyle attribute's value can be found in the Theme array.

public static int Theme_listPreferredItemHeight

The preferred list item height.

public static int Theme_listPreferredItemHeightLarge

A larger, more robust list item height.

public static int Theme_listPreferredItemHeightSmall

A smaller, sleeker list item height.

public static int Theme_listPreferredItemPaddingLeft

The preferred padding along the left edge of list items.

public static int Theme_listPreferredItemPaddingRight

The preferred padding along the right edge of list items.

public static int Theme_panelBackground

The background of a panel when it is inset from the left and right edges of the screen.

public static int Theme_panelMenuListTheme

Default Panel Menu style.

public static int Theme_panelMenuListWidth

Default Panel Menu width.

public static int Theme_popupMenuStyle

Default PopupMenu style.

public static int Theme_popupWindowStyle

Default PopupWindow style.

public static int Theme_preferenceActivityStyle

Default style for the PreferenceActivity.

public static int Theme_preferenceCategoryStyle

Default style for PreferenceCategory.

public static int Theme_preferenceFragmentListStyle

Preference fragment list style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_preferenceFragmentPaddingSide

Preference fragment padding side

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int Theme_preferenceFragmentStyle

Default style for Headers pane in PreferenceActivity.

public static int Theme_preferenceHeaderPanelStyle

Preference headers panel style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_preferenceInformationStyle

Default style for informational Preference.

public static int Theme_preferenceLayoutChild

The preference layout that has the child/tabbed effect.

public static int Theme_preferenceListStyle

Preference list style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_preferencePanelStyle

Preference panel style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_preferenceScreenStyle

Default style for PreferenceScreen.

public static int Theme_preferenceStyle

Default style for Preference.

public static int Theme_preferenceTheme

Theme for inflating Preference objects

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_radioButtonStyle

Default RadioButton style.

public static int Theme_ratingBarStyle

Default RatingBar style.

public static int Theme_ringtonePreferenceStyle

Default style for RingtonePreference.

public static int Theme_searchViewStyle

Style for the search query widget.

public static int Theme_seekBarPreferenceStyle

Default style for seekbar preferences.

public static int Theme_selectableItemBackground

A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.

public static int Theme_selectableItemBackgroundBorderless

Background drawable for borderless standalone items that need focus/pressed states.

public static int Theme_spinnerDropDownItemStyle

Default Spinner style.

public static int Theme_spinnerStyle

Default Spinner style.

public static int Theme_switchPreferenceCompatStyle

Default style for switch compat preferences.

public static int Theme_switchPreferenceStyle

Default style for switch preferences.

public static int Theme_switchStyle

Default style for the Switch widget.

public static int Theme_textAppearanceLargePopupMenu

Text color, typeface, size, and style for the text inside of a popup menu.

public static int Theme_textAppearanceListItem

The preferred TextAppearance for the primary text of list items.

public static int Theme_textAppearanceListItemSmall

The preferred TextAppearance for the primary text of small list items.

public static int Theme_textAppearanceSearchResultSubtitle

Text color, typeface, size, and style for system search result subtitle.

public static int Theme_textAppearanceSearchResultTitle

Text color, typeface, size, and style for system search result title.

public static int Theme_textAppearanceSmallPopupMenu

Text color, typeface, size, and style for small text inside of a popup menu.

public static int Theme_textColorAlertDialogListItem

Color of list item text in alert dialogs.

public static int Theme_textColorSearchUrl

Text color for urls in search suggestions, used by things like global search

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_toolbarNavigationButtonStyle

Default Toolar NavigationButtonStyle

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_toolbarStyle

Default Toolbar style.

public static int Theme_windowActionBar

Flag indicating whether this window should have an Action Bar in place of the usual title bar.

public static int Theme_windowActionBarOverlay

Flag indicating whether this window's Action Bar should overlay application content.

public static int Theme_windowActionModeOverlay

Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).

public static int Theme_windowFixedHeightMajor

A fixed height for the window along the major axis of the screen, that is, when in portrait.

public static int Theme_windowFixedHeightMinor

A fixed height for the window along the minor axis of the screen, that is, when in landscape.

public static int Theme_windowFixedWidthMajor

A fixed width for the window along the major axis of the screen, that is, when in landscape.

public static int Theme_windowFixedWidthMinor

A fixed width for the window along the minor axis of the screen, that is, when in portrait.

public static int Theme_windowMinWidthMajor

The minimum width the window is allowed to be, along the major axis of the screen.

public static int Theme_windowMinWidthMinor

The minimum width the window is allowed to be, along the minor axis of the screen.

public static int Theme_windowNoTitle

Flag indicating whether there should be no title on this window.

public static int Theme_yesNoPreferenceStyle

Default style for YesNoPreference.

public static final int[] Toolbar Attributes that can be used with a Toolbar.
public static int Toolbar_android_gravity

This symbol is the offset where the gravity attribute's value can be found in the Toolbar array.

public static int Toolbar_android_minHeight

Allows us to read in the minHeight attr pre-v16

This corresponds to the global attribute resource symbol minHeight.

public static int Toolbar_collapseContentDescription

Text to set as the content description for the collapse button.

public static int Toolbar_collapseIcon

This symbol is the offset where the collapseIcon attribute's value can be found in the Toolbar array.

public static int Toolbar_contentInsetEnd

Minimum inset for content views within a bar.

public static int Toolbar_contentInsetLeft

Minimum inset for content views within a bar.

public static int Toolbar_contentInsetRight

Minimum inset for content views within a bar.

public static int Toolbar_contentInsetStart

Minimum inset for content views within a bar.

public static int Toolbar_logo

Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button.

public static int Toolbar_logoDescription

A content description string to describe the appearance of the associated logo image.

public static int Toolbar_maxButtonHeight

This symbol is the offset where the maxButtonHeight attribute's value can be found in the Toolbar array.

public static int Toolbar_navigationContentDescription

Text to set as the content description for the navigation button located at the start of the toolbar.

public static int Toolbar_navigationIcon

Icon drawable to use for the navigation button located at the start of the toolbar.

public static int Toolbar_popupTheme

Reference to a theme that should be used to inflate popups shown by widgets in the toolbar.

public static int Toolbar_subtitle

Specifies subtitle text used for navigationMode="normal"

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

public static int Toolbar_subtitleTextAppearance

This symbol is the offset where the subtitleTextAppearance attribute's value can be found in the Toolbar array.

public static int Toolbar_subtitleTextColor

A color to apply to the subtitle string.

public static int Toolbar_title

This symbol is the offset where the title attribute's value can be found in the Toolbar array.

public static int Toolbar_titleMarginBottom

This symbol is the offset where the titleMarginBottom attribute's value can be found in the Toolbar array.

public static int Toolbar_titleMarginEnd

This symbol is the offset where the titleMarginEnd attribute's value can be found in the Toolbar array.

public static int Toolbar_titleMarginStart

This symbol is the offset where the titleMarginStart attribute's value can be found in the Toolbar array.

public static int Toolbar_titleMarginTop

This symbol is the offset where the titleMarginTop attribute's value can be found in the Toolbar array.

public static int Toolbar_titleMargins

This symbol is the offset where the titleMargins attribute's value can be found in the Toolbar array.

public static int Toolbar_titleTextAppearance

This symbol is the offset where the titleTextAppearance attribute's value can be found in the Toolbar array.

public static int Toolbar_titleTextColor

A color to apply to the title string.

public static final int[] View Attributes that can be used with a View.
public static final int[] ViewBackgroundHelper Attributes that can be used with a ViewBackgroundHelper.
public static int ViewBackgroundHelper_android_background

This symbol is the offset where the background attribute's value can be found in the ViewBackgroundHelper array.

public static int ViewBackgroundHelper_backgroundTint

Tint to apply to the background.

public static int ViewBackgroundHelper_backgroundTintMode

Blending mode used to apply the background tint.

public static final int[] ViewStubCompat Attributes that can be used with a ViewStubCompat.
public static int ViewStubCompat_android_id

This symbol is the offset where the id attribute's value can be found in the ViewStubCompat array.

public static int ViewStubCompat_android_inflatedId

Overrides the id of the inflated View with this value.

public static int ViewStubCompat_android_layout

Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.

public static int View_android_focusable

Boolean that controls whether a view can take focus.

public static int View_android_theme

Specifies a theme override for a view.

public static int View_paddingEnd

Sets the padding, in pixels, of the end edge; see padding.

public static int View_paddingStart

Sets the padding, in pixels, of the start edge; see padding.

public static int View_theme

Deprecated.

public static final int[] lbBaseCardView Attributes that can be used with a lbBaseCardView.
public static final int[] lbBaseCardView_Layout This is the basic set of layout attributes for elements within a card layout.
public static int lbBaseCardView_Layout_layout_viewType

The card layout region defined by this element.

public static int lbBaseCardView_activatedAnimationDuration

Defines the duration in milliseconds of the activated animation for a card layout.

public static int lbBaseCardView_cardType

Defines the type of the card layout

Must be one of the following constant values.

public static int lbBaseCardView_extraVisibility

Defines when the extra region of a card layout is displayed.

public static int lbBaseCardView_infoVisibility

Defines when the info region of a card layout is displayed.

public static int lbBaseCardView_selectedAnimationDelay

Defines the delay in milliseconds before the selection animation runs for a card layout.

public static int lbBaseCardView_selectedAnimationDuration

Defines the duration in milliseconds of the selection animation for a card layout.

public static final int[] lbBaseGridView Attributes that can be used with a lbBaseGridView.
public static int lbBaseGridView_android_gravity

Defining gravity of child view

This corresponds to the global attribute resource symbol gravity.

public static int lbBaseGridView_focusOutEnd

Allow DPAD key to navigate out at the end of the view, default is false

Must be a boolean value, either "true" or "false".

public static int lbBaseGridView_focusOutFront

Allow DPAD key to navigate out at the front of the View (where position = 0), default is false

Must be a boolean value, either "true" or "false".

public static int lbBaseGridView_horizontalMargin

Defining margin between two items horizontally

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int lbBaseGridView_verticalMargin

Defining margin between two items vertically

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static final int[] lbHorizontalGridView Attributes that can be used with a lbHorizontalGridView.
public static int lbHorizontalGridView_numberOfRows

Defining number of rows

Must be an integer value, such as "100".

public static int lbHorizontalGridView_rowHeight

Defining height of each row of HorizontalGridView

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static final int[] lbImageCardView Attributes that can be used with a lbImageCardView.
public static int lbImageCardView_infoAreaBackground

This symbol is the offset where the infoAreaBackground attribute's value can be found in the lbImageCardView array.

public static final int[] lbPlaybackControlsActionIcons Attributes that can be used with a lbPlaybackControlsActionIcons.
public static int lbPlaybackControlsActionIcons_closed_captioning

This symbol is the offset where the closed_captioning attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_fast_forward

This symbol is the offset where the fast_forward attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_high_quality

This symbol is the offset where the high_quality attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_pause

This symbol is the offset where the pause attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_play

This symbol is the offset where the play attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_repeat

This symbol is the offset where the repeat attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_repeat_one

This symbol is the offset where the repeat_one attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_rewind

This symbol is the offset where the rewind attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_shuffle

This symbol is the offset where the shuffle attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_skip_next

This symbol is the offset where the skip_next attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_skip_previous

This symbol is the offset where the skip_previous attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_thumb_down

This symbol is the offset where the thumb_down attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_thumb_down_outline

This symbol is the offset where the thumb_down_outline attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_thumb_up

This symbol is the offset where the thumb_up attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static int lbPlaybackControlsActionIcons_thumb_up_outline

This symbol is the offset where the thumb_up_outline attribute's value can be found in the lbPlaybackControlsActionIcons array.

public static final int[] lbResizingTextView Attributes that can be used with a lbResizingTextView.
public static int lbResizingTextView_maintainLineSpacing

Whether to maintain the same line spacing when text is resized, default is false

Must be a boolean value, either "true" or "false".

public static int lbResizingTextView_resizeTrigger

Conditions used to trigger text resizing

Must be one or more (separated by '|') of the following constant values.

public static int lbResizingTextView_resizedPaddingAdjustmentBottom

Adjustment to bottom padding for resized text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int lbResizingTextView_resizedPaddingAdjustmentTop

Adjustment to top padding for resized text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int lbResizingTextView_resizedTextSize

Text size for resized text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static final int[] lbSearchOrbView Attributes that can be used with a lbSearchOrbView.
public static int lbSearchOrbView_searchOrbBrightColor

Defining pulse color of the search affordance

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbSearchOrbView_searchOrbColor

Defining color of the search affordance

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbSearchOrbView_searchOrbIcon

Defining icon of the search affordance

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbSearchOrbView_searchOrbIconColor

Defining icon tint color of the search affordance

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static final int[] lbSlide Attributes that can be used with a lbSlide.
public static int lbSlide_android_duration

This symbol is the offset where the duration attribute's value can be found in the lbSlide array.

public static int lbSlide_android_interpolator

This symbol is the offset where the interpolator attribute's value can be found in the lbSlide array.

public static int lbSlide_android_startDelay

This symbol is the offset where the startDelay attribute's value can be found in the lbSlide array.

public static int lbSlide_lb_slideEdge

A duplication of Slide attribute slideEdge for KitKat

Must be one of the following constant values.

public static final int[] lbVerticalGridView Attributes that can be used with a lbVerticalGridView.
public static int lbVerticalGridView_columnWidth

Defining width of each column of VerticalGridView

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp".

public static int lbVerticalGridView_numberOfColumns

Defining number of columns

Must be an integer value, such as "100".

Public Constructors
R.styleable()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final int[] ActionBar

============================================ Attributes used to style the Action Bar. These should be set on your theme; the default actionBarStyle will propagate them to the correct elements as needed. Please Note: when overriding attributes for an ActionBar style you must specify each attribute twice: once with the "android:" namespace prefix and once without.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:background Specifies a background drawable for the action bar.
android.support.v17.preference:backgroundSplit Specifies a background drawable for the bottom component of a split action bar.
android.support.v17.preference:backgroundStacked Specifies a background drawable for a second stacked row of the action bar.
android.support.v17.preference:contentInsetEnd Minimum inset for content views within a bar.
android.support.v17.preference:contentInsetLeft Minimum inset for content views within a bar.
android.support.v17.preference:contentInsetRight Minimum inset for content views within a bar.
android.support.v17.preference:contentInsetStart Minimum inset for content views within a bar.
android.support.v17.preference:customNavigationLayout Specifies a layout for custom navigation.
android.support.v17.preference:displayOptions Options affecting how the action bar is displayed.
android.support.v17.preference:divider Specifies the drawable used for item dividers.
android.support.v17.preference:elevation Elevation for the action bar itself
android.support.v17.preference:height Specifies a fixed height.
android.support.v17.preference:hideOnContentScroll Set true to hide the action bar on a vertical nested scroll of content.
android.support.v17.preference:homeAsUpIndicator Up navigation glyph
android.support.v17.preference:homeLayout Specifies a layout to use for the "home" section of the action bar.
android.support.v17.preference:icon Specifies the drawable used for the application icon.
android.support.v17.preference:indeterminateProgressStyle Specifies a style resource to use for an indeterminate progress spinner.
android.support.v17.preference:itemPadding Specifies padding that should be applied to the left and right sides of system-provided items in the bar.
android.support.v17.preference:logo Specifies the drawable used for the application logo.
android.support.v17.preference:navigationMode The type of navigation to use.
android.support.v17.preference:popupTheme Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
android.support.v17.preference:progressBarPadding Specifies the horizontal padding on either end for an embedded progress bar.
android.support.v17.preference:progressBarStyle Specifies a style resource to use for an embedded progress bar.
android.support.v17.preference:subtitle Specifies subtitle text used for navigationMode="normal"
android.support.v17.preference:subtitleTextStyle Specifies a style to use for subtitle text.
android.support.v17.preference:title Specifies title text used for navigationMode="normal"
android.support.v17.preference:titleTextStyle Specifies a style to use for title text.

public static final int[] ActionBarLayout

Valid LayoutParams for views placed in the action bar as custom views.

Includes the following attributes:

AttributeDescription
android:layout_gravity

public static int ActionBarLayout_android_layout_gravity

This symbol is the offset where the layout_gravity attribute's value can be found in the ActionBarLayout array.

public static int ActionBar_background

Specifies a background drawable for the action bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_backgroundSplit

Specifies a background drawable for the bottom component of a split action bar.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int ActionBar_backgroundStacked

Specifies a background drawable for a second stacked row of the action bar.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int ActionBar_contentInsetEnd

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_contentInsetLeft

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_contentInsetRight

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_contentInsetStart

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_customNavigationLayout

Specifies a layout for custom navigation. Overrides navigationMode.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_displayOptions

Options affecting how the action bar is displayed.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
none0
useLogo0x1
showHome0x2
homeAsUp0x4
showTitle0x8
showCustom0x10
disableHome0x20

This is a private symbol.

public static int ActionBar_divider

Specifies the drawable used for item dividers.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_elevation

Elevation for the action bar itself

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_height

Specifies a fixed height.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_hideOnContentScroll

Set true to hide the action bar on a vertical nested scroll of content.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_homeAsUpIndicator

Up navigation glyph

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_homeLayout

Specifies a layout to use for the "home" section of the action bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_icon

Specifies the drawable used for the application icon.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_indeterminateProgressStyle

Specifies a style resource to use for an indeterminate progress spinner.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_itemPadding

Specifies padding that should be applied to the left and right sides of system-provided items in the bar.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_logo

Specifies the drawable used for the application logo.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_navigationMode

The type of navigation to use.

Must be one of the following constant values.

ConstantValueDescription
normal0 Normal static title text
listMode1 The action bar will use a selection list for navigation.
tabMode2 The action bar will use a series of horizontal tabs for navigation.

This is a private symbol.

public static int ActionBar_popupTheme

Reference to a theme that should be used to inflate popups shown by widgets in the action bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_progressBarPadding

Specifies the horizontal padding on either end for an embedded progress bar.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_progressBarStyle

Specifies a style resource to use for an embedded progress bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_subtitle

Specifies subtitle text used for navigationMode="normal"

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_subtitleTextStyle

Specifies a style to use for subtitle text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionBar_title

Specifies title text used for navigationMode="normal"

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionBar_titleTextStyle

Specifies a style to use for title text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] ActionMenuItemView

Attributes that can be used with a ActionMenuItemView.

Includes the following attributes:

AttributeDescription
android:minWidth

public static int ActionMenuItemView_android_minWidth

This symbol is the offset where the minWidth attribute's value can be found in the ActionMenuItemView array.

public static final int[] ActionMenuView

Size of padding on either end of a divider.

public static final int[] ActionMode

Attributes that can be used with a ActionMode.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:background Specifies a background for the action mode bar.
android.support.v17.preference:backgroundSplit Specifies a background for the split action mode bar.
android.support.v17.preference:closeItemLayout Specifies a layout to use for the "close" item at the starting edge.
android.support.v17.preference:height Specifies a fixed height for the action mode bar.
android.support.v17.preference:subtitleTextStyle Specifies a style to use for subtitle text.
android.support.v17.preference:titleTextStyle Specifies a style to use for title text.

public static int ActionMode_background

Specifies a background for the action mode bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionMode_backgroundSplit

Specifies a background for the split action mode bar.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int ActionMode_closeItemLayout

Specifies a layout to use for the "close" item at the starting edge.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionMode_height

Specifies a fixed height for the action mode bar.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ActionMode_subtitleTextStyle

Specifies a style to use for subtitle text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActionMode_titleTextStyle

Specifies a style to use for title text.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] ActivityChooserView

Attrbitutes for a ActivityChooserView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:expandActivityOverflowButtonDrawable The drawable to show in the button for expanding the activities overflow popup.
android.support.v17.preference:initialActivityCount The maximal number of items initially shown in the activity list.

public static int ActivityChooserView_expandActivityOverflowButtonDrawable

The drawable to show in the button for expanding the activities overflow popup. Note: Clients would like to set this drawable as a clue about the action the chosen activity will perform. For example, if share activity is to be chosen the drawable should give a clue that sharing is to be performed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ActivityChooserView_initialActivityCount

The maximal number of items initially shown in the activity list.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int AlertDialog_android_layout

This symbol is the offset where the layout attribute's value can be found in the AlertDialog array.

public static int AlertDialog_buttonPanelSideLayout

This symbol is the offset where the buttonPanelSideLayout attribute's value can be found in the AlertDialog array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int AlertDialog_listItemLayout

This symbol is the offset where the listItemLayout attribute's value can be found in the AlertDialog array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int AlertDialog_listLayout

This symbol is the offset where the listLayout attribute's value can be found in the AlertDialog array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int AlertDialog_multiChoiceItemLayout

This symbol is the offset where the multiChoiceItemLayout attribute's value can be found in the AlertDialog array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int AlertDialog_singleChoiceItemLayout

This symbol is the offset where the singleChoiceItemLayout attribute's value can be found in the AlertDialog array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static final int[] AppCompatTextView

Attributes that can be used with a AppCompatTextView.

Includes the following attributes:

AttributeDescription
android:textAppearance
android.support.v17.preference:textAllCaps Present the text in ALL CAPS.

public static int AppCompatTextView_android_textAppearance

This symbol is the offset where the textAppearance attribute's value can be found in the AppCompatTextView array.

public static int AppCompatTextView_textAllCaps

Present the text in ALL CAPS. This may use a small-caps form when available.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a boolean value, either "true" or "false".

This is a private symbol.

public static final int[] CheckBoxPreference

Base attributes available to CheckBoxPreference.

Includes the following attributes:

AttributeDescription
android:disableDependentsState
android:summaryOff
android:summaryOn
android.support.v17.preference:disableDependentsState The state (true for on, or false for off) that causes dependents to be disabled.
android.support.v17.preference:summaryOff The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked.
android.support.v17.preference:summaryOn The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked.

public static int CheckBoxPreference_android_disableDependentsState

This symbol is the offset where the disableDependentsState attribute's value can be found in the CheckBoxPreference array.

public static int CheckBoxPreference_android_summaryOff

This symbol is the offset where the summaryOff attribute's value can be found in the CheckBoxPreference array.

public static int CheckBoxPreference_android_summaryOn

This symbol is the offset where the summaryOn attribute's value can be found in the CheckBoxPreference array.

public static int CheckBoxPreference_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int CheckBoxPreference_summaryOff

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int CheckBoxPreference_summaryOn

The summary for the Preference in a PreferenceActivity screen when the CheckBoxPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] CompoundButton

Attributes that can be used with a CompoundButton.

Includes the following attributes:

AttributeDescription
android:button
android.support.v17.preference:buttonTint Tint to apply to the button drawable.
android.support.v17.preference:buttonTintMode Blending mode used to apply the button tint.

public static int CompoundButton_android_button

This symbol is the offset where the button attribute's value can be found in the CompoundButton array.

public static int CompoundButton_buttonTint

Tint to apply to the button drawable.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int CompoundButton_buttonTintMode

Blending mode used to apply the button tint.

Must be one of the following constant values.

ConstantValueDescription
src_over3 The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
src_in5 The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_atop9 The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
multiply14 Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen15 [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]

This is a private symbol.

public static int DialogPreference_android_dialogIcon

This symbol is the offset where the dialogIcon attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_dialogLayout

This symbol is the offset where the dialogLayout attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_dialogMessage

This symbol is the offset where the dialogMessage attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_dialogTitle

This symbol is the offset where the dialogTitle attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_negativeButtonText

This symbol is the offset where the negativeButtonText attribute's value can be found in the DialogPreference array.

public static int DialogPreference_android_positiveButtonText

This symbol is the offset where the positiveButtonText attribute's value can be found in the DialogPreference array.

public static int DialogPreference_dialogIcon

The icon for the dialog.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int DialogPreference_dialogLayout

A layout to be used as the content View for the dialog. By default, this shouldn't be needed. If a custom DialogPreference is required, this should be set. For example, the EditTextPreference uses a layout with an EditText as this attribute.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int DialogPreference_dialogMessage

The message in the dialog. If a dialogLayout is provided and contains a TextView with ID android:id/message, this message will be placed in there.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DialogPreference_dialogTitle

The title in the dialog.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DialogPreference_negativeButtonText

The negative button text for the dialog. Set to @null to hide the negative button.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DialogPreference_positiveButtonText

The positive button text for the dialog. Set to @null to hide the positive button.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] DrawerArrowToggle

Attributes that can be used with a DrawerArrowToggle.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:arrowHeadLength The length of the arrow head when formed to make an arrow
android.support.v17.preference:arrowShaftLength The length of the shaft when formed to make an arrow
android.support.v17.preference:barLength The length of the bars when they are parallel to each other
android.support.v17.preference:color The drawing color for the bars
android.support.v17.preference:drawableSize The total size of the drawable
android.support.v17.preference:gapBetweenBars The max gap between the bars when they are parallel to each other
android.support.v17.preference:spinBars Whether bars should rotate or not during transition
android.support.v17.preference:thickness The thickness (stroke size) for the bar paint

public static int DrawerArrowToggle_arrowHeadLength

The length of the arrow head when formed to make an arrow

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_arrowShaftLength

The length of the shaft when formed to make an arrow

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_barLength

The length of the bars when they are parallel to each other

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_color

The drawing color for the bars

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_drawableSize

The total size of the drawable

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_gapBetweenBars

The max gap between the bars when they are parallel to each other

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_spinBars

Whether bars should rotate or not during transition

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int DrawerArrowToggle_thickness

The thickness (stroke size) for the bar paint

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidanceBreadcrumbStyle

Theme attribute for the style of the breadcrumb in a GuidanceStylist. Default is Widget_Leanback_GuidanceBreadcrumbStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidanceContainerStyle

Theme attribute for the style of the main container in a GuidanceStylist. Default is Widget_Leanback_GuidanceContainerStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidanceDescriptionStyle

Theme attribute for the style of the description in a GuidanceStylist. Default is Widget_Leanback_GuidanceDescriptionStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidanceEntryAnimation

Theme attribute for the animation used when the guidance is animated in at activity start. Default is lb_guidance_entry.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidanceIconStyle

Theme attribute for the style of the icon in a GuidanceStylist. Default is Widget_Leanback_GuidanceIconStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidanceTitleStyle

Theme attribute for the style of the title in a GuidanceStylist. Default is Widget_Leanback_GuidanceTitleStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionCheckedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is checked. Default is lb_guidedactions_item_checked.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionContentWidth

Theme attribute used in a GuidedActionsPresenter for the width of the text area of a single action when there is an icon present. Default is lb_guidedactions_item_text_width.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionContentWidthNoIcon

Theme attribute used in a GuidedActionsPresenter for the width of the text area of a single action when there is no icon present. Default is lb_guidedactions_item_text_width_no_icon.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionDescriptionMinLines

Theme attribute used in a GuidedActionsPresenter for the max lines of the title text view when the action's isMultilineDescription is set to false. Default is lb_guidedactions_item_description_min_lines.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionDisabledChevronAlpha

Theme attribute used in a GuidedActionsPresenter for the alpha value of the chevron decoration when its action is disabled. Default is lb_guidedactions_item_disabled_chevron_alpha.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionEnabledChevronAlpha

Theme attribute used in a GuidedActionsPresenter for the alpha value of the chevron decoration when its action is enabled. Default is lb_guidedactions_item_enabled_chevron_alpha.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemCheckmarkStyle

Theme attribute for the style of an action's checkmark in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemCheckmarkStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemChevronStyle

Theme attribute for the style of an action's chevron decoration in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemChevronStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemContainerStyle

Theme attribute for the style of the container of a single action in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemContainerStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemContentStyle

Theme attribute for the style of an action's content in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemContentStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemDescriptionStyle

Theme attribute for the style of an action's description in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemDescriptionStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemIconStyle

Theme attribute for the style of an action's icon in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemIconStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionItemTitleStyle

Theme attribute for the style of an action's title in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionItemTitleStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionPressedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is pressed. Default is lb_guidedactions_item_pressed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionTitleMaxLines

Theme attribute used in a GuidedActionsPresenter for the max lines of the title text view when the action's isMultilineDescription is set to true. Default is lb_guidedactions_item_title_max_lines.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionTitleMinLines

Theme attribute used in a GuidedActionsPresenter for the max lines of the title text view when the action's isMultilineDescription is set to false. Default is lb_guidedactions_item_title_min_lines.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionUncheckedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is unchecked. Default is lb_guidedactions_item_unchecked.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionUnpressedAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when an action is unpressed. Default is lb_guidedactions_item_unpressed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionVerticalPadding

Theme attribute used in a GuidedActionsPresenter for the vertical padding between action views in the list. Default is lb_guidedactions_vertical_padding.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionsContainerStyle

Theme attribute for the style of the container in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionsContainerStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionsEntryAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when the actions list is animated in at activity start. Default is lb_guidedactions_entry.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionsListStyle

Theme attribute for the style of the list in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionsListStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionsSelectorHideAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when the action selector is animated in at activity start. Default is lb_guidedactions_selector_hide.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionsSelectorShowAnimation

Theme attribute for the animation used in a GuidedActionsPresenter when the action selector is animated in at activity start. Default is lb_guidedactions_selector_show.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedActionsSelectorStyle

Theme attribute for the style of the item selector in a GuidedActionsPresenter. Default is Widget_Leanback_GuidedActionsSelectorStyle.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedStepEntryAnimation

Theme attribute for the animation used when a guided step element is animated in on fragment stack push. Default is lb_guidedstep_slide_in_from_end.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedStepExitAnimation

Theme attribute for the animation used when a guided step element is animated out on fragment stack push. Default is lb_guidedstep_slide_out_to_start.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedStepReentryAnimation

Theme attribute for the animation used when a guided step element is animated in on fragment stack pop. Default is lb_guidedstep_slide_in_from_start.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedStepReturnAnimation

Theme attribute for the animation used when a guided step element is animated out on fragment stack pop. Default is lb_guidedstep_slide_out_to_end.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackGuidedStepTheme_guidedStepTheme

Theme attribute for the overall theme used in a GuidedStepFragment. The Leanback themes set the default for this, but a custom theme that does not derive from a leanback theme can set this to @style/Theme.Leanback.GuidedStep in order to specify the default GuidedStepFragment styles.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] LeanbackTheme

Attributes that can be used with a LeanbackTheme.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:baseCardViewStyle CardView styles
android.support.v17.preference:browsePaddingBottom bottom padding of BrowseFragment
android.support.v17.preference:browsePaddingEnd end padding of BrowseFragment, RowsFragment, DetailsFragment
android.support.v17.preference:browsePaddingStart start padding of BrowseFragment, RowsFragment, DetailsFragment
android.support.v17.preference:browsePaddingTop top padding of BrowseFragment
android.support.v17.preference:browseRowsFadingEdgeLength fading edge length of start of browse row when HeadersFragment is visible
android.support.v17.preference:browseRowsMarginStart start margin of RowsFragment inside BrowseFragment when HeadersFragment is visible
android.support.v17.preference:browseRowsMarginTop top margin of RowsFragment inside BrowseFragment when BrowseFragment title is visible
android.support.v17.preference:browseTitleIconStyle BrowseFragment Title icon style
android.support.v17.preference:browseTitleTextStyle BrowseFragment Title text style
android.support.v17.preference:browseTitleViewStyle BrowseFragment TitleView style
android.support.v17.preference:defaultBrandColor Default brand color used for the background of certain leanback visual elements such as the headers fragment.
android.support.v17.preference:defaultSearchBrightColor Default color that search orb pulses to.
android.support.v17.preference:defaultSearchColor Default colors
android.support.v17.preference:defaultSearchIcon
android.support.v17.preference:detailsActionButtonStyle
android.support.v17.preference:detailsDescriptionBodyStyle
android.support.v17.preference:detailsDescriptionSubtitleStyle
android.support.v17.preference:detailsDescriptionTitleStyle for details overviews
android.support.v17.preference:errorMessageStyle for messages in the error fragment
android.support.v17.preference:headerStyle header style inside HeadersFragment
android.support.v17.preference:headersVerticalGridStyle vertical grid style inside HeadersFragment
android.support.v17.preference:imageCardViewStyle
android.support.v17.preference:itemsVerticalGridStyle style for a vertical grid of items
android.support.v17.preference:overlayDimActiveLevel Default level of dimming for active views.
android.support.v17.preference:overlayDimDimmedLevel Default level of dimming for dimmed views.
android.support.v17.preference:overlayDimMaskColor Default color for dimmed views.
android.support.v17.preference:playbackControlButtonLabelStyle
android.support.v17.preference:playbackControlsActionIcons
android.support.v17.preference:playbackControlsButtonStyle for playback controls
android.support.v17.preference:playbackControlsIconHighlightColor
android.support.v17.preference:playbackControlsTimeStyle
android.support.v17.preference:playbackProgressPrimaryColor
android.support.v17.preference:rowHeaderDockStyle style for the layout that hosting Header inside a row
android.support.v17.preference:rowHeaderStyle header style inside a row
android.support.v17.preference:rowHorizontalGridStyle horizontal grid style inside a row
android.support.v17.preference:rowHoverCardDescriptionStyle hover card description style
android.support.v17.preference:rowHoverCardTitleStyle hover card title style
android.support.v17.preference:rowsVerticalGridStyle vertical grid style inside RowsFragment
android.support.v17.preference:searchOrbViewStyle Style for searchOrb

public static int LeanbackTheme_baseCardViewStyle

CardView styles

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_browsePaddingBottom

bottom padding of BrowseFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browsePaddingEnd

end padding of BrowseFragment, RowsFragment, DetailsFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browsePaddingStart

start padding of BrowseFragment, RowsFragment, DetailsFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browsePaddingTop

top padding of BrowseFragment

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browseRowsFadingEdgeLength

fading edge length of start of browse row when HeadersFragment is visible

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browseRowsMarginStart

start margin of RowsFragment inside BrowseFragment when HeadersFragment is visible

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browseRowsMarginTop

top margin of RowsFragment inside BrowseFragment when BrowseFragment title is visible

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_browseTitleIconStyle

BrowseFragment Title icon style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_browseTitleTextStyle

BrowseFragment Title text style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_browseTitleViewStyle

BrowseFragment TitleView style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_defaultBrandColor

Default brand color used for the background of certain leanback visual elements such as the headers fragment. If your app runs on: a) SDK 21+: set colorPrimary, used by the leanback launcher and elsewhere, and defaultBrandColor will inherit it. b) SDK < 21: set the brand color explicitly via defaultBrandColor, or programatically.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int LeanbackTheme_defaultSearchBrightColor

Default color that search orb pulses to. If not set, this color is determined programatically based on the defaultSearchColor

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int LeanbackTheme_defaultSearchColor

Default colors

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int LeanbackTheme_defaultSearchIcon

This symbol is the offset where the defaultSearchIcon attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_detailsActionButtonStyle

This symbol is the offset where the detailsActionButtonStyle attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_detailsDescriptionBodyStyle

This symbol is the offset where the detailsDescriptionBodyStyle attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_detailsDescriptionSubtitleStyle

This symbol is the offset where the detailsDescriptionSubtitleStyle attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_detailsDescriptionTitleStyle

for details overviews

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_errorMessageStyle

for messages in the error fragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_headerStyle

header style inside HeadersFragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_headersVerticalGridStyle

vertical grid style inside HeadersFragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_imageCardViewStyle

This symbol is the offset where the imageCardViewStyle attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_itemsVerticalGridStyle

style for a vertical grid of items

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_overlayDimActiveLevel

Default level of dimming for active views.

Must be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_overlayDimDimmedLevel

Default level of dimming for dimmed views.

Must be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_overlayDimMaskColor

Default color for dimmed views.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LeanbackTheme_playbackControlButtonLabelStyle

This symbol is the offset where the playbackControlButtonLabelStyle attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_playbackControlsActionIcons

This symbol is the offset where the playbackControlsActionIcons attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_playbackControlsButtonStyle

for playback controls

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_playbackControlsIconHighlightColor

This symbol is the offset where the playbackControlsIconHighlightColor attribute's value can be found in the LeanbackTheme array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

public static int LeanbackTheme_playbackControlsTimeStyle

This symbol is the offset where the playbackControlsTimeStyle attribute's value can be found in the LeanbackTheme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int LeanbackTheme_playbackProgressPrimaryColor

This symbol is the offset where the playbackProgressPrimaryColor attribute's value can be found in the LeanbackTheme array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

public static int LeanbackTheme_rowHeaderDockStyle

style for the layout that hosting Header inside a row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_rowHeaderStyle

header style inside a row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_rowHorizontalGridStyle

horizontal grid style inside a row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_rowHoverCardDescriptionStyle

hover card description style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_rowHoverCardTitleStyle

hover card title style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_rowsVerticalGridStyle

vertical grid style inside RowsFragment

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LeanbackTheme_searchOrbViewStyle

Style for searchOrb

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] LinearLayoutCompat

Attributes that can be used with a LinearLayoutCompat.

Includes the following attributes:

AttributeDescription
android:baselineAligned When set to false, prevents the layout from aligning its children's baselines.
android:baselineAlignedChildIndex When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).
android:gravity
android:orientation Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column.
android:weightSum Defines the maximum weight sum.
android.support.v17.preference:divider Drawable to use as a vertical divider between buttons.
android.support.v17.preference:dividerPadding Size of padding on either end of a divider.
android.support.v17.preference:measureWithLargestChild When set to true, all children with a weight will be considered having the minimum size of the largest child.
android.support.v17.preference:showDividers Setting for which dividers to show.

public static final int[] LinearLayoutCompat_Layout

public static int LinearLayoutCompat_Layout_android_layout_gravity

This symbol is the offset where the layout_gravity attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_Layout_android_layout_height

This symbol is the offset where the layout_height attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_Layout_android_layout_weight

This symbol is the offset where the layout_weight attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_Layout_android_layout_width

This symbol is the offset where the layout_width attribute's value can be found in the LinearLayoutCompat_Layout array.

public static int LinearLayoutCompat_android_baselineAligned

When set to false, prevents the layout from aligning its children's baselines. This attribute is particularly useful when the children use different values for gravity. The default value is true.

This corresponds to the global attribute resource symbol baselineAligned.

public static int LinearLayoutCompat_android_baselineAlignedChildIndex

When a linear layout is part of another layout that is baseline aligned, it can specify which of its children to baseline align to (that is, which child TextView).

This corresponds to the global attribute resource symbol baselineAlignedChildIndex.

public static int LinearLayoutCompat_android_gravity

This symbol is the offset where the gravity attribute's value can be found in the LinearLayoutCompat array.

public static int LinearLayoutCompat_android_orientation

Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column. The default is horizontal.

This corresponds to the global attribute resource symbol orientation.

public static int LinearLayoutCompat_android_weightSum

Defines the maximum weight sum. If unspecified, the sum is computed by adding the layout_weight of all of the children. This can be used for instance to give a single child 50% of the total available space by giving it a layout_weight of 0.5 and setting the weightSum to 1.0.

This corresponds to the global attribute resource symbol weightSum.

public static int LinearLayoutCompat_divider

Drawable to use as a vertical divider between buttons.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int LinearLayoutCompat_dividerPadding

Size of padding on either end of a divider.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LinearLayoutCompat_measureWithLargestChild

When set to true, all children with a weight will be considered having the minimum size of the largest child. If false, all children are measured normally.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int LinearLayoutCompat_showDividers

Setting for which dividers to show.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
none0
beginning1
middle2
end4

This is a private symbol.

public static final int[] ListPopupWindow

Attributes that can be used with a ListPopupWindow.

Includes the following attributes:

AttributeDescription
android:dropDownHorizontalOffset Amount of pixels by which the drop down should be offset horizontally.
android:dropDownVerticalOffset Amount of pixels by which the drop down should be offset vertically.

public static int ListPopupWindow_android_dropDownHorizontalOffset

Amount of pixels by which the drop down should be offset horizontally.

This corresponds to the global attribute resource symbol dropDownHorizontalOffset.

public static int ListPopupWindow_android_dropDownVerticalOffset

Amount of pixels by which the drop down should be offset vertically.

This corresponds to the global attribute resource symbol dropDownVerticalOffset.

public static final int[] ListPreference

Base attributes available to ListPreference.

Includes the following attributes:

AttributeDescription
android:entries
android:entryValues
android.support.v17.preference:entries The human-readable array to present as a list.
android.support.v17.preference:entryValues The array to find the value to save for a preference when an entry from entries is selected.

public static int ListPreference_android_entries

This symbol is the offset where the entries attribute's value can be found in the ListPreference array.

public static int ListPreference_android_entryValues

This symbol is the offset where the entryValues attribute's value can be found in the ListPreference array.

public static int ListPreference_entries

The human-readable array to present as a list. Each entry must have a corresponding index in entryValues.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int ListPreference_entryValues

The array to find the value to save for a preference when an entry from entries is selected. If a user clicks on the second item in entries, the second item in this array will be saved to the preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] MenuGroup

Base attributes that are available to all groups.

Includes the following attributes:

AttributeDescription
android:checkableBehavior Whether the items are capable of displaying a check mark.
android:enabled Whether the items are enabled.
android:id The ID of the group.
android:menuCategory The category applied to all items within this group.
android:orderInCategory The order within the category applied to all items within this group.
android:visible Whether the items are shown/visible.

public static int MenuGroup_android_checkableBehavior

Whether the items are capable of displaying a check mark.

This corresponds to the global attribute resource symbol checkableBehavior.

public static int MenuGroup_android_enabled

Whether the items are enabled.

This corresponds to the global attribute resource symbol enabled.

public static int MenuGroup_android_id

The ID of the group.

This corresponds to the global attribute resource symbol id.

public static int MenuGroup_android_menuCategory

The category applied to all items within this group. (This will be or'ed with the orderInCategory attribute.)

This corresponds to the global attribute resource symbol menuCategory.

public static int MenuGroup_android_orderInCategory

The order within the category applied to all items within this group. (This will be or'ed with the category attribute.)

This corresponds to the global attribute resource symbol orderInCategory.

public static int MenuGroup_android_visible

Whether the items are shown/visible.

This corresponds to the global attribute resource symbol visible.

public static final int[] MenuItem

Base attributes that are available to all Item objects.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:actionLayout An optional layout to be used as an action view.
android.support.v17.preference:actionProviderClass The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.
android.support.v17.preference:actionViewClass The name of an optional View class to instantiate and use as an action view.
android:alphabeticShortcut The alphabetic shortcut key.
android:checkable Whether the item is capable of displaying a check mark.
android:checked Whether the item is checked.
android:enabled Whether the item is enabled.
android:icon The icon associated with this item.
android:id The ID of the item.
android:menuCategory The category applied to the item.
android:numericShortcut The numeric shortcut key.
android:onClick Name of a method on the Context used to inflate the menu that will be called when the item is clicked.
android:orderInCategory The order within the category applied to the item.
android:title The title associated with the item.
android:titleCondensed The condensed title associated with the item.
android:visible Whether the item is shown/visible.
android.support.v17.preference:showAsAction How this item should display in the Action Bar, if present.

public static int MenuItem_actionLayout

An optional layout to be used as an action view. See setActionView(android.view.View) for more info.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int MenuItem_actionProviderClass

The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item. See setActionProvider(android.view.ActionProvider) for more info.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int MenuItem_actionViewClass

The name of an optional View class to instantiate and use as an action view. See setActionView(android.view.View) for more info.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int MenuItem_android_alphabeticShortcut

The alphabetic shortcut key. This is the shortcut when using a keyboard with alphabetic keys.

This corresponds to the global attribute resource symbol alphabeticShortcut.

public static int MenuItem_android_checkable

Whether the item is capable of displaying a check mark.

This corresponds to the global attribute resource symbol checkable.

public static int MenuItem_android_checked

Whether the item is checked. Note that you must first have enabled checking with the checkable attribute or else the check mark will not appear.

This corresponds to the global attribute resource symbol checked.

public static int MenuItem_android_enabled

Whether the item is enabled.

This corresponds to the global attribute resource symbol enabled.

public static int MenuItem_android_icon

The icon associated with this item. This icon will not always be shown, so the title should be sufficient in describing this item.

This corresponds to the global attribute resource symbol icon.

public static int MenuItem_android_id

The ID of the item.

This corresponds to the global attribute resource symbol id.

public static int MenuItem_android_menuCategory

The category applied to the item. (This will be or'ed with the orderInCategory attribute.)

This corresponds to the global attribute resource symbol menuCategory.

public static int MenuItem_android_numericShortcut

The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) keyboard.

This corresponds to the global attribute resource symbol numericShortcut.

public static int MenuItem_android_onClick

Name of a method on the Context used to inflate the menu that will be called when the item is clicked.

This corresponds to the global attribute resource symbol onClick.

public static int MenuItem_android_orderInCategory

The order within the category applied to the item. (This will be or'ed with the category attribute.)

This corresponds to the global attribute resource symbol orderInCategory.

public static int MenuItem_android_title

The title associated with the item.

This corresponds to the global attribute resource symbol title.

public static int MenuItem_android_titleCondensed

The condensed title associated with the item. This is used in situations where the normal title may be too long to be displayed.

This corresponds to the global attribute resource symbol titleCondensed.

public static int MenuItem_android_visible

Whether the item is shown/visible.

This corresponds to the global attribute resource symbol visible.

public static int MenuItem_showAsAction

How this item should display in the Action Bar, if present.

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
never0 Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always".
ifRoom1 Show this item in an action bar if there is room for it as determined by the system. Favor this option over "always" where possible. Mutually exclusive with "never" and "always".
always2 Always show this item in an actionbar, even if it would override the system's limits of how much stuff to put there. This may make your action bar look bad on some screens. In most cases you should use "ifRoom" instead. Mutually exclusive with "ifRoom" and "never".
withText4 When this item is shown as an action in the action bar, show a text label with it even if it has an icon representation.
collapseActionView8 This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container.

This is a private symbol.

public static final int[] MenuView

Attributes that can be used with a MenuView.

Includes the following attributes:

AttributeDescription
android:headerBackground Default background for the menu header.
android:horizontalDivider Default horizontal divider between rows of menu items.
android:itemBackground Default background for each menu item.
android:itemIconDisabledAlpha Default disabled icon alpha for each menu item that shows an icon.
android:itemTextAppearance Default appearance of menu item text.
android:verticalDivider Default vertical divider between menu items.
android:windowAnimationStyle Default animations for the menu.
android.support.v17.preference:preserveIconSpacing Whether space should be reserved in layout when an icon is missing.

public static int MenuView_android_headerBackground

Default background for the menu header.

This corresponds to the global attribute resource symbol headerBackground.

public static int MenuView_android_horizontalDivider

Default horizontal divider between rows of menu items.

This corresponds to the global attribute resource symbol horizontalDivider.

public static int MenuView_android_itemBackground

Default background for each menu item.

This corresponds to the global attribute resource symbol itemBackground.

public static int MenuView_android_itemIconDisabledAlpha

Default disabled icon alpha for each menu item that shows an icon.

This corresponds to the global attribute resource symbol itemIconDisabledAlpha.

public static int MenuView_android_itemTextAppearance

Default appearance of menu item text.

This corresponds to the global attribute resource symbol itemTextAppearance.

public static int MenuView_android_verticalDivider

Default vertical divider between menu items.

This corresponds to the global attribute resource symbol verticalDivider.

public static int MenuView_android_windowAnimationStyle

Default animations for the menu.

This corresponds to the global attribute resource symbol windowAnimationStyle.

public static int MenuView_preserveIconSpacing

Whether space should be reserved in layout when an icon is missing.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] MultiSelectListPreference

Attributes that can be used with a MultiSelectListPreference.

Includes the following attributes:

AttributeDescription
android:entries
android:entryValues
android.support.v17.preference:entries The human-readable array to present as a list.
android.support.v17.preference:entryValues The array to find the value to save for a preference when an entry from entries is selected.

public static int MultiSelectListPreference_android_entries

This symbol is the offset where the entries attribute's value can be found in the MultiSelectListPreference array.

public static int MultiSelectListPreference_android_entryValues

This symbol is the offset where the entryValues attribute's value can be found in the MultiSelectListPreference array.

public static int MultiSelectListPreference_entries

The human-readable array to present as a list. Each entry must have a corresponding index in entryValues. The human-readable array to present as a list. Each entry must have a corresponding index in entryValues.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int MultiSelectListPreference_entryValues

The array to find the value to save for a preference when an entry from entries is selected. If a user clicks the second item in entries, the second item in this array will be saved to the preference. The array to find the value to save for a preference when an entry from entries is selected. If a user clicks the second item in entries, the second item in this array will be saved to the preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] PopupWindow

Attributes that can be used with a PopupWindow.

Includes the following attributes:

AttributeDescription
android:popupBackground
android.support.v17.preference:overlapAnchor Whether the popup window should overlap its anchor view.

public static final int[] PopupWindowBackgroundState

Attributes that can be used with a PopupWindowBackgroundState.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:state_above_anchor State identifier indicating the popup will be above the anchor.

public static int PopupWindowBackgroundState_state_above_anchor

State identifier indicating the popup will be above the anchor.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int PopupWindow_android_popupBackground

This symbol is the offset where the popupBackground attribute's value can be found in the PopupWindow array.

public static int PopupWindow_overlapAnchor

Whether the popup window should overlap its anchor view.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] Preference

Base attributes available to Preference.

Includes the following attributes:

AttributeDescription
android:defaultValue
android:dependency
android:enabled
android:fragment
android:icon
android:key
android:layout
android:order
android:persistent
android:selectable
android:shouldDisableView
android:summary
android:title
android:widgetLayout
android.support.v17.preference:defaultValue The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.
android.support.v17.preference:dependency The key of another Preference that this Preference will depend on.
android.support.v17.preference:enabled Whether the Preference is enabled.
android.support.v17.preference:fragment When used inside of a modern PreferenceActivity, this declares a new PreferenceFragment to be shown when the user selects this item.
android.support.v17.preference:icon The optional icon for the preference
android.support.v17.preference:key The key to store the Preference value.
android.support.v17.preference:layout The layout for the Preference in a PreferenceActivity screen.
android.support.v17.preference:order The order for the Preference (lower values are to be ordered first).
android.support.v17.preference:persistent Whether the Preference stores its value to the shared preferences.
android.support.v17.preference:selectable Whether the Preference is selectable.
android.support.v17.preference:shouldDisableView Whether the view of this Preference should be disabled when this Preference is disabled.
android.support.v17.preference:summary The summary for the Preference in a PreferenceActivity screen.
android.support.v17.preference:title The title for the Preference in a PreferenceActivity screen.
android.support.v17.preference:widgetLayout The layout for the controllable widget portion of a Preference.

public static final int[] PreferenceFragmentCompat

Base attributes available to PreferenceFragment.

Includes the following attributes:

AttributeDescription
android:layout
android.support.v17.preference:layout The layout for the PreferenceFragment.

public static int PreferenceFragmentCompat_android_layout

This symbol is the offset where the layout attribute's value can be found in the PreferenceFragmentCompat array.

public static int PreferenceFragmentCompat_layout

The layout for the PreferenceFragment. This should rarely need to be changed.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] PreferenceGroup

Base attributes available to PreferenceGroup.

Includes the following attributes:

AttributeDescription
android:orderingFromXml
android.support.v17.preference:orderingFromXml Whether to order the Preference under this group as they appear in the XML file.

public static int PreferenceGroup_android_orderingFromXml

This symbol is the offset where the orderingFromXml attribute's value can be found in the PreferenceGroup array.

public static int PreferenceGroup_orderingFromXml

Whether to order the Preference under this group as they appear in the XML file. If this is false, the ordering will follow the Preference order attribute and default to alphabetic for those without the order attribute.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] PreferenceImageView

public static int PreferenceImageView_android_maxHeight

This symbol is the offset where the maxHeight attribute's value can be found in the PreferenceImageView array.

public static int PreferenceImageView_android_maxWidth

This symbol is the offset where the maxWidth attribute's value can be found in the PreferenceImageView array.

public static int PreferenceImageView_maxHeight

This symbol is the offset where the maxHeight attribute's value can be found in the PreferenceImageView array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int PreferenceImageView_maxWidth

This symbol is the offset where the maxWidth attribute's value can be found in the PreferenceImageView array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Preference_android_defaultValue

This symbol is the offset where the defaultValue attribute's value can be found in the Preference array.

public static int Preference_android_dependency

This symbol is the offset where the dependency attribute's value can be found in the Preference array.

public static int Preference_android_enabled

This symbol is the offset where the enabled attribute's value can be found in the Preference array.

public static int Preference_android_fragment

This symbol is the offset where the fragment attribute's value can be found in the Preference array.

public static int Preference_android_icon

This symbol is the offset where the icon attribute's value can be found in the Preference array.

public static int Preference_android_key

This symbol is the offset where the key attribute's value can be found in the Preference array.

public static int Preference_android_layout

This symbol is the offset where the layout attribute's value can be found in the Preference array.

public static int Preference_android_order

This symbol is the offset where the order attribute's value can be found in the Preference array.

public static int Preference_android_persistent

This symbol is the offset where the persistent attribute's value can be found in the Preference array.

public static int Preference_android_selectable

This symbol is the offset where the selectable attribute's value can be found in the Preference array.

public static int Preference_android_shouldDisableView

This symbol is the offset where the shouldDisableView attribute's value can be found in the Preference array.

public static int Preference_android_summary

This symbol is the offset where the summary attribute's value can be found in the Preference array.

public static int Preference_android_title

This symbol is the offset where the title attribute's value can be found in the Preference array.

public static int Preference_android_widgetLayout

This symbol is the offset where the widgetLayout attribute's value can be found in the Preference array.

public static int Preference_defaultValue

The default value for the preference, which will be set either if persistence is off or persistence is on and the preference is not found in the persistent storage.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

May be an integer value, such as "100".

May be a boolean value, either "true" or "false".

May be a floating point value, such as "1.2".

This is a private symbol.

public static int Preference_dependency

The key of another Preference that this Preference will depend on. If the other Preference is not set or is off, this Preference will be disabled.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_enabled

Whether the Preference is enabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_fragment

When used inside of a modern PreferenceActivity, this declares a new PreferenceFragment to be shown when the user selects this item.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_icon

The optional icon for the preference

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Preference_key

The key to store the Preference value.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_layout

The layout for the Preference in a PreferenceActivity screen. This should rarely need to be changed, look at widgetLayout instead.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Preference_order

The order for the Preference (lower values are to be ordered first). If this is not specified, the default ordering will be alphabetic.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_persistent

Whether the Preference stores its value to the shared preferences.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_selectable

Whether the Preference is selectable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_shouldDisableView

Whether the view of this Preference should be disabled when this Preference is disabled.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_summary

The summary for the Preference in a PreferenceActivity screen.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_title

The title for the Preference in a PreferenceActivity screen.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Preference_widgetLayout

The layout for the controllable widget portion of a Preference. This is inflated into the layout for a Preference and should be used more frequently than the layout attribute. For example, a checkbox preference would specify a custom layout (consisting of just the CheckBox) here.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int RecyclerView_android_orientation

This symbol is the offset where the orientation attribute's value can be found in the RecyclerView array.

public static int RecyclerView_layoutManager

Class name of the Layout Manager to be used.

The class must extend android.support.v7.widget.RecyclerView$LayoutManager and have either a default constructor or constructor with the signature (android.content.Context, android.util.AttributeSet, int, int).

If the name starts with a '.', application package is prefixed. Else, if the name contains a '.', the classname is assumed to be a full class name. Else, the recycler view package name (android.support.v7.widget) is prefixed.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int RecyclerView_reverseLayout

This symbol is the offset where the reverseLayout attribute's value can be found in the RecyclerView array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int RecyclerView_spanCount

This symbol is the offset where the spanCount attribute's value can be found in the RecyclerView array.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int RecyclerView_stackFromEnd

This symbol is the offset where the stackFromEnd attribute's value can be found in the RecyclerView array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static final int[] SearchView

Attributes that can be used with a SearchView.

Includes the following attributes:

AttributeDescription
android:focusable
android:imeOptions The IME options to set on the query text field.
android:inputType The input type to set on the query text field.
android:maxWidth An optional maximum width of the SearchView.
android.support.v17.preference:closeIcon Close button icon
android.support.v17.preference:commitIcon Commit icon shown in the query suggestion row
android.support.v17.preference:defaultQueryHint Default query hint used when queryHint is undefined and the search view's SearchableInfo does not provide a hint.
android.support.v17.preference:goIcon Go button icon
android.support.v17.preference:iconifiedByDefault The default state of the SearchView.
android.support.v17.preference:layout The layout to use for the search view.
android.support.v17.preference:queryBackground Background for the section containing the search query
android.support.v17.preference:queryHint An optional user-defined query hint string to be displayed in the empty query field.
android.support.v17.preference:searchHintIcon Search icon displayed as a text field hint
android.support.v17.preference:searchIcon Search icon
android.support.v17.preference:submitBackground Background for the section containing the action (e.
android.support.v17.preference:suggestionRowLayout Layout for query suggestion rows
android.support.v17.preference:voiceIcon Voice button icon

public static int SearchView_android_focusable

This symbol is the offset where the focusable attribute's value can be found in the SearchView array.

public static int SearchView_android_imeOptions

The IME options to set on the query text field.

This corresponds to the global attribute resource symbol imeOptions.

public static int SearchView_android_inputType

The input type to set on the query text field.

This corresponds to the global attribute resource symbol inputType.

public static int SearchView_android_maxWidth

An optional maximum width of the SearchView.

This corresponds to the global attribute resource symbol maxWidth.

public static int SearchView_closeIcon

Close button icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_commitIcon

Commit icon shown in the query suggestion row

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_defaultQueryHint

Default query hint used when queryHint is undefined and the search view's SearchableInfo does not provide a hint.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SearchView_goIcon

Go button icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_iconifiedByDefault

The default state of the SearchView. If true, it will be iconified when not in use and expanded when clicked.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SearchView_layout

The layout to use for the search view.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_queryBackground

Background for the section containing the search query

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_queryHint

An optional user-defined query hint string to be displayed in the empty query field.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SearchView_searchHintIcon

Search icon displayed as a text field hint

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_searchIcon

Search icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_submitBackground

Background for the section containing the action (e.g. voice search)

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_suggestionRowLayout

Layout for query suggestion rows

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SearchView_voiceIcon

Voice button icon

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] Spinner

Attributes that can be used with a Spinner.

Includes the following attributes:

AttributeDescription
android:dropDownWidth Width of the dropdown in spinnerMode="dropdown".
android:popupBackground Background drawable to use for the dropdown in spinnerMode="dropdown".
android:prompt The prompt to display when the spinner's dialog is shown.
android.support.v17.preference:popupTheme Theme to use for the drop-down or dialog popup window.

public static int Spinner_android_dropDownWidth

Width of the dropdown in spinnerMode="dropdown".

This corresponds to the global attribute resource symbol dropDownWidth.

public static int Spinner_android_popupBackground

Background drawable to use for the dropdown in spinnerMode="dropdown".

This corresponds to the global attribute resource symbol popupBackground.

public static int Spinner_android_prompt

The prompt to display when the spinner's dialog is shown.

This corresponds to the global attribute resource symbol prompt.

public static int Spinner_popupTheme

Theme to use for the drop-down or dialog popup window.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] SwitchCompat

Attributes that can be used with a SwitchCompat.

Includes the following attributes:

AttributeDescription
android:textOff Text to use when the switch is in the unchecked/"off" state.
android:textOn Text to use when the switch is in the checked/"on" state.
android:thumb Drawable to use as the "thumb" that switches back and forth.
android.support.v17.preference:showText Whether to draw on/off text.
android.support.v17.preference:splitTrack Whether to split the track and leave a gap for the thumb drawable.
android.support.v17.preference:switchMinWidth Minimum width for the switch component
android.support.v17.preference:switchPadding Minimum space between the switch and caption text
android.support.v17.preference:switchTextAppearance TextAppearance style for text displayed on the switch thumb.
android.support.v17.preference:thumbTextPadding Amount of padding on either side of text within the switch thumb.
android.support.v17.preference:track Drawable to use as the "track" that the switch thumb slides within.

public static int SwitchCompat_android_textOff

Text to use when the switch is in the unchecked/"off" state.

This corresponds to the global attribute resource symbol textOff.

public static int SwitchCompat_android_textOn

Text to use when the switch is in the checked/"on" state.

This corresponds to the global attribute resource symbol textOn.

public static int SwitchCompat_android_thumb

Drawable to use as the "thumb" that switches back and forth.

This corresponds to the global attribute resource symbol thumb.

public static int SwitchCompat_showText

Whether to draw on/off text.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchCompat_splitTrack

Whether to split the track and leave a gap for the thumb drawable.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchCompat_switchMinWidth

Minimum width for the switch component

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchCompat_switchPadding

Minimum space between the switch and caption text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchCompat_switchTextAppearance

TextAppearance style for text displayed on the switch thumb.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int SwitchCompat_thumbTextPadding

Amount of padding on either side of text within the switch thumb.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchCompat_track

Drawable to use as the "track" that the switch thumb slides within.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] SwitchPreference

Attributes that can be used with a SwitchPreference.

Includes the following attributes:

AttributeDescription
android:disableDependentsState
android:summaryOff
android:summaryOn
android:switchTextOff
android:switchTextOn
android.support.v17.preference:disableDependentsState The state (true for on, or false for off) that causes dependents to be disabled.
android.support.v17.preference:summaryOff The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked.
android.support.v17.preference:summaryOn The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked.
android.support.v17.preference:switchTextOff The text used on the switch itself when in the "off" state.
android.support.v17.preference:switchTextOn The text used on the switch itself when in the "on" state.

public static final int[] SwitchPreferenceCompat

Attributes that can be used with a SwitchPreferenceCompat.

Includes the following attributes:

AttributeDescription
android:disableDependentsState
android:summaryOff
android:summaryOn
android:switchTextOff
android:switchTextOn
android.support.v17.preference:disableDependentsState The state (true for on, or false for off) that causes dependents to be disabled.
android.support.v17.preference:summaryOff The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked.
android.support.v17.preference:summaryOn The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked.
android.support.v17.preference:switchTextOff The text used on the switch itself when in the "off" state.
android.support.v17.preference:switchTextOn The text used on the switch itself when in the "on" state.

public static int SwitchPreferenceCompat_android_disableDependentsState

This symbol is the offset where the disableDependentsState attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_summaryOff

This symbol is the offset where the summaryOff attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_summaryOn

This symbol is the offset where the summaryOn attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_switchTextOff

This symbol is the offset where the switchTextOff attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_android_switchTextOn

This symbol is the offset where the switchTextOn attribute's value can be found in the SwitchPreferenceCompat array.

public static int SwitchPreferenceCompat_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreferenceCompat_summaryOff

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreferenceCompat_summaryOn

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreferenceCompat_switchTextOff

The text used on the switch itself when in the "off" state. This should be a very SHORT string, as it appears in a small space.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreferenceCompat_switchTextOn

The text used on the switch itself when in the "on" state. This should be a very SHORT string, as it appears in a small space.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreference_android_disableDependentsState

This symbol is the offset where the disableDependentsState attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_summaryOff

This symbol is the offset where the summaryOff attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_summaryOn

This symbol is the offset where the summaryOn attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_switchTextOff

This symbol is the offset where the switchTextOff attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_android_switchTextOn

This symbol is the offset where the switchTextOn attribute's value can be found in the SwitchPreference array.

public static int SwitchPreference_disableDependentsState

The state (true for on, or false for off) that causes dependents to be disabled. By default, dependents will be disabled when this is unchecked, so the value of this preference is false.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreference_summaryOff

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is unchecked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreference_summaryOn

The summary for the Preference in a PreferenceActivity screen when the SwitchPreference is checked. If separate on/off summaries are not needed, the summary attribute can be used instead.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreference_switchTextOff

The text used on the switch itself when in the "off" state. This should be a very SHORT string, as it appears in a small space.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int SwitchPreference_switchTextOn

The text used on the switch itself when in the "on" state. This should be a very SHORT string, as it appears in a small space.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] TextAppearance

public static int TextAppearance_android_textColor

This symbol is the offset where the textColor attribute's value can be found in the TextAppearance array.

public static int TextAppearance_android_textSize

This symbol is the offset where the textSize attribute's value can be found in the TextAppearance array.

public static int TextAppearance_android_textStyle

This symbol is the offset where the textStyle attribute's value can be found in the TextAppearance array.

public static int TextAppearance_android_typeface

This symbol is the offset where the typeface attribute's value can be found in the TextAppearance array.

public static int TextAppearance_textAllCaps

Present the text in ALL CAPS. This may use a small-caps form when available.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a boolean value, either "true" or "false".

This is a private symbol.

public static final int[] Theme

These are the standard attributes that make up a complete theme.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:actionBarDivider Custom divider drawable to use for elements in the action bar.
android.support.v17.preference:actionBarItemBackground Custom item state list drawable background for action bar items.
android.support.v17.preference:actionBarPopupTheme Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
android.support.v17.preference:actionBarSize Size of the Action Bar, including the contextual bar used to present Action Modes.
android.support.v17.preference:actionBarSplitStyle Reference to a style for the split Action Bar.
android.support.v17.preference:actionBarStyle Reference to a style for the Action Bar
android.support.v17.preference:actionBarTabBarStyle
android.support.v17.preference:actionBarTabStyle Default style for tabs within an action bar
android.support.v17.preference:actionBarTabTextStyle
android.support.v17.preference:actionBarTheme Reference to a theme that should be used to inflate the action bar.
android.support.v17.preference:actionBarWidgetTheme Reference to a theme that should be used to inflate widgets and layouts destined for the action bar.
android.support.v17.preference:actionButtonStyle Default action button style.
android.support.v17.preference:actionDropDownStyle Default ActionBar dropdown style.
android.support.v17.preference:actionMenuTextAppearance TextAppearance style that will be applied to text that appears within action menu items.
android.support.v17.preference:actionMenuTextColor Color for text that appears within action menu items.
android.support.v17.preference:actionModeBackground Background drawable to use for action mode UI
android.support.v17.preference:actionModeCloseButtonStyle
android.support.v17.preference:actionModeCloseDrawable Drawable to use for the close action mode button
android.support.v17.preference:actionModeCopyDrawable Drawable to use for the Copy action button in Contextual Action Bar
android.support.v17.preference:actionModeCutDrawable Drawable to use for the Cut action button in Contextual Action Bar
android.support.v17.preference:actionModeFindDrawable Drawable to use for the Find action button in WebView selection action modes
android.support.v17.preference:actionModePasteDrawable Drawable to use for the Paste action button in Contextual Action Bar
android.support.v17.preference:actionModePopupWindowStyle PopupWindow style to use for action modes when showing as a window overlay.
android.support.v17.preference:actionModeSelectAllDrawable Drawable to use for the Select all action button in Contextual Action Bar
android.support.v17.preference:actionModeShareDrawable Drawable to use for the Share action button in WebView selection action modes
android.support.v17.preference:actionModeSplitBackground Background drawable to use for action mode UI in the lower split bar
android.support.v17.preference:actionModeStyle
android.support.v17.preference:actionModeWebSearchDrawable Drawable to use for the Web Search action button in WebView selection action modes
android.support.v17.preference:actionOverflowButtonStyle
android.support.v17.preference:actionOverflowMenuStyle
android.support.v17.preference:activityChooserViewStyle Default ActivityChooserView style.
android.support.v17.preference:alertDialogButtonGroupStyle
android.support.v17.preference:alertDialogCenterButtons
android.support.v17.preference:alertDialogStyle
android.support.v17.preference:alertDialogTheme Theme to use for alert dialogs spawned from this theme.
android:windowAnimationStyle
android:windowIsFloating
android.support.v17.preference:autoCompleteTextViewStyle Default AutoCompleteTextView style.
android.support.v17.preference:borderlessButtonStyle Style for buttons without an explicit border, often used in groups.
android.support.v17.preference:buttonBarButtonStyle Style for buttons within button bars
android.support.v17.preference:buttonBarNegativeButtonStyle Style for the "negative" buttons within button bars
android.support.v17.preference:buttonBarNeutralButtonStyle Style for the "neutral" buttons within button bars
android.support.v17.preference:buttonBarPositiveButtonStyle Style for the "positive" buttons within button bars
android.support.v17.preference:buttonBarStyle Style for button bars
android.support.v17.preference:buttonStyle Normal Button style.
android.support.v17.preference:buttonStyleSmall Small Button style.
android.support.v17.preference:checkBoxPreferenceStyle Default style for CheckBoxPreference.
android.support.v17.preference:checkboxStyle Default Checkbox style.
android.support.v17.preference:checkedTextViewStyle Default CheckedTextView style.
android.support.v17.preference:colorAccent Bright complement to the primary branding color.
android.support.v17.preference:colorButtonNormal The color applied to framework buttons in their normal state.
android.support.v17.preference:colorControlActivated The color applied to framework controls in their activated (ex.
android.support.v17.preference:colorControlHighlight The color applied to framework control highlights (ex.
android.support.v17.preference:colorControlNormal The color applied to framework controls in their normal state.
android.support.v17.preference:colorPrimary The primary branding color for the app.
android.support.v17.preference:colorPrimaryDark Dark variant of the primary branding color.
android.support.v17.preference:colorSwitchThumbNormal The color applied to framework switch thumbs in their normal state.
android.support.v17.preference:controlBackground The background used by framework controls.
android.support.v17.preference:dialogPreferenceStyle Default style for DialogPreference.
android.support.v17.preference:dialogPreferredPadding Preferred padding for dialog content.
android.support.v17.preference:dialogTheme Theme to use for dialogs spawned from this theme.
android.support.v17.preference:dividerHorizontal A drawable that may be used as a horizontal divider between visual elements.
android.support.v17.preference:dividerVertical A drawable that may be used as a vertical divider between visual elements.
android.support.v17.preference:dropDownListViewStyle ListPopupWindow compatibility
android.support.v17.preference:dropdownListPreferredItemHeight The preferred item height for dropdown lists.
android.support.v17.preference:editTextBackground EditText background drawable.
android.support.v17.preference:editTextColor EditText text foreground color.
android.support.v17.preference:editTextPreferenceStyle Default style for EditTextPreference.
android.support.v17.preference:editTextStyle Default EditText style.
android.support.v17.preference:homeAsUpIndicator Specifies a drawable to use for the 'home as up' indicator.
android.support.v17.preference:listChoiceBackgroundIndicator Drawable used as a background for selected list items.
android.support.v17.preference:listDividerAlertDialog The list divider used in alert dialogs.
android.support.v17.preference:listPopupWindowStyle
android.support.v17.preference:listPreferredItemHeight The preferred list item height.
android.support.v17.preference:listPreferredItemHeightLarge A larger, more robust list item height.
android.support.v17.preference:listPreferredItemHeightSmall A smaller, sleeker list item height.
android.support.v17.preference:listPreferredItemPaddingLeft The preferred padding along the left edge of list items.
android.support.v17.preference:listPreferredItemPaddingRight The preferred padding along the right edge of list items.
android.support.v17.preference:panelBackground The background of a panel when it is inset from the left and right edges of the screen.
android.support.v17.preference:panelMenuListTheme Default Panel Menu style.
android.support.v17.preference:panelMenuListWidth Default Panel Menu width.
android.support.v17.preference:popupMenuStyle Default PopupMenu style.
android.support.v17.preference:popupWindowStyle Default PopupWindow style.
android.support.v17.preference:preferenceActivityStyle Default style for the PreferenceActivity.
android.support.v17.preference:preferenceCategoryStyle Default style for PreferenceCategory.
android.support.v17.preference:preferenceFragmentListStyle Preference fragment list style
android.support.v17.preference:preferenceFragmentPaddingSide Preference fragment padding side
android.support.v17.preference:preferenceFragmentStyle Default style for Headers pane in PreferenceActivity.
android.support.v17.preference:preferenceHeaderPanelStyle Preference headers panel style
android.support.v17.preference:preferenceInformationStyle Default style for informational Preference.
android.support.v17.preference:preferenceLayoutChild The preference layout that has the child/tabbed effect.
android.support.v17.preference:preferenceListStyle Preference list style
android.support.v17.preference:preferencePanelStyle Preference panel style
android.support.v17.preference:preferenceScreenStyle Default style for PreferenceScreen.
android.support.v17.preference:preferenceStyle Default style for Preference.
android.support.v17.preference:preferenceTheme Theme for inflating Preference objects
android.support.v17.preference:radioButtonStyle Default RadioButton style.
android.support.v17.preference:ratingBarStyle Default RatingBar style.
android.support.v17.preference:ringtonePreferenceStyle Default style for RingtonePreference.
android.support.v17.preference:searchViewStyle Style for the search query widget.
android.support.v17.preference:seekBarPreferenceStyle Default style for seekbar preferences.
android.support.v17.preference:selectableItemBackground A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.
android.support.v17.preference:selectableItemBackgroundBorderless Background drawable for borderless standalone items that need focus/pressed states.
android.support.v17.preference:spinnerDropDownItemStyle Default Spinner style.
android.support.v17.preference:spinnerStyle Default Spinner style.
android.support.v17.preference:switchPreferenceCompatStyle Default style for switch compat preferences.
android.support.v17.preference:switchPreferenceStyle Default style for switch preferences.
android.support.v17.preference:switchStyle Default style for the Switch widget.
android.support.v17.preference:textAppearanceLargePopupMenu Text color, typeface, size, and style for the text inside of a popup menu.
android.support.v17.preference:textAppearanceListItem The preferred TextAppearance for the primary text of list items.
android.support.v17.preference:textAppearanceListItemSmall The preferred TextAppearance for the primary text of small list items.
android.support.v17.preference:textAppearanceSearchResultSubtitle Text color, typeface, size, and style for system search result subtitle.
android.support.v17.preference:textAppearanceSearchResultTitle Text color, typeface, size, and style for system search result title.
android.support.v17.preference:textAppearanceSmallPopupMenu Text color, typeface, size, and style for small text inside of a popup menu.
android.support.v17.preference:textColorAlertDialogListItem Color of list item text in alert dialogs.
android.support.v17.preference:textColorSearchUrl Text color for urls in search suggestions, used by things like global search
android.support.v17.preference:toolbarNavigationButtonStyle Default Toolar NavigationButtonStyle
android.support.v17.preference:toolbarStyle Default Toolbar style.
android.support.v17.preference:windowActionBar Flag indicating whether this window should have an Action Bar in place of the usual title bar.
android.support.v17.preference:windowActionBarOverlay Flag indicating whether this window's Action Bar should overlay application content.
android.support.v17.preference:windowActionModeOverlay Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).
android.support.v17.preference:windowFixedHeightMajor A fixed height for the window along the major axis of the screen, that is, when in portrait.
android.support.v17.preference:windowFixedHeightMinor A fixed height for the window along the minor axis of the screen, that is, when in landscape.
android.support.v17.preference:windowFixedWidthMajor A fixed width for the window along the major axis of the screen, that is, when in landscape.
android.support.v17.preference:windowFixedWidthMinor A fixed width for the window along the minor axis of the screen, that is, when in portrait.
android.support.v17.preference:windowMinWidthMajor The minimum width the window is allowed to be, along the major axis of the screen.
android.support.v17.preference:windowMinWidthMinor The minimum width the window is allowed to be, along the minor axis of the screen.
android.support.v17.preference:windowNoTitle Flag indicating whether there should be no title on this window.
android.support.v17.preference:yesNoPreferenceStyle Default style for YesNoPreference.

See Also

public static int Theme_actionBarDivider

Custom divider drawable to use for elements in the action bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarItemBackground

Custom item state list drawable background for action bar items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarPopupTheme

Reference to a theme that should be used to inflate popups shown by widgets in the action bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarSize

Size of the Action Bar, including the contextual bar used to present Action Modes.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
wrap_content0

This is a private symbol.

public static int Theme_actionBarSplitStyle

Reference to a style for the split Action Bar. This style controls the split component that holds the menu/action buttons. actionBarStyle is still used for the primary bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarStyle

Reference to a style for the Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarTabBarStyle

This symbol is the offset where the actionBarTabBarStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionBarTabStyle

Default style for tabs within an action bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarTabTextStyle

This symbol is the offset where the actionBarTabTextStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionBarTheme

Reference to a theme that should be used to inflate the action bar. This will be inherited by any widget inflated into the action bar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionBarWidgetTheme

Reference to a theme that should be used to inflate widgets and layouts destined for the action bar. Most of the time this will be a reference to the current theme, but when the action bar has a significantly different contrast profile than the rest of the activity the difference can become important. If this is set to @null the current theme will be used.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionButtonStyle

Default action button style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionDropDownStyle

Default ActionBar dropdown style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionMenuTextAppearance

TextAppearance style that will be applied to text that appears within action menu items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionMenuTextColor

Color for text that appears within action menu items. Color for text that appears within action menu items.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int Theme_actionModeBackground

Background drawable to use for action mode UI

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeCloseButtonStyle

This symbol is the offset where the actionModeCloseButtonStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeCloseDrawable

Drawable to use for the close action mode button

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeCopyDrawable

Drawable to use for the Copy action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeCutDrawable

Drawable to use for the Cut action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeFindDrawable

Drawable to use for the Find action button in WebView selection action modes

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModePasteDrawable

Drawable to use for the Paste action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModePopupWindowStyle

PopupWindow style to use for action modes when showing as a window overlay.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeSelectAllDrawable

Drawable to use for the Select all action button in Contextual Action Bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeShareDrawable

Drawable to use for the Share action button in WebView selection action modes

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeSplitBackground

Background drawable to use for action mode UI in the lower split bar

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionModeStyle

This symbol is the offset where the actionModeStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionModeWebSearchDrawable

Drawable to use for the Web Search action button in WebView selection action modes

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_actionOverflowButtonStyle

This symbol is the offset where the actionOverflowButtonStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_actionOverflowMenuStyle

This symbol is the offset where the actionOverflowMenuStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_activityChooserViewStyle

Default ActivityChooserView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_alertDialogButtonGroupStyle

This symbol is the offset where the alertDialogButtonGroupStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_alertDialogCenterButtons

This symbol is the offset where the alertDialogCenterButtons attribute's value can be found in the Theme array.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Theme_alertDialogStyle

This symbol is the offset where the alertDialogStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_alertDialogTheme

Theme to use for alert dialogs spawned from this theme.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_android_windowAnimationStyle

This symbol is the offset where the windowAnimationStyle attribute's value can be found in the Theme array.

public static int Theme_android_windowIsFloating

This symbol is the offset where the windowIsFloating attribute's value can be found in the Theme array.

public static int Theme_autoCompleteTextViewStyle

Default AutoCompleteTextView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_borderlessButtonStyle

Style for buttons without an explicit border, often used in groups.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonBarButtonStyle

Style for buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonBarNegativeButtonStyle

Style for the "negative" buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonBarNeutralButtonStyle

Style for the "neutral" buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonBarPositiveButtonStyle

Style for the "positive" buttons within button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonBarStyle

Style for button bars

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonStyle

Normal Button style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_buttonStyleSmall

Small Button style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_checkBoxPreferenceStyle

Default style for CheckBoxPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_checkboxStyle

Default Checkbox style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_checkedTextViewStyle

Default CheckedTextView style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_colorAccent

Bright complement to the primary branding color. By default, this is the color applied to framework controls (via colorControlActivated).

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorButtonNormal

The color applied to framework buttons in their normal state.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorControlActivated

The color applied to framework controls in their activated (ex. checked) state.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorControlHighlight

The color applied to framework control highlights (ex. ripples, list selectors).

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorControlNormal

The color applied to framework controls in their normal state.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorPrimary

The primary branding color for the app. By default, this is the color applied to the action bar background.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorPrimaryDark

Dark variant of the primary branding color. By default, this is the color applied to the status bar (via statusBarColor) and navigation bar (via navigationBarColor).

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_colorSwitchThumbNormal

The color applied to framework switch thumbs in their normal state.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_controlBackground

The background used by framework controls.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_dialogPreferenceStyle

Default style for DialogPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_dialogPreferredPadding

Preferred padding for dialog content.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_dialogTheme

Theme to use for dialogs spawned from this theme.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_dividerHorizontal

A drawable that may be used as a horizontal divider between visual elements.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_dividerVertical

A drawable that may be used as a vertical divider between visual elements.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_dropDownListViewStyle

ListPopupWindow compatibility

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_dropdownListPreferredItemHeight

The preferred item height for dropdown lists.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_editTextBackground

EditText background drawable.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_editTextColor

EditText text foreground color.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int Theme_editTextPreferenceStyle

Default style for EditTextPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_editTextStyle

Default EditText style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_homeAsUpIndicator

Specifies a drawable to use for the 'home as up' indicator.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_listChoiceBackgroundIndicator

Drawable used as a background for selected list items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_listDividerAlertDialog

The list divider used in alert dialogs.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_listPopupWindowStyle

This symbol is the offset where the listPopupWindowStyle attribute's value can be found in the Theme array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Theme_listPreferredItemHeight

The preferred list item height.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_listPreferredItemHeightLarge

A larger, more robust list item height.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_listPreferredItemHeightSmall

A smaller, sleeker list item height.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_listPreferredItemPaddingLeft

The preferred padding along the left edge of list items.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_listPreferredItemPaddingRight

The preferred padding along the right edge of list items.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_panelBackground

The background of a panel when it is inset from the left and right edges of the screen.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_panelMenuListTheme

Default Panel Menu style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_panelMenuListWidth

Default Panel Menu width.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_popupMenuStyle

Default PopupMenu style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_popupWindowStyle

Default PopupWindow style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceActivityStyle

Default style for the PreferenceActivity.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceCategoryStyle

Default style for PreferenceCategory.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceFragmentListStyle

Preference fragment list style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceFragmentPaddingSide

Preference fragment padding side

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_preferenceFragmentStyle

Default style for Headers pane in PreferenceActivity.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceHeaderPanelStyle

Preference headers panel style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceInformationStyle

Default style for informational Preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceLayoutChild

The preference layout that has the child/tabbed effect.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceListStyle

Preference list style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferencePanelStyle

Preference panel style

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceScreenStyle

Default style for PreferenceScreen.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceStyle

Default style for Preference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_preferenceTheme

Theme for inflating Preference objects

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_radioButtonStyle

Default RadioButton style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_ratingBarStyle

Default RatingBar style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_ringtonePreferenceStyle

Default style for RingtonePreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_searchViewStyle

Style for the search query widget.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_seekBarPreferenceStyle

Default style for seekbar preferences.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_selectableItemBackground

A style that may be applied to buttons or other selectable items that should react to pressed and focus states, but that do not have a clear visual border along the edges.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_selectableItemBackgroundBorderless

Background drawable for borderless standalone items that need focus/pressed states.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_spinnerDropDownItemStyle

Default Spinner style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_spinnerStyle

Default Spinner style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_switchPreferenceCompatStyle

Default style for switch compat preferences.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_switchPreferenceStyle

Default style for switch preferences.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_switchStyle

Default style for the Switch widget.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textAppearanceLargePopupMenu

Text color, typeface, size, and style for the text inside of a popup menu.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textAppearanceListItem

The preferred TextAppearance for the primary text of list items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textAppearanceListItemSmall

The preferred TextAppearance for the primary text of small list items.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textAppearanceSearchResultSubtitle

Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textAppearanceSearchResultTitle

Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textAppearanceSmallPopupMenu

Text color, typeface, size, and style for small text inside of a popup menu.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_textColorAlertDialogListItem

Color of list item text in alert dialogs.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int Theme_textColorSearchUrl

Text color for urls in search suggestions, used by things like global search

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int Theme_toolbarNavigationButtonStyle

Default Toolar NavigationButtonStyle

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_toolbarStyle

Default Toolbar style.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Theme_windowActionBar

Flag indicating whether this window should have an Action Bar in place of the usual title bar.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowActionBarOverlay

Flag indicating whether this window's Action Bar should overlay application content. Does nothing if the window would not have an Action Bar.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowActionModeOverlay

Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowFixedHeightMajor

A fixed height for the window along the major axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowFixedHeightMinor

A fixed height for the window along the minor axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowFixedWidthMajor

A fixed width for the window along the major axis of the screen, that is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowFixedWidthMinor

A fixed width for the window along the minor axis of the screen, that is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowMinWidthMajor

The minimum width the window is allowed to be, along the major axis of the screen. That is, when in landscape. Can be either an absolute dimension or a fraction of the screen size in that dimension.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowMinWidthMinor

The minimum width the window is allowed to be, along the minor axis of the screen. That is, when in portrait. Can be either an absolute dimension or a fraction of the screen size in that dimension.

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

May be a fractional value, which is a floating point number appended with either % or %p, such as "14.5%". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_windowNoTitle

Flag indicating whether there should be no title on this window.

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Theme_yesNoPreferenceStyle

Default style for YesNoPreference.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] Toolbar

Attributes that can be used with a Toolbar.

Includes the following attributes:

AttributeDescription
android:gravity
android:minHeight Allows us to read in the minHeight attr pre-v16
android.support.v17.preference:collapseContentDescription Text to set as the content description for the collapse button.
android.support.v17.preference:collapseIcon
android.support.v17.preference:contentInsetEnd Minimum inset for content views within a bar.
android.support.v17.preference:contentInsetLeft Minimum inset for content views within a bar.
android.support.v17.preference:contentInsetRight Minimum inset for content views within a bar.
android.support.v17.preference:contentInsetStart Minimum inset for content views within a bar.
android.support.v17.preference:logo Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button.
android.support.v17.preference:logoDescription A content description string to describe the appearance of the associated logo image.
android.support.v17.preference:maxButtonHeight
android.support.v17.preference:navigationContentDescription Text to set as the content description for the navigation button located at the start of the toolbar.
android.support.v17.preference:navigationIcon Icon drawable to use for the navigation button located at the start of the toolbar.
android.support.v17.preference:popupTheme Reference to a theme that should be used to inflate popups shown by widgets in the toolbar.
android.support.v17.preference:subtitle Specifies subtitle text used for navigationMode="normal"
android.support.v17.preference:subtitleTextAppearance
android.support.v17.preference:subtitleTextColor A color to apply to the subtitle string.
android.support.v17.preference:title
android.support.v17.preference:titleMarginBottom
android.support.v17.preference:titleMarginEnd
android.support.v17.preference:titleMarginStart
android.support.v17.preference:titleMarginTop
android.support.v17.preference:titleMargins
android.support.v17.preference:titleTextAppearance
android.support.v17.preference:titleTextColor A color to apply to the title string.

public static int Toolbar_android_gravity

This symbol is the offset where the gravity attribute's value can be found in the Toolbar array.

public static int Toolbar_android_minHeight

Allows us to read in the minHeight attr pre-v16

This corresponds to the global attribute resource symbol minHeight.

public static int Toolbar_collapseContentDescription

Text to set as the content description for the collapse button.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_collapseIcon

This symbol is the offset where the collapseIcon attribute's value can be found in the Toolbar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Toolbar_contentInsetEnd

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_contentInsetLeft

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_contentInsetRight

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_contentInsetStart

Minimum inset for content views within a bar. Navigation buttons and menu views are excepted. Only valid for some themes and configurations.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_logo

Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Toolbar_logoDescription

A content description string to describe the appearance of the associated logo image.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_maxButtonHeight

This symbol is the offset where the maxButtonHeight attribute's value can be found in the Toolbar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_navigationContentDescription

Text to set as the content description for the navigation button located at the start of the toolbar.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_navigationIcon

Icon drawable to use for the navigation button located at the start of the toolbar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Toolbar_popupTheme

Reference to a theme that should be used to inflate popups shown by widgets in the toolbar.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int Toolbar_subtitle

Specifies subtitle text used for navigationMode="normal"

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_subtitleTextAppearance

This symbol is the offset where the subtitleTextAppearance attribute's value can be found in the Toolbar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Toolbar_subtitleTextColor

A color to apply to the subtitle string.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int Toolbar_title

This symbol is the offset where the title attribute's value can be found in the Toolbar array.

Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_titleMarginBottom

This symbol is the offset where the titleMarginBottom attribute's value can be found in the Toolbar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_titleMarginEnd

This symbol is the offset where the titleMarginEnd attribute's value can be found in the Toolbar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_titleMarginStart

This symbol is the offset where the titleMarginStart attribute's value can be found in the Toolbar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_titleMarginTop

This symbol is the offset where the titleMarginTop attribute's value can be found in the Toolbar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_titleMargins

This symbol is the offset where the titleMargins attribute's value can be found in the Toolbar array.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

public static int Toolbar_titleTextAppearance

This symbol is the offset where the titleTextAppearance attribute's value can be found in the Toolbar array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int Toolbar_titleTextColor

A color to apply to the title string.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] View

Attributes that can be used with a View.

Includes the following attributes:

AttributeDescription
android:focusable Boolean that controls whether a view can take focus.
android:theme Specifies a theme override for a view.
android.support.v17.preference:paddingEnd Sets the padding, in pixels, of the end edge; see padding.
android.support.v17.preference:paddingStart Sets the padding, in pixels, of the start edge; see padding.
android.support.v17.preference:theme Deprecated.

public static final int[] ViewBackgroundHelper

Attributes that can be used with a ViewBackgroundHelper.

Includes the following attributes:

AttributeDescription
android:background
android.support.v17.preference:backgroundTint Tint to apply to the background.
android.support.v17.preference:backgroundTintMode Blending mode used to apply the background tint.

public static int ViewBackgroundHelper_android_background

This symbol is the offset where the background attribute's value can be found in the ViewBackgroundHelper array.

public static int ViewBackgroundHelper_backgroundTint

Tint to apply to the background.

Must be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int ViewBackgroundHelper_backgroundTintMode

Blending mode used to apply the background tint.

Must be one of the following constant values.

ConstantValueDescription
src_over3 The tint is drawn on top of the drawable. [Sa + (1 - Sa)*Da, Rc = Sc + (1 - Sa)*Dc]
src_in5 The tint is masked by the alpha channel of the drawable. The drawable’s color channels are thrown out. [Sa * Da, Sc * Da]
src_atop9 The tint is drawn above the drawable, but with the drawable’s alpha channel masking the result. [Da, Sc * Da + (1 - Sa) * Dc]
multiply14 Multiplies the color and alpha channels of the drawable with those of the tint. [Sa * Da, Sc * Dc]
screen15 [Sa + Da - Sa * Da, Sc + Dc - Sc * Dc]

This is a private symbol.

public static final int[] ViewStubCompat

Attributes that can be used with a ViewStubCompat.

Includes the following attributes:

AttributeDescription
android:id
android:inflatedId Overrides the id of the inflated View with this value.
android:layout Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.

public static int ViewStubCompat_android_id

This symbol is the offset where the id attribute's value can be found in the ViewStubCompat array.

public static int ViewStubCompat_android_inflatedId

Overrides the id of the inflated View with this value.

This corresponds to the global attribute resource symbol inflatedId.

public static int ViewStubCompat_android_layout

Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so. The layout resource must be a valid reference to a layout.

This corresponds to the global attribute resource symbol layout.

public static int View_android_focusable

Boolean that controls whether a view can take focus. By default the user can not move focus to a view; by setting this attribute to true the view is allowed to take focus. This value does not impact the behavior of directly calling requestFocus(), which will always request focus regardless of this view. It only impacts where focus navigation will try to move focus.

This corresponds to the global attribute resource symbol focusable.

public static int View_android_theme

Specifies a theme override for a view. When a theme override is set, the view will be inflated using a Context themed with the specified resource.

This corresponds to the global attribute resource symbol theme.

public static int View_paddingEnd

Sets the padding, in pixels, of the end edge; see padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int View_paddingStart

Sets the padding, in pixels, of the start edge; see padding.

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int View_theme

Deprecated.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static final int[] lbBaseCardView

Attributes that can be used with a lbBaseCardView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:activatedAnimationDuration Defines the duration in milliseconds of the activated animation for a card layout.
android.support.v17.preference:cardType Defines the type of the card layout
android.support.v17.preference:extraVisibility Defines when the extra region of a card layout is displayed.
android.support.v17.preference:infoVisibility Defines when the info region of a card layout is displayed.
android.support.v17.preference:selectedAnimationDelay Defines the delay in milliseconds before the selection animation runs for a card layout.
android.support.v17.preference:selectedAnimationDuration Defines the duration in milliseconds of the selection animation for a card layout.

public static final int[] lbBaseCardView_Layout

This is the basic set of layout attributes for elements within a card layout. These attributes are specified with the rest of an elements's normal attributes.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:layout_viewType The card layout region defined by this element.

public static int lbBaseCardView_Layout_layout_viewType

The card layout region defined by this element. At most one of element of each type should be specified as an immediate child of the card layout.

Must be one of the following constant values.

ConstantValueDescription
main0 The main region of the card.
info1 The info region of the card.
extra2 The extra region of the card.

This is a private symbol.

public static int lbBaseCardView_activatedAnimationDuration

Defines the duration in milliseconds of the activated animation for a card layout.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbBaseCardView_cardType

Defines the type of the card layout

Must be one of the following constant values.

ConstantValueDescription
mainOnly0 A simple card layout with a single layout region.
infoOver1 A card layout with two layout regions: a main area which is always visible, and an info region that appears over the lower area of the main region.
infoUnder2 A card layout with two layout regions: a main area which is always visible, and an info region that appears below the main region.
infoUnderWithExtra3 A card layout with three layout regions: a main area which is always visible, an info region that appears below the main region, and an extra region that appears below the info region after a small delay.

This is a private symbol.

public static int lbBaseCardView_extraVisibility

Defines when the extra region of a card layout is displayed. Depends on infoVisibility, meaning the extra region never displays if the info region is not displayed as well.

Must be one of the following constant values.

ConstantValueDescription
always0 Always display the extra region.
activated1 Display the extra region only when activated.
selected2 Display the extra region only when selected.

This is a private symbol.

public static int lbBaseCardView_infoVisibility

Defines when the info region of a card layout is displayed.

Must be one of the following constant values.

ConstantValueDescription
always0 Always display the info region.
activated1 Display the info region only when activated.
selected2 Display the info region only when selected.

This is a private symbol.

public static int lbBaseCardView_selectedAnimationDelay

Defines the delay in milliseconds before the selection animation runs for a card layout.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbBaseCardView_selectedAnimationDuration

Defines the duration in milliseconds of the selection animation for a card layout.

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] lbBaseGridView

Attributes that can be used with a lbBaseGridView.

Includes the following attributes:

AttributeDescription
android:gravity Defining gravity of child view
android.support.v17.preference:focusOutEnd Allow DPAD key to navigate out at the end of the view, default is false
android.support.v17.preference:focusOutFront Allow DPAD key to navigate out at the front of the View (where position = 0), default is false
android.support.v17.preference:horizontalMargin Defining margin between two items horizontally
android.support.v17.preference:verticalMargin Defining margin between two items vertically

public static int lbBaseGridView_android_gravity

Defining gravity of child view

This corresponds to the global attribute resource symbol gravity.

public static int lbBaseGridView_focusOutEnd

Allow DPAD key to navigate out at the end of the view, default is false

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbBaseGridView_focusOutFront

Allow DPAD key to navigate out at the front of the View (where position = 0), default is false

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbBaseGridView_horizontalMargin

Defining margin between two items horizontally

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbBaseGridView_verticalMargin

Defining margin between two items vertically

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] lbHorizontalGridView

Attributes that can be used with a lbHorizontalGridView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:numberOfRows Defining number of rows
android.support.v17.preference:rowHeight Defining height of each row of HorizontalGridView

public static int lbHorizontalGridView_numberOfRows

Defining number of rows

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbHorizontalGridView_rowHeight

Defining height of each row of HorizontalGridView

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
wrap_content-2

This is a private symbol.

public static final int[] lbImageCardView

Attributes that can be used with a lbImageCardView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:infoAreaBackground

public static int lbImageCardView_infoAreaBackground

This symbol is the offset where the infoAreaBackground attribute's value can be found in the lbImageCardView array.

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

public static int lbPlaybackControlsActionIcons_closed_captioning

This symbol is the offset where the closed_captioning attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_fast_forward

This symbol is the offset where the fast_forward attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_high_quality

This symbol is the offset where the high_quality attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_pause

This symbol is the offset where the pause attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_play

This symbol is the offset where the play attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_repeat

This symbol is the offset where the repeat attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_repeat_one

This symbol is the offset where the repeat_one attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_rewind

This symbol is the offset where the rewind attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_shuffle

This symbol is the offset where the shuffle attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_skip_next

This symbol is the offset where the skip_next attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_skip_previous

This symbol is the offset where the skip_previous attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_thumb_down

This symbol is the offset where the thumb_down attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_thumb_down_outline

This symbol is the offset where the thumb_down_outline attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_thumb_up

This symbol is the offset where the thumb_up attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static int lbPlaybackControlsActionIcons_thumb_up_outline

This symbol is the offset where the thumb_up_outline attribute's value can be found in the lbPlaybackControlsActionIcons array.

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

public static final int[] lbResizingTextView

Attributes that can be used with a lbResizingTextView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:maintainLineSpacing Whether to maintain the same line spacing when text is resized, default is false
android.support.v17.preference:resizeTrigger Conditions used to trigger text resizing
android.support.v17.preference:resizedPaddingAdjustmentBottom Adjustment to bottom padding for resized text
android.support.v17.preference:resizedPaddingAdjustmentTop Adjustment to top padding for resized text
android.support.v17.preference:resizedTextSize Text size for resized text

public static int lbResizingTextView_maintainLineSpacing

Whether to maintain the same line spacing when text is resized, default is false

Must be a boolean value, either "true" or "false".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbResizingTextView_resizeTrigger

Conditions used to trigger text resizing

Must be one or more (separated by '|') of the following constant values.

ConstantValueDescription
maxLines0x01 Resize text whenever it lays out into the maximum number of lines

This is a private symbol.

public static int lbResizingTextView_resizedPaddingAdjustmentBottom

Adjustment to bottom padding for resized text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbResizingTextView_resizedPaddingAdjustmentTop

Adjustment to top padding for resized text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static int lbResizingTextView_resizedTextSize

Text size for resized text

Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

public static final int[] lbSearchOrbView

Attributes that can be used with a lbSearchOrbView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:searchOrbBrightColor Defining pulse color of the search affordance
android.support.v17.preference:searchOrbColor Defining color of the search affordance
android.support.v17.preference:searchOrbIcon Defining icon of the search affordance
android.support.v17.preference:searchOrbIconColor Defining icon tint color of the search affordance

public static int lbSearchOrbView_searchOrbBrightColor

Defining pulse color of the search affordance

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int lbSearchOrbView_searchOrbColor

Defining color of the search affordance

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static int lbSearchOrbView_searchOrbIcon

Defining icon of the search affordance

Must be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

This is a private symbol.

public static int lbSearchOrbView_searchOrbIconColor

Defining icon tint color of the search affordance

May be a reference to another resource, in the form "@[+][package:]type:name" or to a theme attribute in the form "?[package:][type:]name".

May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".

This is a private symbol.

public static final int[] lbSlide

Attributes that can be used with a lbSlide.

Includes the following attributes:

AttributeDescription
android:duration
android:interpolator
android:startDelay
android.support.v17.preference:lb_slideEdge A duplication of Slide attribute slideEdge for KitKat

public static int lbSlide_android_duration

This symbol is the offset where the duration attribute's value can be found in the lbSlide array.

public static int lbSlide_android_interpolator

This symbol is the offset where the interpolator attribute's value can be found in the lbSlide array.

public static int lbSlide_android_startDelay

This symbol is the offset where the startDelay attribute's value can be found in the lbSlide array.

public static int lbSlide_lb_slideEdge

A duplication of Slide attribute slideEdge for KitKat

Must be one of the following constant values.

ConstantValueDescription
left0x03 Slide to and from the left edge of the Scene.
top0x30 Slide to and from the top edge of the Scene.
right0x05 Slide to and from the right edge of the Scene.
bottom0x50 Slide to and from the bottom edge of the Scene.
start0x00800003 Slide to and from the x-axis position at the start of the Scene root.
end0x00800005 Slide to and from the x-axis position at the end of the Scene root.

This is a private symbol.

public static final int[] lbVerticalGridView

Attributes that can be used with a lbVerticalGridView.

Includes the following attributes:

AttributeDescription
android.support.v17.preference:columnWidth Defining width of each column of VerticalGridView
android.support.v17.preference:numberOfColumns Defining number of columns

public static int lbVerticalGridView_columnWidth

Defining width of each column of VerticalGridView

May be a dimension value, which is a floating point number appended with a unit such as "14.5sp". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters).

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

May be one of the following constant values.

ConstantValueDescription
wrap_content-2

This is a private symbol.

public static int lbVerticalGridView_numberOfColumns

Defining number of columns

Must be an integer value, such as "100".

This may also be a reference to a resource (in the form "@[package:]type:name") or theme attribute (in the form "?[package:][type:]name") containing a value of this type.

This is a private symbol.

Public Constructors

public R.styleable ()