org.hdtourist
Class R.styleable

java.lang.Object
  extended by org.hdtourist.R.styleable
Enclosing class:
R

public static final class R.styleable
extends java.lang.Object


Field Summary
static int[] ActionBar
          ============================================ Attributes used to style the Action Bar.
static int ActionBar_background
          
static int ActionBar_backgroundSplit
          
static int ActionBar_backgroundStacked
          
static int ActionBar_customNavigationLayout
          
static int ActionBar_displayOptions
          
static int ActionBar_divider
          
static int ActionBar_height
          
static int ActionBar_homeLayout
          
static int ActionBar_icon
          
static int ActionBar_indeterminateProgressStyle
          
static int ActionBar_itemPadding
          
static int ActionBar_logo
          
static int ActionBar_navigationMode
          
static int ActionBar_progressBarPadding
          
static int ActionBar_progressBarStyle
          
static int ActionBar_subtitle
          
static int ActionBar_subtitleTextStyle
          
static int ActionBar_title
          
static int ActionBar_titleTextStyle
          
static int[] ActionBarLayout
          Valid LayoutParams for views placed in the action bar as custom views.
static int ActionBarLayout_android_layout_gravity
          This symbol is the offset where the R.attr.layout_gravity attribute's value can be found in the ActionBarLayout array.
static int[] ActionBarWindow
          These attributes are meant to be specified and customized by the app.
static int ActionBarWindow_windowActionBar
          This symbol is the offset where the R.attr.windowActionBar attribute's value can be found in the ActionBarWindow array.
static int ActionBarWindow_windowActionBarOverlay
          This symbol is the offset where the R.attr.windowActionBarOverlay attribute's value can be found in the ActionBarWindow array.
static int ActionBarWindow_windowFixedHeightMajor
          
static int ActionBarWindow_windowFixedHeightMinor
          
static int ActionBarWindow_windowFixedWidthMajor
          
static int ActionBarWindow_windowFixedWidthMinor
          
static int ActionBarWindow_windowSplitActionBar
          This symbol is the offset where the R.attr.windowSplitActionBar attribute's value can be found in the ActionBarWindow array.
static int[] ActionMenuItemView
          Attributes that can be used with a ActionMenuItemView.
static int ActionMenuItemView_android_minWidth
          This symbol is the offset where the R.attr.minWidth attribute's value can be found in the ActionMenuItemView array.
static int[] ActionMenuView
          Size of padding on either end of a divider.
static int[] ActionMode
          Attributes that can be used with a ActionMode.
static int ActionMode_background
          
static int ActionMode_backgroundSplit
          
static int ActionMode_height
          
static int ActionMode_subtitleTextStyle
          
static int ActionMode_titleTextStyle
          
static int[] ActivityChooserView
          Attrbitutes for a ActivityChooserView.
static int ActivityChooserView_expandActivityOverflowButtonDrawable
          
static int ActivityChooserView_initialActivityCount
          
static int[] CompatTextView
          Attributes that can be used with a CompatTextView.
static int CompatTextView_textAllCaps
          
static int[] LinearLayoutICS
          Attributes that can be used with a LinearLayoutICS.
static int LinearLayoutICS_divider
          
static int LinearLayoutICS_dividerPadding
          
static int LinearLayoutICS_showDividers
          
static int[] MenuGroup
          Base attributes that are available to all groups.
static int MenuGroup_android_checkableBehavior
          
static int MenuGroup_android_enabled
          
static int MenuGroup_android_id
          
static int MenuGroup_android_menuCategory
          
static int MenuGroup_android_orderInCategory
          
static int MenuGroup_android_visible
          
static int[] MenuItem
          Base attributes that are available to all Item objects.
static int MenuItem_actionLayout
          
static int MenuItem_actionProviderClass
          
static int MenuItem_actionViewClass
          
static int MenuItem_android_alphabeticShortcut
          
static int MenuItem_android_checkable
          
static int MenuItem_android_checked
          
static int MenuItem_android_enabled
          
static int MenuItem_android_icon
          
static int MenuItem_android_id
          
static int MenuItem_android_menuCategory
          
static int MenuItem_android_numericShortcut
          
static int MenuItem_android_onClick
          
static int MenuItem_android_orderInCategory
          
static int MenuItem_android_title
          
static int MenuItem_android_titleCondensed
          
static int MenuItem_android_visible
          
static int MenuItem_showAsAction
          
static int[] MenuView
          Attributes that can be used with a MenuView.
static int MenuView_android_headerBackground
          
static int MenuView_android_horizontalDivider
          
static int MenuView_android_itemBackground
          
static int MenuView_android_itemIconDisabledAlpha
          
static int MenuView_android_itemTextAppearance
          
static int MenuView_android_preserveIconSpacing
          
static int MenuView_android_verticalDivider
          
static int MenuView_android_windowAnimationStyle
          
static int[] SearchView
          Attributes that can be used with a SearchView.
static int SearchView_android_imeOptions
          
static int SearchView_android_inputType
          
static int SearchView_android_maxWidth
          
static int SearchView_iconifiedByDefault
          
static int SearchView_queryHint
          
static int[] Spinner
          Attributes that can be used with a Spinner.
static int Spinner_android_dropDownHorizontalOffset
          
static int Spinner_android_dropDownSelector
          
static int Spinner_android_dropDownVerticalOffset
          
static int Spinner_android_dropDownWidth
          
static int Spinner_android_gravity
          
static int Spinner_android_popupBackground
          
static int Spinner_disableChildrenWhenDisabled
          
static int Spinner_popupPromptView
          
static int Spinner_prompt
          
static int Spinner_spinnerMode
          
static int[] Theme
          These are the standard attributes that make up a complete theme.
static int Theme_actionDropDownStyle
          
static int Theme_dropdownListPreferredItemHeight
          
static int Theme_listChoiceBackgroundIndicator
          
static int Theme_panelMenuListTheme
          
static int Theme_panelMenuListWidth
          
static int Theme_popupMenuStyle
          
static int[] View
          Attributes that can be used with a View.
static int View_android_focusable
          
static int View_paddingEnd
          
static int View_paddingStart
          
 
Constructor Summary
R.styleable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ActionBar

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
org.hdtourist:background Specifies a background drawable for the action bar.
org.hdtourist:backgroundSplit Specifies a background drawable for the bottom component of a split action bar.
org.hdtourist:backgroundStacked Specifies a background drawable for a second stacked row of the action bar.
org.hdtourist:customNavigationLayout Specifies a layout for custom navigation.
org.hdtourist:displayOptions Options affecting how the action bar is displayed.
org.hdtourist:divider Specifies the drawable used for item dividers.
org.hdtourist:height Specifies a fixed height.
org.hdtourist:homeLayout Specifies a layout to use for the "home" section of the action bar.
org.hdtourist:icon Specifies the drawable used for the application icon.
org.hdtourist:indeterminateProgressStyle Specifies a style resource to use for an indeterminate progress spinner.
org.hdtourist:itemPadding Specifies padding that should be applied to the left and right sides of system-provided items in the bar.
org.hdtourist:logo Specifies the drawable used for the application logo.
org.hdtourist:navigationMode The type of navigation to use.
org.hdtourist:progressBarPadding Specifies the horizontal padding on either end for an embedded progress bar.
org.hdtourist:progressBarStyle Specifies a style resource to use for an embedded progress bar.
org.hdtourist:subtitle Specifies subtitle text used for navigationMode="normal"
org.hdtourist:subtitleTextStyle Specifies a style to use for subtitle text.
org.hdtourist:title Specifies title text used for navigationMode="normal"
org.hdtourist:titleTextStyle Specifies a style to use for title text.

See Also:
ActionBar_background, ActionBar_backgroundSplit, ActionBar_backgroundStacked, ActionBar_customNavigationLayout, ActionBar_displayOptions, ActionBar_divider, ActionBar_height, ActionBar_homeLayout, ActionBar_icon, ActionBar_indeterminateProgressStyle, ActionBar_itemPadding, ActionBar_logo, ActionBar_navigationMode, ActionBar_progressBarPadding, ActionBar_progressBarStyle, ActionBar_subtitle, ActionBar_subtitleTextStyle, ActionBar_title, ActionBar_titleTextStyle

ActionBar_background

public static final int ActionBar_background

See Also:
Constant Field Values

ActionBar_backgroundSplit

public static final int ActionBar_backgroundSplit

See Also:
Constant Field Values

ActionBar_backgroundStacked

public static final int ActionBar_backgroundStacked

See Also:
Constant Field Values

ActionBar_customNavigationLayout

public static final int ActionBar_customNavigationLayout

See Also:
Constant Field Values

ActionBar_displayOptions

public static final int ActionBar_displayOptions

See Also:
Constant Field Values

ActionBar_divider

public static final int ActionBar_divider

See Also:
Constant Field Values

ActionBar_height

public static final int ActionBar_height

See Also:
Constant Field Values

ActionBar_homeLayout

public static final int ActionBar_homeLayout

See Also:
Constant Field Values

ActionBar_icon

public static final int ActionBar_icon

See Also:
Constant Field Values

ActionBar_indeterminateProgressStyle

public static final int ActionBar_indeterminateProgressStyle

See Also:
Constant Field Values

ActionBar_itemPadding

public static final int ActionBar_itemPadding

See Also:
Constant Field Values

ActionBar_logo

public static final int ActionBar_logo

See Also:
Constant Field Values

ActionBar_navigationMode

public static final int ActionBar_navigationMode

See Also:
Constant Field Values

ActionBar_progressBarPadding

public static final int ActionBar_progressBarPadding

See Also:
Constant Field Values

ActionBar_progressBarStyle

public static final int ActionBar_progressBarStyle

See Also:
Constant Field Values

ActionBar_subtitle

public static final int ActionBar_subtitle

See Also:
Constant Field Values

ActionBar_subtitleTextStyle

public static final int ActionBar_subtitleTextStyle

See Also:
Constant Field Values

ActionBar_title

public static final int ActionBar_title

See Also:
Constant Field Values

ActionBar_titleTextStyle

public static final int ActionBar_titleTextStyle

See Also:
Constant Field Values

ActionBarLayout

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

See Also:
ActionBarLayout_android_layout_gravity

ActionBarLayout_android_layout_gravity

public static final int ActionBarLayout_android_layout_gravity

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

See Also:
Constant Field Values

ActionBarWindow

public static final int[] ActionBarWindow
These attributes are meant to be specified and customized by the app. The system will read and apply them as needed. These attributes control properties of the activity window, such as whether an action bar should be present and whether it should overlay content.

Includes the following attributes:

AttributeDescription
org.hdtourist:windowActionBar
org.hdtourist:windowActionBarOverlay
org.hdtourist:windowFixedHeightMajor A fixed height for the window along the major axis of the screen, that is, when in portrait.
org.hdtourist:windowFixedHeightMinor A fixed height for the window along the minor axis of the screen, that is, when in landscape.
org.hdtourist:windowFixedWidthMajor A fixed width for the window along the major axis of the screen, that is, when in landscape.
org.hdtourist:windowFixedWidthMinor A fixed width for the window along the minor axis of the screen, that is, when in portrait.
org.hdtourist:windowSplitActionBar

See Also:
ActionBarWindow_windowActionBar, ActionBarWindow_windowActionBarOverlay, ActionBarWindow_windowFixedHeightMajor, ActionBarWindow_windowFixedHeightMinor, ActionBarWindow_windowFixedWidthMajor, ActionBarWindow_windowFixedWidthMinor, ActionBarWindow_windowSplitActionBar

ActionBarWindow_windowActionBar

public static final int ActionBarWindow_windowActionBar

This symbol is the offset where the R.attr.windowActionBar attribute's value can be found in the ActionBarWindow 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.

See Also:
Constant Field Values

ActionBarWindow_windowActionBarOverlay

public static final int ActionBarWindow_windowActionBarOverlay

This symbol is the offset where the R.attr.windowActionBarOverlay attribute's value can be found in the ActionBarWindow 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.

See Also:
Constant Field Values

ActionBarWindow_windowFixedHeightMajor

public static final int ActionBarWindow_windowFixedHeightMajor

See Also:
Constant Field Values

ActionBarWindow_windowFixedHeightMinor

public static final int ActionBarWindow_windowFixedHeightMinor

See Also:
Constant Field Values

ActionBarWindow_windowFixedWidthMajor

public static final int ActionBarWindow_windowFixedWidthMajor

See Also:
Constant Field Values

ActionBarWindow_windowFixedWidthMinor

public static final int ActionBarWindow_windowFixedWidthMinor

See Also:
Constant Field Values

ActionBarWindow_windowSplitActionBar

public static final int ActionBarWindow_windowSplitActionBar

This symbol is the offset where the R.attr.windowSplitActionBar attribute's value can be found in the ActionBarWindow 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.

See Also:
Constant Field Values

ActionMenuItemView

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

Includes the following attributes:

AttributeDescription
android:minWidth

See Also:
ActionMenuItemView_android_minWidth

ActionMenuItemView_android_minWidth

public static final int ActionMenuItemView_android_minWidth

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

See Also:
Constant Field Values

ActionMenuView

public static final int[] ActionMenuView
Size of padding on either end of a divider.


ActionMode

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

Includes the following attributes:

AttributeDescription
org.hdtourist:background Specifies a background for the action mode bar.
org.hdtourist:backgroundSplit Specifies a background for the split action mode bar.
org.hdtourist:height Specifies a fixed height for the action mode bar.
org.hdtourist:subtitleTextStyle Specifies a style to use for subtitle text.
org.hdtourist:titleTextStyle Specifies a style to use for title text.

See Also:
ActionMode_background, ActionMode_backgroundSplit, ActionMode_height, ActionMode_subtitleTextStyle, ActionMode_titleTextStyle

ActionMode_background

public static final int ActionMode_background

See Also:
Constant Field Values

ActionMode_backgroundSplit

public static final int ActionMode_backgroundSplit

See Also:
Constant Field Values

ActionMode_height

public static final int ActionMode_height

See Also:
Constant Field Values

ActionMode_subtitleTextStyle

public static final int ActionMode_subtitleTextStyle

See Also:
Constant Field Values

ActionMode_titleTextStyle

public static final int ActionMode_titleTextStyle

See Also:
Constant Field Values

ActivityChooserView

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

Includes the following attributes:

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

See Also:
ActivityChooserView_expandActivityOverflowButtonDrawable, ActivityChooserView_initialActivityCount

ActivityChooserView_expandActivityOverflowButtonDrawable

public static final int ActivityChooserView_expandActivityOverflowButtonDrawable

See Also:
Constant Field Values

ActivityChooserView_initialActivityCount

public static final int ActivityChooserView_initialActivityCount

See Also:
Constant Field Values

CompatTextView

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

Includes the following attributes:

AttributeDescription
org.hdtourist:textAllCaps Present the text in ALL CAPS.

See Also:
CompatTextView_textAllCaps

CompatTextView_textAllCaps

public static final int CompatTextView_textAllCaps

See Also:
Constant Field Values

LinearLayoutICS

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

Includes the following attributes:

AttributeDescription
org.hdtourist:divider Drawable to use as a vertical divider between buttons.
org.hdtourist:dividerPadding Size of padding on either end of a divider.
org.hdtourist:showDividers Setting for which dividers to show.

See Also:
LinearLayoutICS_divider, LinearLayoutICS_dividerPadding, LinearLayoutICS_showDividers

LinearLayoutICS_divider

public static final int LinearLayoutICS_divider

See Also:
Constant Field Values

LinearLayoutICS_dividerPadding

public static final int LinearLayoutICS_dividerPadding

See Also:
Constant Field Values

LinearLayoutICS_showDividers

public static final int LinearLayoutICS_showDividers

See Also:
Constant Field Values

MenuGroup

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.

See Also:
MenuGroup_android_checkableBehavior, MenuGroup_android_enabled, MenuGroup_android_id, MenuGroup_android_menuCategory, MenuGroup_android_orderInCategory, MenuGroup_android_visible

MenuGroup_android_checkableBehavior

public static final int MenuGroup_android_checkableBehavior

See Also:
Constant Field Values

MenuGroup_android_enabled

public static final int MenuGroup_android_enabled

See Also:
Constant Field Values

MenuGroup_android_id

public static final int MenuGroup_android_id

See Also:
Constant Field Values

MenuGroup_android_menuCategory

public static final int MenuGroup_android_menuCategory

See Also:
Constant Field Values

MenuGroup_android_orderInCategory

public static final int MenuGroup_android_orderInCategory

See Also:
Constant Field Values

MenuGroup_android_visible

public static final int MenuGroup_android_visible

See Also:
Constant Field Values

MenuItem

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

Includes the following attributes:

AttributeDescription
org.hdtourist:actionLayout An optional layout to be used as an action view.
org.hdtourist:actionProviderClass The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.
org.hdtourist: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.
org.hdtourist:showAsAction How this item should display in the Action Bar, if present.

See Also:
MenuItem_actionLayout, MenuItem_actionProviderClass, MenuItem_actionViewClass, MenuItem_android_alphabeticShortcut, MenuItem_android_checkable, MenuItem_android_checked, MenuItem_android_enabled, MenuItem_android_icon, MenuItem_android_id, MenuItem_android_menuCategory, MenuItem_android_numericShortcut, MenuItem_android_onClick, MenuItem_android_orderInCategory, MenuItem_android_title, MenuItem_android_titleCondensed, MenuItem_android_visible, MenuItem_showAsAction

MenuItem_actionLayout

public static final int MenuItem_actionLayout

See Also:
Constant Field Values

MenuItem_actionProviderClass

public static final int MenuItem_actionProviderClass

See Also:
Constant Field Values

MenuItem_actionViewClass

public static final int MenuItem_actionViewClass

See Also:
Constant Field Values

MenuItem_android_alphabeticShortcut

public static final int MenuItem_android_alphabeticShortcut

See Also:
Constant Field Values

MenuItem_android_checkable

public static final int MenuItem_android_checkable

See Also:
Constant Field Values

MenuItem_android_checked

public static final int MenuItem_android_checked

See Also:
Constant Field Values

MenuItem_android_enabled

public static final int MenuItem_android_enabled

See Also:
Constant Field Values

MenuItem_android_icon

public static final int MenuItem_android_icon

See Also:
Constant Field Values

MenuItem_android_id

public static final int MenuItem_android_id

See Also:
Constant Field Values

MenuItem_android_menuCategory

public static final int MenuItem_android_menuCategory

See Also:
Constant Field Values

MenuItem_android_numericShortcut

public static final int MenuItem_android_numericShortcut

See Also:
Constant Field Values

MenuItem_android_onClick

public static final int MenuItem_android_onClick

See Also:
Constant Field Values

MenuItem_android_orderInCategory

public static final int MenuItem_android_orderInCategory

See Also:
Constant Field Values

MenuItem_android_title

public static final int MenuItem_android_title

See Also:
Constant Field Values

MenuItem_android_titleCondensed

public static final int MenuItem_android_titleCondensed

See Also:
Constant Field Values

MenuItem_android_visible

public static final int MenuItem_android_visible

See Also:
Constant Field Values

MenuItem_showAsAction

public static final int MenuItem_showAsAction

See Also:
Constant Field Values

MenuView

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:preserveIconSpacing Whether space should be reserved in layout when an icon is missing.
android:verticalDivider Default vertical divider between menu items.
android:windowAnimationStyle Default animations for the menu.

See Also:
MenuView_android_headerBackground, MenuView_android_horizontalDivider, MenuView_android_itemBackground, MenuView_android_itemIconDisabledAlpha, MenuView_android_itemTextAppearance, MenuView_android_preserveIconSpacing, MenuView_android_verticalDivider, MenuView_android_windowAnimationStyle

MenuView_android_headerBackground

public static final int MenuView_android_headerBackground

See Also:
Constant Field Values

MenuView_android_horizontalDivider

public static final int MenuView_android_horizontalDivider

See Also:
Constant Field Values

MenuView_android_itemBackground

public static final int MenuView_android_itemBackground

See Also:
Constant Field Values

MenuView_android_itemIconDisabledAlpha

public static final int MenuView_android_itemIconDisabledAlpha

See Also:
Constant Field Values

MenuView_android_itemTextAppearance

public static final int MenuView_android_itemTextAppearance

See Also:
Constant Field Values

MenuView_android_preserveIconSpacing

public static final int MenuView_android_preserveIconSpacing

See Also:
Constant Field Values

MenuView_android_verticalDivider

public static final int MenuView_android_verticalDivider

See Also:
Constant Field Values

MenuView_android_windowAnimationStyle

public static final int MenuView_android_windowAnimationStyle

See Also:
Constant Field Values

SearchView

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

Includes the following attributes:

AttributeDescription
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.
org.hdtourist:iconifiedByDefault The default state of the SearchView.
org.hdtourist:queryHint An optional query hint string to be displayed in the empty query field.

See Also:
SearchView_android_imeOptions, SearchView_android_inputType, SearchView_android_maxWidth, SearchView_iconifiedByDefault, SearchView_queryHint

SearchView_android_imeOptions

public static final int SearchView_android_imeOptions

See Also:
Constant Field Values

SearchView_android_inputType

public static final int SearchView_android_inputType

See Also:
Constant Field Values

SearchView_android_maxWidth

public static final int SearchView_android_maxWidth

See Also:
Constant Field Values

SearchView_iconifiedByDefault

public static final int SearchView_iconifiedByDefault

See Also:
Constant Field Values

SearchView_queryHint

public static final int SearchView_queryHint

See Also:
Constant Field Values

Spinner

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

Includes the following attributes:

AttributeDescription
android:dropDownHorizontalOffset Horizontal offset from the spinner widget for positioning the dropdown in spinnerMode="dropdown".
android:dropDownSelector List selector to use for spinnerMode="dropdown" display.
android:dropDownVerticalOffset Vertical offset from the spinner widget for positioning the dropdown in spinnerMode="dropdown".
android:dropDownWidth Width of the dropdown in spinnerMode="dropdown".
android:gravity Gravity setting for positioning the currently selected item.
android:popupBackground Background drawable to use for the dropdown in spinnerMode="dropdown".
org.hdtourist:disableChildrenWhenDisabled Whether this spinner should mark child views as enabled/disabled when the spinner itself is enabled/disabled.
org.hdtourist:popupPromptView Reference to a layout to use for displaying a prompt in the dropdown for spinnerMode="dropdown".
org.hdtourist:prompt The prompt to display when the spinner's dialog is shown.
org.hdtourist:spinnerMode Display mode for spinner options.

See Also:
Spinner_android_dropDownHorizontalOffset, Spinner_android_dropDownSelector, Spinner_android_dropDownVerticalOffset, Spinner_android_dropDownWidth, Spinner_android_gravity, Spinner_android_popupBackground, Spinner_disableChildrenWhenDisabled, Spinner_popupPromptView, Spinner_prompt, Spinner_spinnerMode

Spinner_android_dropDownHorizontalOffset

public static final int Spinner_android_dropDownHorizontalOffset

See Also:
Constant Field Values

Spinner_android_dropDownSelector

public static final int Spinner_android_dropDownSelector

See Also:
Constant Field Values

Spinner_android_dropDownVerticalOffset

public static final int Spinner_android_dropDownVerticalOffset

See Also:
Constant Field Values

Spinner_android_dropDownWidth

public static final int Spinner_android_dropDownWidth

See Also:
Constant Field Values

Spinner_android_gravity

public static final int Spinner_android_gravity

See Also:
Constant Field Values

Spinner_android_popupBackground

public static final int Spinner_android_popupBackground

See Also:
Constant Field Values

Spinner_disableChildrenWhenDisabled

public static final int Spinner_disableChildrenWhenDisabled

See Also:
Constant Field Values

Spinner_popupPromptView

public static final int Spinner_popupPromptView

See Also:
Constant Field Values

Spinner_prompt

public static final int Spinner_prompt

See Also:
Constant Field Values

Spinner_spinnerMode

public static final int Spinner_spinnerMode

See Also:
Constant Field Values

Theme

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

Includes the following attributes:

AttributeDescription
org.hdtourist:actionDropDownStyle Default ActionBar dropdown style.
org.hdtourist:dropdownListPreferredItemHeight The preferred item height for dropdown lists.
org.hdtourist:listChoiceBackgroundIndicator Drawable used as a background for selected list items.
org.hdtourist:panelMenuListTheme Default Panel Menu style.
org.hdtourist:panelMenuListWidth Default Panel Menu width.
org.hdtourist:popupMenuStyle Default PopupMenu style.

See Also:
Theme_actionDropDownStyle, Theme_dropdownListPreferredItemHeight, Theme_listChoiceBackgroundIndicator, Theme_panelMenuListTheme, Theme_panelMenuListWidth, Theme_popupMenuStyle

Theme_actionDropDownStyle

public static final int Theme_actionDropDownStyle

See Also:
Constant Field Values

Theme_dropdownListPreferredItemHeight

public static final int Theme_dropdownListPreferredItemHeight

See Also:
Constant Field Values

Theme_listChoiceBackgroundIndicator

public static final int Theme_listChoiceBackgroundIndicator

See Also:
Constant Field Values

Theme_panelMenuListTheme

public static final int Theme_panelMenuListTheme

See Also:
Constant Field Values

Theme_panelMenuListWidth

public static final int Theme_panelMenuListWidth

See Also:
Constant Field Values

Theme_popupMenuStyle

public static final int Theme_popupMenuStyle

See Also:
Constant Field Values

View

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.
org.hdtourist:paddingEnd Sets the padding, in pixels, of the end edge; see R.attr.padding.
org.hdtourist:paddingStart Sets the padding, in pixels, of the start edge; see R.attr.padding.

See Also:
View_android_focusable, View_paddingEnd, View_paddingStart

View_android_focusable

public static final int View_android_focusable

See Also:
Constant Field Values

View_paddingEnd

public static final int View_paddingEnd

See Also:
Constant Field Values

View_paddingStart

public static final int View_paddingStart

See Also:
Constant Field Values
Constructor Detail

R.styleable

public R.styleable()