All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.osmdroid.forge.app.R Maven / Gradle / Ivy

The newest version!
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * aapt tool from the resource data it found.  It
 * should not be modified by hand.
 */

package org.osmdroid.forge.app;

public final class R {
    public static final class anim {
        public static final int abc_fade_in=0x7f040000;
        public static final int abc_fade_out=0x7f040001;
        public static final int abc_grow_fade_in_from_bottom=0x7f040002;
        public static final int abc_popup_enter=0x7f040003;
        public static final int abc_popup_exit=0x7f040004;
        public static final int abc_shrink_fade_out_from_bottom=0x7f040005;
        public static final int abc_slide_in_bottom=0x7f040006;
        public static final int abc_slide_in_top=0x7f040007;
        public static final int abc_slide_out_bottom=0x7f040008;
        public static final int abc_slide_out_top=0x7f040009;
    }
    public static final class attr {
        /**  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". */ public static final int actionBarDivider=0x7f010018; /** 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". */ public static final int actionBarItemBackground=0x7f010019; /** 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". */ public static final int actionBarPopupTheme=0x7f010012; /** 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
*/ public static final int actionBarSize=0x7f010017; /** 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". */ public static final int actionBarSplitStyle=0x7f010014; /** 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 final int actionBarStyle=0x7f010013; /**

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 actionBarTabBarStyle=0x7f01000e; /** 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 final int actionBarTabStyle=0x7f01000d; /**

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 actionBarTabTextStyle=0x7f01000f; /** 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". */ public static final int actionBarTheme=0x7f010015; /** 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". */ public static final int actionBarWidgetTheme=0x7f010016; /** 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". */ public static final int actionButtonStyle=0x7f010032; /** 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". */ public static final int actionDropDownStyle=0x7f01002e; /** An optional layout to be used as an action view. See {@link android.view.MenuItem#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". */ public static final int actionLayout=0x7f010091; /** 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". */ public static final int actionMenuTextAppearance=0x7f01001a; /** 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". */ public static final int actionMenuTextColor=0x7f01001b; /** 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 final int actionModeBackground=0x7f01001e; /**

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 actionModeCloseButtonStyle=0x7f01001d; /** 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 final int actionModeCloseDrawable=0x7f010020; /** 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 final int actionModeCopyDrawable=0x7f010022; /** 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 final int actionModeCutDrawable=0x7f010021; /** 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 final int actionModeFindDrawable=0x7f010026; /** 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 final int actionModePasteDrawable=0x7f010023; /** 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". */ public static final int actionModePopupWindowStyle=0x7f010028; /** 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 final int actionModeSelectAllDrawable=0x7f010024; /** 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 final int actionModeShareDrawable=0x7f010025; /** 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 final int actionModeSplitBackground=0x7f01001f; /**

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 actionModeStyle=0x7f01001c; /** 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 final int actionModeWebSearchDrawable=0x7f010027; /**

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 actionOverflowButtonStyle=0x7f010010; /**

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 actionOverflowMenuStyle=0x7f010011; /** The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item. See {@link android.view.MenuItem#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. */ public static final int actionProviderClass=0x7f010093; /** The name of an optional View class to instantiate and use as an action view. See {@link android.view.MenuItem#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. */ public static final int actionViewClass=0x7f010092; /** 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". */ public static final int activityChooserViewStyle=0x7f01003a; /**

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 alertDialogButtonGroupStyle=0x7f01005d; /**

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 alertDialogCenterButtons=0x7f01005e; /**

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 alertDialogStyle=0x7f01005c; /** 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". */ public static final int alertDialogTheme=0x7f01005f; /** Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side.

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 allowStacking=0x7f0100cf; /** 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. */ public static final int arrowHeadLength=0x7f0100bc; /** 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. */ public static final int arrowShaftLength=0x7f0100bd; /** 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". */ public static final int autoCompleteTextViewStyle=0x7f010064; /** 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". */ public static final int background=0x7f010079; /** 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". */ public static final int backgroundSplit=0x7f01007b; /** 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". */ public static final int backgroundStacked=0x7f01007a; /** 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. */ public static final int backgroundTint=0x7f01008d; /** 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]
*/ public static final int backgroundTintMode=0x7f01008e; /** 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. */ public static final int barLength=0x7f0100be; /** 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". */ public static final int borderlessButtonStyle=0x7f010037; /** 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 final int buttonBarButtonStyle=0x7f010034; /** 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 final int buttonBarNegativeButtonStyle=0x7f010062; /** 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 final int buttonBarNeutralButtonStyle=0x7f010063; /** 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 final int buttonBarPositiveButtonStyle=0x7f010061; /** 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 final int buttonBarStyle=0x7f010033; /**

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 buttonPanelSideLayout=0x7f0100ca; /** 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". */ public static final int buttonStyle=0x7f010065; /** 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". */ public static final int buttonStyleSmall=0x7f010066; /** 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. */ public static final int buttonTint=0x7f0100c1; /** 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]
*/ public static final int buttonTintMode=0x7f0100c2; /** 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". */ public static final int checkboxStyle=0x7f010067; /** 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". */ public static final int checkedTextViewStyle=0x7f010068; /** 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 final int closeIcon=0x7f010098; /** 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". */ public static final int closeItemLayout=0x7f010089; /** 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. */ public static final int collapseContentDescription=0x7f0100b0; /**

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 collapseIcon=0x7f0100af; /** 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. */ public static final int color=0x7f0100b8; /** 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. */ public static final int colorAccent=0x7f010055; /** 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. */ public static final int colorButtonNormal=0x7f010059; /** 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. */ public static final int colorControlActivated=0x7f010057; /** 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. */ public static final int colorControlHighlight=0x7f010058; /** 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. */ public static final int colorControlNormal=0x7f010056; /** 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. */ public static final int colorPrimary=0x7f010053; /** 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. */ public static final int colorPrimaryDark=0x7f010054; /** 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. */ public static final int colorSwitchThumbNormal=0x7f01005a; /** 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 final int commitIcon=0x7f01009d; /** 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. */ public static final int contentInsetEnd=0x7f010084; /** 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. */ public static final int contentInsetLeft=0x7f010085; /** 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. */ public static final int contentInsetRight=0x7f010086; /** 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. */ public static final int contentInsetStart=0x7f010083; /** 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". */ public static final int controlBackground=0x7f01005b; /** 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". */ public static final int customNavigationLayout=0x7f01007c; /** Default query hint used when {@code queryHint} is undefined and the search view's {@code 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. */ public static final int defaultQueryHint=0x7f010097; /** 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. */ public static final int dialogPreferredPadding=0x7f01002c; /** 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". */ public static final int dialogTheme=0x7f01002b; /** 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
*/ public static final int displayOptions=0x7f010072; /** 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". */ public static final int divider=0x7f010078; /** 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". */ public static final int dividerHorizontal=0x7f010039; /** 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. */ public static final int dividerPadding=0x7f0100a6; /** 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". */ public static final int dividerVertical=0x7f010038; /** 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. */ public static final int drawableSize=0x7f0100ba; /**

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 drawerArrowStyle=0x7f0100c0; /** 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 final int dropDownListViewStyle=0x7f01004b; /** 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. */ public static final int dropdownListPreferredItemHeight=0x7f01002f; /** 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". */ public static final int editTextBackground=0x7f010040; /** 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". */ public static final int editTextColor=0x7f01003f; /** 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". */ public static final int editTextStyle=0x7f010069; /** 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. */ public static final int elevation=0x7f010087; /** 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". */ public static final int expandActivityOverflowButtonDrawable=0x7f0100a2; /** 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. */ public static final int gapBetweenBars=0x7f0100bb; /** 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 final int goIcon=0x7f010099; /**

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 final int height=0x7f010001; /** 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. */ public static final int hideOnContentScroll=0x7f010082; /** 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". */ public static final int homeAsUpIndicator=0x7f010031; /** 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". */ public static final int homeLayout=0x7f01007d; /** 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". */ public static final int icon=0x7f010076; /** 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. */ public static final int iconifiedByDefault=0x7f010095; /** ImageButton 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". */ public static final int imageButtonStyle=0x7f010041; /** 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". */ public static final int indeterminateProgressStyle=0x7f01007f; /** 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. */ public static final int initialActivityCount=0x7f0100a1; /** Specifies whether the theme is light, otherwise it is dark.

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 isLightTheme=0x7f010002; /** 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. */ public static final int itemPadding=0x7f010081; /** 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". */ public static final int layout=0x7f010094; /** 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". */ public static final int listChoiceBackgroundIndicator=0x7f010052; /** 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". */ public static final int listDividerAlertDialog=0x7f01002d; /**

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 listItemLayout=0x7f0100ce; /**

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 listLayout=0x7f0100cb; /**

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 listPopupWindowStyle=0x7f01004c; /** 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. */ public static final int listPreferredItemHeight=0x7f010046; /** 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. */ public static final int listPreferredItemHeightLarge=0x7f010048; /** 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. */ public static final int listPreferredItemHeightSmall=0x7f010047; /** 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. */ public static final int listPreferredItemPaddingLeft=0x7f010049; /** 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. */ public static final int listPreferredItemPaddingRight=0x7f01004a; /** 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". */ public static final int logo=0x7f010077; /** 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. */ public static final int logoDescription=0x7f0100b3; /**

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 final int maxButtonHeight=0x7f0100ae; /** 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. */ public static final int measureWithLargestChild=0x7f0100a4; /**

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 multiChoiceItemLayout=0x7f0100cc; /** 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. */ public static final int navigationContentDescription=0x7f0100b2; /** 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". */ public static final int navigationIcon=0x7f0100b1; /** 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.
*/ public static final int navigationMode=0x7f010071; /** 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. */ public static final int overlapAnchor=0x7f0100b7; /** Sets the padding, in pixels, of the end edge; see {@link android.R.attr#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. */ public static final int paddingEnd=0x7f01008b; /** Sets the padding, in pixels, of the start edge; see {@link android.R.attr#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. */ public static final int paddingStart=0x7f01008a; /** 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". */ public static final int panelBackground=0x7f01004f; /** 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". */ public static final int panelMenuListTheme=0x7f010051; /** 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. */ public static final int panelMenuListWidth=0x7f010050; /** 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". */ public static final int popupMenuStyle=0x7f01003d; /** 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". */ public static final int popupTheme=0x7f010088; /** 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". */ public static final int popupWindowStyle=0x7f01003e; /** 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. */ public static final int preserveIconSpacing=0x7f01008f; /** 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. */ public static final int progressBarPadding=0x7f010080; /** 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". */ public static final int progressBarStyle=0x7f01007e; /** 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 final int queryBackground=0x7f01009f; /** 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. */ public static final int queryHint=0x7f010096; /** 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". */ public static final int radioButtonStyle=0x7f01006a; /** 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". */ public static final int ratingBarStyle=0x7f01006b; /** Indicator 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". */ public static final int ratingBarStyleIndicator=0x7f01006c; /** Small indicator 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". */ public static final int ratingBarStyleSmall=0x7f01006d; /** 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 final int searchHintIcon=0x7f01009b; /** 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 final int searchIcon=0x7f01009a; /** 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". */ public static final int searchViewStyle=0x7f010045; /** Default SeekBar 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 final int seekBarStyle=0x7f01006e; /** 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". */ public static final int selectableItemBackground=0x7f010035; /** 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". */ public static final int selectableItemBackgroundBorderless=0x7f010036; /** 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.
*/ public static final int showAsAction=0x7f010090; /** Setting for which dividers to show.

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

ConstantValueDescription
none0
beginning1
middle2
end4
*/ public static final int showDividers=0x7f0100a5; /** 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. */ public static final int showText=0x7f0100c9; /**

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 singleChoiceItemLayout=0x7f0100cd; /** 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. */ public static final int spinBars=0x7f0100b9; /** 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". */ public static final int spinnerDropDownItemStyle=0x7f010030; /** 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". */ public static final int spinnerStyle=0x7f01006f; /** 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. */ public static final int splitTrack=0x7f0100c8; /** TODO

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 srcCompat=0x7f0100d0; /** 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. */ public static final int state_above_anchor=0x7f0100b6; /** 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". */ public static final int submitBackground=0x7f0100a0; /** 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. */ public static final int subtitle=0x7f010073; /**

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 subtitleTextAppearance=0x7f0100a8; /** 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. */ public static final int subtitleTextColor=0x7f0100b5; /** 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". */ public static final int subtitleTextStyle=0x7f010075; /** 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 final int suggestionRowLayout=0x7f01009e; /** 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. */ public static final int switchMinWidth=0x7f0100c6; /** 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. */ public static final int switchPadding=0x7f0100c7; /** 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". */ public static final int switchStyle=0x7f010070; /** 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". */ public static final int switchTextAppearance=0x7f0100c5; /** 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". */ public static final int textAllCaps=0x7f0100a3; /** 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". */ public static final int textAppearanceLargePopupMenu=0x7f010029; /** 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". */ public static final int textAppearanceListItem=0x7f01004d; /** 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". */ public static final int textAppearanceListItemSmall=0x7f01004e; /** 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". */ public static final int textAppearanceSearchResultSubtitle=0x7f010043; /** 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". */ public static final int textAppearanceSearchResultTitle=0x7f010042; /** 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". */ public static final int textAppearanceSmallPopupMenu=0x7f01002a; /** 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". */ public static final int textColorAlertDialogListItem=0x7f010060; /** 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". */ public static final int textColorSearchUrl=0x7f010044; /** 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". */ public static final int theme=0x7f01008c; /** 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. */ public static final int thickness=0x7f0100bf; /** 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. */ public static final int thumbTextPadding=0x7f0100c4; /**

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 final int title=0x7f010000; /**

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 final int titleMarginBottom=0x7f0100ad; /**

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 final int titleMarginEnd=0x7f0100ab; /**

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 final int titleMarginStart=0x7f0100aa; /**

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 final int titleMarginTop=0x7f0100ac; /**

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 final int titleMargins=0x7f0100a9; /**

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 titleTextAppearance=0x7f0100a7; /** 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. */ public static final int titleTextColor=0x7f0100b4; /** 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". */ public static final int titleTextStyle=0x7f010074; /** 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 final int toolbarNavigationButtonStyle=0x7f01003c; /** 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". */ public static final int toolbarStyle=0x7f01003b; /** 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". */ public static final int track=0x7f0100c3; /** 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 voiceIcon=0x7f01009c; /** 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. */ public static final int windowActionBar=0x7f010003; /** 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. */ public static final int windowActionBarOverlay=0x7f010005; /** 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. */ public static final int windowActionModeOverlay=0x7f010006; /** 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. */ public static final int windowFixedHeightMajor=0x7f01000a; /** 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. */ public static final int windowFixedHeightMinor=0x7f010008; /** 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. */ public static final int windowFixedWidthMajor=0x7f010007; /** 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. */ public static final int windowFixedWidthMinor=0x7f010009; /** 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. */ public static final int windowMinWidthMajor=0x7f01000b; /** 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. */ public static final int windowMinWidthMinor=0x7f01000c; /** 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. */ public static final int windowNoTitle=0x7f010004; } public static final class bool { public static final int abc_action_bar_embed_tabs=0x7f050000; public static final int abc_action_bar_embed_tabs_pre_jb=0x7f050001; public static final int abc_action_bar_expanded_action_views_exclusive=0x7f050002; /** Whether to allow vertically stacked button bars. This is enabled for all < v13 devices. Whether to allow vertically stacked button bars. This is disabled for configurations with a small (e.g. less than 320dp) screen height. */ public static final int abc_allow_stacked_button_bar=0x7f050004; /** Whether action menu items should be displayed in ALLCAPS or not. Defaults to true. If this is not appropriate for specific locales it should be disabled in that locale's resources. */ public static final int abc_config_actionMenuItemAllCaps=0x7f050006; /** Whether action menu items should obey the "withText" showAsAction flag. This may be set to false for situations where space is extremely limited. Whether action menu items should obey the "withText" showAsAction. This may be set to false for situations where space is extremely limited. */ public static final int abc_config_allowActionMenuItemTextWithIcon=0x7f050005; public static final int abc_config_closeDialogWhenTouchOutside=0x7f050007; public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f050003; } public static final class color { public static final int abc_background_cache_hint_selector_material_dark=0x7f06003d; public static final int abc_background_cache_hint_selector_material_light=0x7f06003e; public static final int abc_color_highlight_material=0x7f06003f; public static final int abc_input_method_navigation_guard=0x7f060003; public static final int abc_primary_text_disable_only_material_dark=0x7f060040; public static final int abc_primary_text_disable_only_material_light=0x7f060041; public static final int abc_primary_text_material_dark=0x7f060042; public static final int abc_primary_text_material_light=0x7f060043; public static final int abc_search_url_text=0x7f060044; public static final int abc_search_url_text_normal=0x7f060000; public static final int abc_search_url_text_pressed=0x7f060002; public static final int abc_search_url_text_selected=0x7f060001; public static final int abc_secondary_text_material_dark=0x7f060045; public static final int abc_secondary_text_material_light=0x7f060046; public static final int accent_material_dark=0x7f060011; public static final int accent_material_light=0x7f060010; public static final int background_floating_material_dark=0x7f060008; public static final int background_floating_material_light=0x7f060009; public static final int background_material_dark=0x7f060006; public static final int background_material_light=0x7f060007; /** White 50% */ public static final int bright_foreground_disabled_material_dark=0x7f06001a; /** Black 50% */ public static final int bright_foreground_disabled_material_light=0x7f06001b; public static final int bright_foreground_inverse_material_dark=0x7f06001c; public static final int bright_foreground_inverse_material_light=0x7f06001d; public static final int bright_foreground_material_dark=0x7f060018; public static final int bright_foreground_material_light=0x7f060019; public static final int button_material_dark=0x7f060012; public static final int button_material_light=0x7f060013; public static final int colorAccent=0x7f06003c; public static final int colorPrimary=0x7f06003a; public static final int colorPrimaryDark=0x7f06003b; public static final int dim_foreground_disabled_material_dark=0x7f060020; public static final int dim_foreground_disabled_material_light=0x7f060021; public static final int dim_foreground_material_dark=0x7f06001e; public static final int dim_foreground_material_light=0x7f06001f; public static final int foreground_material_dark=0x7f060004; public static final int foreground_material_light=0x7f060005; /** TODO: This is 40% alpha on the default accent color. */ public static final int highlighted_text_material_dark=0x7f060024; /** TODO: This is 40% alpha on the default accent color. */ public static final int highlighted_text_material_light=0x7f060025; public static final int hint_foreground_material_dark=0x7f060022; public static final int hint_foreground_material_light=0x7f060023; public static final int material_blue_grey_800=0x7f060037; public static final int material_blue_grey_900=0x7f060038; public static final int material_blue_grey_950=0x7f060039; public static final int material_deep_teal_200=0x7f060035; public static final int material_deep_teal_500=0x7f060036; public static final int material_grey_100=0x7f060033; public static final int material_grey_300=0x7f060032; public static final int material_grey_50=0x7f060034; public static final int material_grey_600=0x7f060031; public static final int material_grey_800=0x7f060030; public static final int material_grey_850=0x7f06002f; public static final int material_grey_900=0x7f06002e; public static final int primary_dark_material_dark=0x7f06000c; public static final int primary_dark_material_light=0x7f06000d; public static final int primary_material_dark=0x7f06000a; public static final int primary_material_light=0x7f06000b; /** 100% white */ public static final int primary_text_default_material_dark=0x7f060028; /** 87% black */ public static final int primary_text_default_material_light=0x7f060026; /** 30% of default values */ public static final int primary_text_disabled_material_dark=0x7f06002c; /** 26% of default values */ public static final int primary_text_disabled_material_light=0x7f06002a; /** 20% white (foreground) */ public static final int ripple_material_dark=0x7f06000e; /** 12% black (foreground) */ public static final int ripple_material_light=0x7f06000f; /** 70% white */ public static final int secondary_text_default_material_dark=0x7f060029; /** 54% black */ public static final int secondary_text_default_material_light=0x7f060027; public static final int secondary_text_disabled_material_dark=0x7f06002d; public static final int secondary_text_disabled_material_light=0x7f06002b; public static final int switch_thumb_disabled_material_dark=0x7f060016; public static final int switch_thumb_disabled_material_light=0x7f060017; public static final int switch_thumb_material_dark=0x7f060047; public static final int switch_thumb_material_light=0x7f060048; public static final int switch_thumb_normal_material_dark=0x7f060014; public static final int switch_thumb_normal_material_light=0x7f060015; } public static final class dimen { /** Default content inset of an action bar. Default content inset of an action bar. */ public static final int abc_action_bar_content_inset_material=0x7f07002b; /** Default height of an action bar. Default height of an action bar. Default height of an action bar. */ public static final int abc_action_bar_default_height_material=0x7f07002a; /** Default end padding of an action bar. Default end padding of an action bar. */ public static final int abc_action_bar_default_padding_end_material=0x7f07002d; /** Default start padding of an action bar. Default start padding of an action bar. */ public static final int abc_action_bar_default_padding_start_material=0x7f07002c; /** Vertical padding around action bar icons. */ public static final int abc_action_bar_icon_vertical_padding_material=0x7f07002e; /** Padding to add to the end of the overflow action button. */ public static final int abc_action_bar_overflow_padding_end_material=0x7f070033; /** Padding to add to the start of the overflow action button. */ public static final int abc_action_bar_overflow_padding_start_material=0x7f070032; /** Size of the indeterminate Progress Bar Size of the indeterminate Progress Bar */ public static final int abc_action_bar_progress_bar_size=0x7f070008; /** Maximum height for a stacked tab bar as part of an action bar */ public static final int abc_action_bar_stacked_max_height=0x7f070007; /** Maximum width for a stacked action bar tab. This prevents action bar tabs from becoming too wide on a wide screen when only a few are present. */ public static final int abc_action_bar_stacked_tab_max_width=0x7f070006; /** Bottom margin for action bar subtitles */ public static final int abc_action_bar_subtitle_bottom_margin_material=0x7f070030; /** Top margin for action bar subtitles */ public static final int abc_action_bar_subtitle_top_margin_material=0x7f07002f; public static final int abc_action_button_min_height_material=0x7f070036; public static final int abc_action_button_min_width_material=0x7f070035; public static final int abc_action_button_min_width_overflow_material=0x7f070034; /** Dialog button bar height Dialog button bar height */ public static final int abc_alert_dialog_button_bar_height=0x7f070020; public static final int abc_button_inset_horizontal_material=0x7f070014; public static final int abc_button_inset_vertical_material=0x7f070013; public static final int abc_button_padding_horizontal_material=0x7f070016; /** Default inner padding within buttons */ public static final int abc_button_padding_vertical_material=0x7f070015; /** The maximum width we would prefer dialogs to be. 0 if there is no maximum (let them grow as large as the screen). Actual values are specified for -large and -xlarge configurations. see comment in values/config.xml see comment in values/config.xml */ public static final int abc_config_prefDialogWidth=0x7f070005; /** Default rounded corner for controls */ public static final int abc_control_corner_material=0x7f070019; /** Default insets (outer padding) around controls */ public static final int abc_control_inset_material=0x7f070017; /** Default inner padding within controls */ public static final int abc_control_padding_material=0x7f070018; /** The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension. */ public static final int abc_dialog_fixed_height_major=0x7f070011; /** The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension. */ public static final int abc_dialog_fixed_height_minor=0x7f070012; /** The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. */ public static final int abc_dialog_fixed_width_major=0x7f07000f; /** The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. */ public static final int abc_dialog_fixed_width_minor=0x7f070010; /** Padding above and below selection dialog lists. */ public static final int abc_dialog_list_padding_vertical_material=0x7f070021; /** The platform's desired minimum size for a dialog's width when it is along the major axis (that is the screen is landscape). This may be either a fraction or a dimension. */ public static final int abc_dialog_min_width_major=0x7f070023; /** The platform's desired minimum size for a dialog's width when it is along the minor axis (that is the screen is portrait). This may be either a fraction or a dimension. */ public static final int abc_dialog_min_width_minor=0x7f070024; public static final int abc_dialog_padding_material=0x7f07001e; public static final int abc_dialog_padding_top_material=0x7f07001f; public static final int abc_disabled_alpha_material_dark=0x7f070048; public static final int abc_disabled_alpha_material_light=0x7f070047; /** Width of the icon in a dropdown list */ public static final int abc_dropdownitem_icon_width=0x7f07000e; /** Text padding for dropdown items */ public static final int abc_dropdownitem_text_padding_left=0x7f07000c; public static final int abc_dropdownitem_text_padding_right=0x7f07000d; public static final int abc_edit_text_inset_bottom_material=0x7f07001c; public static final int abc_edit_text_inset_horizontal_material=0x7f07001a; public static final int abc_edit_text_inset_top_material=0x7f07001b; public static final int abc_floating_window_z=0x7f070046; /** Default padding for list items. This should match the action bar content inset so that ListActivity items line up correctly. */ public static final int abc_list_item_padding_horizontal_material=0x7f070031; public static final int abc_panel_menu_list_width=0x7f070009; /** Preferred width of the search view. */ public static final int abc_search_view_preferred_width=0x7f07000b; /** Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area. Minimum width of the search view text entry area. */ public static final int abc_search_view_text_min_width=0x7f07000a; public static final int abc_seekbar_track_background_height_material=0x7f070049; public static final int abc_seekbar_track_progress_height_material=0x7f07004a; /** Dialog padding minus control padding, used to fix alignment. */ public static final int abc_select_dialog_padding_start_material=0x7f070022; /** Since optical insets are not available pre-v18, we add a small amount of padding Since SwitchCompat can use optical insets on v18+, reset the manual padding */ public static final int abc_switch_padding=0x7f07001d; public static final int abc_text_size_body_1_material=0x7f070040; public static final int abc_text_size_body_2_material=0x7f07003f; public static final int abc_text_size_button_material=0x7f070042; public static final int abc_text_size_caption_material=0x7f070041; public static final int abc_text_size_display_1_material=0x7f07003a; public static final int abc_text_size_display_2_material=0x7f070039; public static final int abc_text_size_display_3_material=0x7f070038; public static final int abc_text_size_display_4_material=0x7f070037; public static final int abc_text_size_headline_material=0x7f07003b; public static final int abc_text_size_large_material=0x7f070043; public static final int abc_text_size_medium_material=0x7f070044; public static final int abc_text_size_menu_material=0x7f07003e; public static final int abc_text_size_small_material=0x7f070045; public static final int abc_text_size_subhead_material=0x7f07003d; /** Use the default subtitle sizes on tablets. Default text size for action bar subtitle. */ public static final int abc_text_size_subtitle_material_toolbar=0x7f070029; public static final int abc_text_size_title_material=0x7f07003c; /** Use the default title sizes on tablets. Default text size for action bar title. */ public static final int abc_text_size_title_material_toolbar=0x7f070028; /** Default screen margins, per the Android Design guidelines. Example customization of dimensions originally defined in res/values/dimens.xml (such as screen margins) for screens with more than 820dp of available width. This would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). */ public static final int activity_horizontal_margin=0x7f07004b; public static final int activity_vertical_margin=0x7f07004c; public static final int disabled_alpha_material_dark=0x7f070001; public static final int disabled_alpha_material_light=0x7f070000; public static final int fab_margin=0x7f07004d; public static final int highlight_alpha_material_colored=0x7f070004; public static final int highlight_alpha_material_dark=0x7f070003; public static final int highlight_alpha_material_light=0x7f070002; /** The width of the big icons in notifications. */ public static final int notification_large_icon_height=0x7f070026; /** The width of the big icons in notifications. */ public static final int notification_large_icon_width=0x7f070025; /** Size of smaller notification text (see TextAppearance.StatusBar.EventContent.Line2, Info, Time) */ public static final int notification_subtext_size=0x7f070027; } public static final class drawable { public static final int abc_ab_share_pack_mtrl_alpha=0x7f020000; public static final int abc_action_bar_item_background_material=0x7f020001; public static final int abc_btn_borderless_material=0x7f020002; public static final int abc_btn_check_material=0x7f020003; public static final int abc_btn_check_to_on_mtrl_000=0x7f020004; public static final int abc_btn_check_to_on_mtrl_015=0x7f020005; public static final int abc_btn_colored_material=0x7f020006; public static final int abc_btn_default_mtrl_shape=0x7f020007; public static final int abc_btn_radio_material=0x7f020008; public static final int abc_btn_radio_to_on_mtrl_000=0x7f020009; public static final int abc_btn_radio_to_on_mtrl_015=0x7f02000a; public static final int abc_btn_rating_star_off_mtrl_alpha=0x7f02000b; public static final int abc_btn_rating_star_on_mtrl_alpha=0x7f02000c; public static final int abc_btn_switch_to_on_mtrl_00001=0x7f02000d; public static final int abc_btn_switch_to_on_mtrl_00012=0x7f02000e; public static final int abc_cab_background_internal_bg=0x7f02000f; public static final int abc_cab_background_top_material=0x7f020010; public static final int abc_cab_background_top_mtrl_alpha=0x7f020011; public static final int abc_control_background_material=0x7f020012; public static final int abc_dialog_material_background_dark=0x7f020013; public static final int abc_dialog_material_background_light=0x7f020014; public static final int abc_edit_text_material=0x7f020015; public static final int abc_ic_ab_back_mtrl_am_alpha=0x7f020016; public static final int abc_ic_clear_mtrl_alpha=0x7f020017; public static final int abc_ic_commit_search_api_mtrl_alpha=0x7f020018; public static final int abc_ic_go_search_api_mtrl_alpha=0x7f020019; public static final int abc_ic_menu_copy_mtrl_am_alpha=0x7f02001a; public static final int abc_ic_menu_cut_mtrl_alpha=0x7f02001b; public static final int abc_ic_menu_moreoverflow_mtrl_alpha=0x7f02001c; public static final int abc_ic_menu_paste_mtrl_am_alpha=0x7f02001d; public static final int abc_ic_menu_selectall_mtrl_alpha=0x7f02001e; public static final int abc_ic_menu_share_mtrl_alpha=0x7f02001f; public static final int abc_ic_search_api_mtrl_alpha=0x7f020020; public static final int abc_ic_star_black_16dp=0x7f020021; public static final int abc_ic_star_black_36dp=0x7f020022; public static final int abc_ic_star_half_black_16dp=0x7f020023; public static final int abc_ic_star_half_black_36dp=0x7f020024; public static final int abc_ic_voice_search_api_mtrl_alpha=0x7f020025; public static final int abc_item_background_holo_dark=0x7f020026; public static final int abc_item_background_holo_light=0x7f020027; public static final int abc_list_divider_mtrl_alpha=0x7f020028; public static final int abc_list_focused_holo=0x7f020029; public static final int abc_list_longpressed_holo=0x7f02002a; public static final int abc_list_pressed_holo_dark=0x7f02002b; public static final int abc_list_pressed_holo_light=0x7f02002c; public static final int abc_list_selector_background_transition_holo_dark=0x7f02002d; public static final int abc_list_selector_background_transition_holo_light=0x7f02002e; public static final int abc_list_selector_disabled_holo_dark=0x7f02002f; public static final int abc_list_selector_disabled_holo_light=0x7f020030; public static final int abc_list_selector_holo_dark=0x7f020031; public static final int abc_list_selector_holo_light=0x7f020032; public static final int abc_menu_hardkey_panel_mtrl_mult=0x7f020033; public static final int abc_popup_background_mtrl_mult=0x7f020034; public static final int abc_ratingbar_full_material=0x7f020035; public static final int abc_ratingbar_indicator_material=0x7f020036; public static final int abc_ratingbar_small_material=0x7f020037; public static final int abc_scrubber_control_off_mtrl_alpha=0x7f020038; public static final int abc_scrubber_control_to_pressed_mtrl_000=0x7f020039; public static final int abc_scrubber_control_to_pressed_mtrl_005=0x7f02003a; public static final int abc_scrubber_primary_mtrl_alpha=0x7f02003b; public static final int abc_scrubber_track_mtrl_alpha=0x7f02003c; public static final int abc_seekbar_thumb_material=0x7f02003d; public static final int abc_seekbar_track_material=0x7f02003e; public static final int abc_spinner_mtrl_am_alpha=0x7f02003f; public static final int abc_spinner_textfield_background_material=0x7f020040; public static final int abc_switch_thumb_material=0x7f020041; public static final int abc_switch_track_mtrl_alpha=0x7f020042; public static final int abc_tab_indicator_material=0x7f020043; public static final int abc_tab_indicator_mtrl_alpha=0x7f020044; public static final int abc_text_cursor_material=0x7f020045; public static final int abc_textfield_activated_mtrl_alpha=0x7f020046; public static final int abc_textfield_default_mtrl_alpha=0x7f020047; public static final int abc_textfield_search_activated_mtrl_alpha=0x7f020048; public static final int abc_textfield_search_default_mtrl_alpha=0x7f020049; public static final int abc_textfield_search_material=0x7f02004a; public static final int bonuspack_bubble=0x7f02004b; public static final int btn_moreinfo=0x7f02004c; public static final int center=0x7f02004d; public static final int direction_arrow=0x7f02004e; public static final int ic_menu_compass=0x7f02004f; public static final int ic_menu_mapmode=0x7f020050; public static final int ic_menu_mylocation=0x7f020051; public static final int ic_menu_offline=0x7f020052; public static final int icon=0x7f020053; public static final int marker_default=0x7f020054; public static final int marker_default_focused_base=0x7f020055; public static final int moreinfo_arrow=0x7f020056; public static final int moreinfo_arrow_pressed=0x7f020057; public static final int navto_small=0x7f020058; public static final int next=0x7f020059; public static final int notification_template_icon_bg=0x7f02005e; public static final int person=0x7f02005a; public static final int previous=0x7f02005b; public static final int zoom_in=0x7f02005c; public static final int zoom_out=0x7f02005d; } public static final class id { public static final int action0=0x7f090057; public static final int action_bar=0x7f090041; public static final int action_bar_activity_content=0x7f090003; public static final int action_bar_container=0x7f090040; public static final int action_bar_root=0x7f09003c; public static final int action_bar_spinner=0x7f090002; public static final int action_bar_subtitle=0x7f090022; public static final int action_bar_title=0x7f090021; public static final int action_context_bar=0x7f090042; public static final int action_divider=0x7f09005b; public static final int action_menu_divider=0x7f090005; public static final int action_menu_presenter=0x7f090006; public static final int action_mode_bar=0x7f09003e; public static final int action_mode_bar_stub=0x7f09003d; public static final int action_mode_close_button=0x7f090023; public static final int action_settings=0x7f090064; public static final int activity_chooser_view_content=0x7f090024; public static final int alertTitle=0x7f090030; public static final int always=0x7f090019; public static final int beginning=0x7f09001e; public static final int bubble_description=0x7f090053; public static final int bubble_image=0x7f090050; public static final int bubble_moreinfo=0x7f090052; public static final int bubble_subdescription=0x7f090054; public static final int bubble_title=0x7f090051; public static final int buttonPanel=0x7f09002b; public static final int cancel_action=0x7f090058; public static final int checkbox=0x7f090039; public static final int chronometer=0x7f09005e; public static final int collapseActionView=0x7f09001a; public static final int contentPanel=0x7f090031; public static final int currentCenter=0x7f090056; public static final int custom=0x7f090037; public static final int customPanel=0x7f090036; public static final int decor_content_parent=0x7f09003f; public static final int default_activity_button=0x7f090027; public static final int disableHome=0x7f09000d; public static final int edit_query=0x7f090043; public static final int end=0x7f09001f; public static final int end_padder=0x7f090063; public static final int expand_activities_button=0x7f090025; public static final int expanded_menu=0x7f090038; public static final int home=0x7f090000; public static final int homeAsUp=0x7f09000e; public static final int icon=0x7f090029; public static final int ifRoom=0x7f09001b; public static final int image=0x7f090026; public static final int info=0x7f090062; public static final int line1=0x7f09005c; public static final int line3=0x7f090060; public static final int listMode=0x7f09000a; public static final int list_item=0x7f090028; public static final int mapview=0x7f090055; public static final int media_actions=0x7f09005a; public static final int middle=0x7f090020; public static final int multiply=0x7f090014; public static final int never=0x7f09001c; public static final int none=0x7f09000f; public static final int normal=0x7f09000b; public static final int parentPanel=0x7f09002d; public static final int progress_circular=0x7f090007; public static final int progress_horizontal=0x7f090008; public static final int radio=0x7f09003b; public static final int screen=0x7f090015; public static final int scrollIndicatorDown=0x7f090035; public static final int scrollIndicatorUp=0x7f090032; public static final int scrollView=0x7f090033; public static final int search_badge=0x7f090045; public static final int search_bar=0x7f090044; public static final int search_button=0x7f090046; public static final int search_close_btn=0x7f09004b; public static final int search_edit_frame=0x7f090047; public static final int search_go_btn=0x7f09004d; public static final int search_mag_icon=0x7f090048; public static final int search_plate=0x7f090049; public static final int search_src_text=0x7f09004a; public static final int search_voice_btn=0x7f09004e; public static final int select_dialog_listview=0x7f09004f; public static final int shortcut=0x7f09003a; public static final int showCustom=0x7f090010; public static final int showHome=0x7f090011; public static final int showTitle=0x7f090012; public static final int spacer=0x7f09002c; public static final int split_action_bar=0x7f090004; public static final int src_atop=0x7f090016; public static final int src_in=0x7f090017; public static final int src_over=0x7f090018; public static final int status_bar_latest_event_content=0x7f090059; public static final int submit_area=0x7f09004c; public static final int tabMode=0x7f09000c; public static final int text=0x7f090061; public static final int text2=0x7f09005f; public static final int textSpacerNoButtons=0x7f090034; public static final int time=0x7f09005d; public static final int title=0x7f09002a; public static final int title_template=0x7f09002f; public static final int topPanel=0x7f09002e; public static final int up=0x7f090001; public static final int useLogo=0x7f090013; public static final int withText=0x7f09001d; public static final int wrap_content=0x7f090009; } public static final class integer { public static final int abc_config_activityDefaultDur=0x7f080001; /** The duration (in milliseconds) of the activity open/close and fragment open/close animations. */ public static final int abc_config_activityShortDur=0x7f080000; /** The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. The maximum number of action buttons that should be permitted within an action bar/action mode. This will be used to determine how many showAsAction="ifRoom" items can fit. "always" items can override this. */ public static final int abc_max_action_buttons=0x7f080004; public static final int cancel_button_image_alpha=0x7f080003; /** Maximum numerical value that will be shown in a status bar notification icon or in the notification itself. Will be replaced with @string/status_bar_notification_info_overflow when shown in the UI. */ public static final int status_bar_notification_info_maxnum=0x7f080002; } public static final class layout { public static final int abc_action_bar_title_item=0x7f030000; public static final int abc_action_bar_up_container=0x7f030001; public static final int abc_action_bar_view_list_nav_layout=0x7f030002; public static final int abc_action_menu_item_layout=0x7f030003; public static final int abc_action_menu_layout=0x7f030004; public static final int abc_action_mode_bar=0x7f030005; public static final int abc_action_mode_close_item_material=0x7f030006; public static final int abc_activity_chooser_view=0x7f030007; public static final int abc_activity_chooser_view_list_item=0x7f030008; public static final int abc_alert_dialog_button_bar_material=0x7f030009; public static final int abc_alert_dialog_material=0x7f03000a; public static final int abc_dialog_title_material=0x7f03000b; public static final int abc_expanded_menu_layout=0x7f03000c; public static final int abc_list_menu_item_checkbox=0x7f03000d; public static final int abc_list_menu_item_icon=0x7f03000e; public static final int abc_list_menu_item_layout=0x7f03000f; public static final int abc_list_menu_item_radio=0x7f030010; public static final int abc_popup_menu_item_layout=0x7f030011; public static final int abc_screen_content_include=0x7f030012; public static final int abc_screen_simple=0x7f030013; public static final int abc_screen_simple_overlay_action_mode=0x7f030014; public static final int abc_screen_toolbar=0x7f030015; public static final int abc_search_dropdown_item_icons_2line=0x7f030016; public static final int abc_search_view=0x7f030017; public static final int abc_select_dialog_material=0x7f030018; public static final int activity_main=0x7f030019; public static final int bonuspack_bubble=0x7f03001a; public static final int content_main=0x7f03001b; public static final int notification_media_action=0x7f03001c; public static final int notification_media_cancel_action=0x7f03001d; public static final int notification_template_big_media=0x7f03001e; public static final int notification_template_big_media_narrow=0x7f03001f; public static final int notification_template_lines=0x7f030020; public static final int notification_template_media=0x7f030021; public static final int notification_template_part_chronometer=0x7f030022; public static final int notification_template_part_time=0x7f030023; public static final int select_dialog_item_material=0x7f030024; public static final int select_dialog_multichoice_material=0x7f030025; public static final int select_dialog_singlechoice_material=0x7f030026; public static final int support_simple_spinner_dropdown_item=0x7f030027; } public static final class menu { public static final int menu_main=0x7f0c0000; } public static final class string { /** Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] */ public static final int abc_action_bar_home_description=0x7f0a0001; /** Formatting string for describing the action bar's title/home/up affordance. This is a single tappable "button" that includes the app icon, the Up indicator (usually a "<" chevron) and the window title text. %1$s is the title. %2$s is the description of what tapping/clicking the whole thing is going to do. */ public static final int abc_action_bar_home_description_format=0x7f0a0005; /** Just like action_bar_home_description_format, but this one will be used if the window is also providing subtitle text. %1$s is the title. %2$s is the subtitle. %3$s is the description of what tapping/clicking the whole thing is going to do. */ public static final int abc_action_bar_home_subtitle_description_format=0x7f0a0006; /** Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] */ public static final int abc_action_bar_up_description=0x7f0a0002; /** Content description for the action menu overflow button. [CHAR LIMIT=NONE] */ public static final int abc_action_menu_overflow_description=0x7f0a0003; /** Label for the "Done" button on the far left of action mode toolbars. */ public static final int abc_action_mode_done=0x7f0a0000; /** Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25] */ public static final int abc_activity_chooser_view_see_all=0x7f0a000e; /** ActivityChooserView - accessibility support Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE] */ public static final int abc_activitychooserview_choose_application=0x7f0a000d; /** Default text for a button that can be toggled on and off. */ public static final int abc_capital_off=0x7f0a0013; /** Default text for a button that can be toggled on and off. */ public static final int abc_capital_on=0x7f0a0012; /** Default hint text for the system-wide search UI's text field. [CHAR LIMIT=30] */ public static final int abc_search_hint=0x7f0a0008; /** SearchView accessibility description for clear button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_clear=0x7f0a000a; /** SearchView accessibility description for search text field [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_query=0x7f0a0009; /** SearchView accessibility description for search button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_search=0x7f0a0007; /** SearchView accessibility description for submit button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_submit=0x7f0a000b; /** SearchView accessibility description for voice button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_voice=0x7f0a000c; /** Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] */ public static final int abc_shareactionprovider_share_with=0x7f0a0010; /** Description of a share target (both in the list of such or the default share button) in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] */ public static final int abc_shareactionprovider_share_with_application=0x7f0a000f; /** Content description for the Toolbar icon used to collapse an expanded action mode. [CHAR LIMIT=NONE] */ public static final int abc_toolbar_collapse_description=0x7f0a0004; public static final int about=0x7f0a001a; public static final int about_message=0x7f0a001b; public static final int action_settings=0x7f0a0034; public static final int app_name=0x7f0a0014; public static final int base=0x7f0a002a; public static final int base_nl=0x7f0a0032; public static final int bing=0x7f0a002f; public static final int compass=0x7f0a0026; public static final int cyclemap=0x7f0a0028; public static final int fiets_nl=0x7f0a0031; public static final int first_fix_message=0x7f0a001c; public static final int format_distance_feet=0x7f0a0025; public static final int format_distance_kilometers=0x7f0a0022; public static final int format_distance_meters=0x7f0a0021; public static final int format_distance_miles=0x7f0a0023; public static final int format_distance_nautical_miles=0x7f0a0024; public static final int hills=0x7f0a002c; public static final int map_mode=0x7f0a0016; public static final int mapbox=0x7f0a0030; public static final int mapnik=0x7f0a0027; public static final int mapquest_aerial=0x7f0a002e; public static final int mapquest_osm=0x7f0a002d; public static final int my_location=0x7f0a0017; public static final int offline=0x7f0a0018; public static final int public_transport=0x7f0a0029; public static final int roads_nl=0x7f0a0033; public static final int samples=0x7f0a0019; public static final int set_mode_hide_me=0x7f0a0020; public static final int set_mode_offline=0x7f0a001d; public static final int set_mode_online=0x7f0a001e; public static final int set_mode_show_me=0x7f0a001f; /** Text to use when the number in a notification info is too large (greater than status_bar_notification_info_maxnum, defined in values/config.xml) and must be truncated. May need to be localized for most appropriate textual indicator of "more than X". [CHAR LIMIT=4] */ public static final int status_bar_notification_info_overflow=0x7f0a0011; public static final int topo=0x7f0a002b; public static final int unknown=0x7f0a0015; } public static final class style { public static final int AlertDialog_AppCompat=0x7f0b0044; public static final int AlertDialog_AppCompat_Light=0x7f0b0045; public static final int Animation_AppCompat_Dialog=0x7f0b004b; public static final int Animation_AppCompat_DropDownUp=0x7f0b004c; /** Base application theme. */ public static final int AppTheme=0x7f0b013e; public static final int Base_AlertDialog_AppCompat=0x7f0b00d0; public static final int Base_AlertDialog_AppCompat_Light=0x7f0b00d1; public static final int Base_Animation_AppCompat_Dialog=0x7f0b00cc; public static final int Base_Animation_AppCompat_DropDownUp=0x7f0b00cf; public static final int Base_DialogWindowTitle_AppCompat=0x7f0b00cb; public static final int Base_DialogWindowTitleBackground_AppCompat=0x7f0b00ca; public static final int Base_TextAppearance_AppCompat=0x7f0b00d4; public static final int Base_TextAppearance_AppCompat_Body1=0x7f0b00df; public static final int Base_TextAppearance_AppCompat_Body2=0x7f0b00de; public static final int Base_TextAppearance_AppCompat_Button=0x7f0b00e2; public static final int Base_TextAppearance_AppCompat_Caption=0x7f0b00e0; public static final int Base_TextAppearance_AppCompat_Display1=0x7f0b00d8; public static final int Base_TextAppearance_AppCompat_Display2=0x7f0b00d7; public static final int Base_TextAppearance_AppCompat_Display3=0x7f0b00d6; public static final int Base_TextAppearance_AppCompat_Display4=0x7f0b00d5; public static final int Base_TextAppearance_AppCompat_Headline=0x7f0b00d9; /** Deprecated text styles Deprecated text styles Now deprecated styles */ public static final int Base_TextAppearance_AppCompat_Inverse=0x7f0b00e5; public static final int Base_TextAppearance_AppCompat_Large=0x7f0b00e6; public static final int Base_TextAppearance_AppCompat_Large_Inverse=0x7f0b00e7; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b00a6; public static final int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b00a7; public static final int Base_TextAppearance_AppCompat_Medium=0x7f0b00e8; public static final int Base_TextAppearance_AppCompat_Medium_Inverse=0x7f0b00e9; public static final int Base_TextAppearance_AppCompat_Menu=0x7f0b00e1; public static final int Base_TextAppearance_AppCompat_SearchResult=0x7f0b00a8; public static final int Base_TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b00aa; /** Search View result styles */ public static final int Base_TextAppearance_AppCompat_SearchResult_Title=0x7f0b00a9; public static final int Base_TextAppearance_AppCompat_Small=0x7f0b00ea; public static final int Base_TextAppearance_AppCompat_Small_Inverse=0x7f0b00eb; public static final int Base_TextAppearance_AppCompat_Subhead=0x7f0b00dc; public static final int Base_TextAppearance_AppCompat_Subhead_Inverse=0x7f0b00dd; public static final int Base_TextAppearance_AppCompat_Title=0x7f0b00da; public static final int Base_TextAppearance_AppCompat_Title_Inverse=0x7f0b00db; /** We can use the fixed TextAppearance.Material.Widget.ActionBar.Menu on 23+ */ public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b008f; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0091; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0093; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0090; public static final int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0092; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b008e; public static final int Base_TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b008d; public static final int Base_TextAppearance_AppCompat_Widget_Button=0x7f0b00e3; public static final int Base_TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0b00e4; public static final int Base_TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b009c; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b00a4; public static final int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b00a5; public static final int Base_TextAppearance_AppCompat_Widget_Switch=0x7f0b00bc; public static final int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b00c9; public static final int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b009d; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b00b2; public static final int Base_TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b00b1; public static final int Base_Theme_AppCompat=0x7f0b0111; /** Menu/item attributes */ public static final int Base_Theme_AppCompat_CompactMenu=0x7f0b0114; public static final int Base_Theme_AppCompat_Dialog=0x7f0b0117; public static final int Base_Theme_AppCompat_Dialog_Alert=0x7f0b0119; public static final int Base_Theme_AppCompat_Dialog_FixedSize=0x7f0b011d; public static final int Base_Theme_AppCompat_Dialog_MinWidth=0x7f0b011b; /** We're not large, so redirect to Theme.AppCompat */ public static final int Base_Theme_AppCompat_DialogWhenLarge=0x7f0b011f; public static final int Base_Theme_AppCompat_Light=0x7f0b0112; public static final int Base_Theme_AppCompat_Light_DarkActionBar=0x7f0b0113; public static final int Base_Theme_AppCompat_Light_Dialog=0x7f0b0118; public static final int Base_Theme_AppCompat_Light_Dialog_Alert=0x7f0b011a; public static final int Base_Theme_AppCompat_Light_Dialog_FixedSize=0x7f0b011e; public static final int Base_Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b011c; public static final int Base_Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0120; public static final int Base_ThemeOverlay_AppCompat=0x7f0b0122; public static final int Base_ThemeOverlay_AppCompat_ActionBar=0x7f0b0127; public static final int Base_ThemeOverlay_AppCompat_Dark=0x7f0b0126; public static final int Base_ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b0128; public static final int Base_ThemeOverlay_AppCompat_Light=0x7f0b0125; public static final int Base_V11_Theme_AppCompat_Dialog=0x7f0b012b; public static final int Base_V11_Theme_AppCompat_Light_Dialog=0x7f0b012c; public static final int Base_V12_Widget_AppCompat_AutoCompleteTextView=0x7f0b00d3; public static final int Base_V12_Widget_AppCompat_EditText=0x7f0b00d2; public static final int Base_V21_Theme_AppCompat=0x7f0b012f; public static final int Base_V21_Theme_AppCompat_Dialog=0x7f0b0131; public static final int Base_V21_Theme_AppCompat_Light=0x7f0b0130; public static final int Base_V21_Theme_AppCompat_Light_Dialog=0x7f0b0132; public static final int Base_V22_Theme_AppCompat=0x7f0b0133; public static final int Base_V22_Theme_AppCompat_Light=0x7f0b0134; public static final int Base_V23_Theme_AppCompat=0x7f0b0135; public static final int Base_V23_Theme_AppCompat_Light=0x7f0b0136; /** Base platform-dependent theme providing an action bar in a dark-themed activity. */ public static final int Base_V7_Theme_AppCompat=0x7f0b010f; public static final int Base_V7_Theme_AppCompat_Dialog=0x7f0b0115; /** Base platform-dependent theme providing an action bar in a light-themed activity. */ public static final int Base_V7_Theme_AppCompat_Light=0x7f0b0110; public static final int Base_V7_Theme_AppCompat_Light_Dialog=0x7f0b0116; public static final int Base_V7_Widget_AppCompat_AutoCompleteTextView=0x7f0b00ac; public static final int Base_V7_Widget_AppCompat_EditText=0x7f0b00b6; public static final int Base_Widget_AppCompat_ActionBar=0x7f0b007e; public static final int Base_Widget_AppCompat_ActionBar_Solid=0x7f0b0080; public static final int Base_Widget_AppCompat_ActionBar_TabBar=0x7f0b0085; public static final int Base_Widget_AppCompat_ActionBar_TabText=0x7f0b0089; public static final int Base_Widget_AppCompat_ActionBar_TabView=0x7f0b0087; /** Action Button Styles */ public static final int Base_Widget_AppCompat_ActionButton=0x7f0b0082; public static final int Base_Widget_AppCompat_ActionButton_CloseMode=0x7f0b0083; public static final int Base_Widget_AppCompat_ActionButton_Overflow=0x7f0b0084; public static final int Base_Widget_AppCompat_ActionMode=0x7f0b008c; public static final int Base_Widget_AppCompat_ActivityChooserView=0x7f0b00ad; public static final int Base_Widget_AppCompat_AutoCompleteTextView=0x7f0b00ab; /** Bordered ink button */ public static final int Base_Widget_AppCompat_Button=0x7f0b00c1; /** Borderless ink button */ public static final int Base_Widget_AppCompat_Button_Borderless=0x7f0b00c4; /** Colored borderless ink button */ public static final int Base_Widget_AppCompat_Button_Borderless_Colored=0x7f0b00c5; public static final int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b00c6; /** Colored bordered ink button */ public static final int Base_Widget_AppCompat_Button_Colored=0x7f0b00c3; /** Small bordered ink button */ public static final int Base_Widget_AppCompat_Button_Small=0x7f0b00c2; public static final int Base_Widget_AppCompat_ButtonBar=0x7f0b00cd; public static final int Base_Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b00ce; public static final int Base_Widget_AppCompat_CompoundButton_CheckBox=0x7f0b00b9; public static final int Base_Widget_AppCompat_CompoundButton_RadioButton=0x7f0b00ba; public static final int Base_Widget_AppCompat_CompoundButton_Switch=0x7f0b00bb; /** contains values used in all dpis except hdpi and xxhdpi */ public static final int Base_Widget_AppCompat_DrawerArrowToggle=0x7f0b00b8; /** contains values used in all dpis */ public static final int Base_Widget_AppCompat_DrawerArrowToggle_Common=0x7f0b00b7; public static final int Base_Widget_AppCompat_DropDownItem_Spinner=0x7f0b0099; public static final int Base_Widget_AppCompat_EditText=0x7f0b00b5; public static final int Base_Widget_AppCompat_ImageButton=0x7f0b00c7; public static final int Base_Widget_AppCompat_Light_ActionBar=0x7f0b007f; public static final int Base_Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0081; public static final int Base_Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b0086; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText=0x7f0b008a; public static final int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b008b; public static final int Base_Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0088; public static final int Base_Widget_AppCompat_Light_PopupMenu=0x7f0b00a3; public static final int Base_Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b00a1; /** Popup Menu */ public static final int Base_Widget_AppCompat_ListPopupWindow=0x7f0b009f; /** Base.Widget.AppCompat.Spinner.Underlined is overridden in ldltr-v21 and v23 */ public static final int Base_Widget_AppCompat_ListView=0x7f0b009a; /** Spinner Widgets */ public static final int Base_Widget_AppCompat_ListView_DropDown=0x7f0b009b; public static final int Base_Widget_AppCompat_ListView_Menu=0x7f0b009e; public static final int Base_Widget_AppCompat_PopupMenu=0x7f0b00a2; public static final int Base_Widget_AppCompat_PopupMenu_Overflow=0x7f0b00a0; public static final int Base_Widget_AppCompat_PopupWindow=0x7f0b00ae; public static final int Base_Widget_AppCompat_ProgressBar=0x7f0b0095; /** Progress Bar Progress Bar */ public static final int Base_Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0094; public static final int Base_Widget_AppCompat_RatingBar=0x7f0b00bd; public static final int Base_Widget_AppCompat_RatingBar_Indicator=0x7f0b00be; public static final int Base_Widget_AppCompat_RatingBar_Small=0x7f0b00bf; public static final int Base_Widget_AppCompat_SearchView=0x7f0b00b3; public static final int Base_Widget_AppCompat_SearchView_ActionBar=0x7f0b00b4; public static final int Base_Widget_AppCompat_SeekBar=0x7f0b00c0; public static final int Base_Widget_AppCompat_Spinner=0x7f0b0097; /** The platform Underlined style only works in LTR in v21-22 */ public static final int Base_Widget_AppCompat_Spinner_Underlined=0x7f0b0098; public static final int Base_Widget_AppCompat_TextView_SpinnerItem=0x7f0b00c8; public static final int Base_Widget_AppCompat_Toolbar=0x7f0b00af; /** Widget.AppCompat.Toolbar style is purposely ommitted. This is because the support Toolbar implementation is used on ALL platforms and relies on the unbundled attrs. The supporting Toolbar styles below only use basic attrs so work fine. */ public static final int Base_Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b00b0; public static final int Platform_AppCompat=0x7f0b010d; public static final int Platform_AppCompat_Light=0x7f0b010e; /** Overlay themes */ public static final int Platform_ThemeOverlay_AppCompat=0x7f0b0121; public static final int Platform_ThemeOverlay_AppCompat_Dark=0x7f0b0123; public static final int Platform_ThemeOverlay_AppCompat_Light=0x7f0b0124; public static final int Platform_V11_AppCompat=0x7f0b0129; public static final int Platform_V11_AppCompat_Light=0x7f0b012a; public static final int Platform_V14_AppCompat=0x7f0b012d; public static final int Platform_V14_AppCompat_Light=0x7f0b012e; /** Spinner Widgets */ public static final int Platform_Widget_AppCompat_Spinner=0x7f0b0096; public static final int RtlOverlay_DialogWindowTitle_AppCompat=0x7f0b00f9; public static final int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem=0x7f0b00f2; public static final int RtlOverlay_Widget_AppCompat_DialogTitle_Icon=0x7f0b00f8; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem=0x7f0b00f5; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup=0x7f0b00f6; public static final int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text=0x7f0b00f7; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown=0x7f0b00ed; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1=0x7f0b00ef; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2=0x7f0b00f0; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Query=0x7f0b00ee; public static final int RtlOverlay_Widget_AppCompat_Search_DropDown_Text=0x7f0b00f1; public static final int RtlOverlay_Widget_AppCompat_SearchView_MagIcon=0x7f0b00ec; public static final int RtlUnderlay_Widget_AppCompat_ActionButton=0x7f0b00f3; public static final int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow=0x7f0b00f4; public static final int TextAppearance_AppCompat=0x7f0b004d; public static final int TextAppearance_AppCompat_Body1=0x7f0b0058; public static final int TextAppearance_AppCompat_Body2=0x7f0b0057; public static final int TextAppearance_AppCompat_Button=0x7f0b0062; public static final int TextAppearance_AppCompat_Caption=0x7f0b0059; public static final int TextAppearance_AppCompat_Display1=0x7f0b0051; public static final int TextAppearance_AppCompat_Display2=0x7f0b0050; public static final int TextAppearance_AppCompat_Display3=0x7f0b004f; public static final int TextAppearance_AppCompat_Display4=0x7f0b004e; public static final int TextAppearance_AppCompat_Headline=0x7f0b0052; public static final int TextAppearance_AppCompat_Inverse=0x7f0b005b; public static final int TextAppearance_AppCompat_Large=0x7f0b005c; public static final int TextAppearance_AppCompat_Large_Inverse=0x7f0b005d; public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b006b; public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b006a; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b002b; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b002c; public static final int TextAppearance_AppCompat_Medium=0x7f0b005e; public static final int TextAppearance_AppCompat_Medium_Inverse=0x7f0b005f; public static final int TextAppearance_AppCompat_Menu=0x7f0b005a; public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b002e; public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b002d; public static final int TextAppearance_AppCompat_Small=0x7f0b0060; public static final int TextAppearance_AppCompat_Small_Inverse=0x7f0b0061; public static final int TextAppearance_AppCompat_Subhead=0x7f0b0055; public static final int TextAppearance_AppCompat_Subhead_Inverse=0x7f0b0056; public static final int TextAppearance_AppCompat_Title=0x7f0b0053; public static final int TextAppearance_AppCompat_Title_Inverse=0x7f0b0054; public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0015; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0005; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0007; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0004; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0006; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b0018; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b006e; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b0017; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b006d; public static final int TextAppearance_AppCompat_Widget_Button=0x7f0b0063; public static final int TextAppearance_AppCompat_Widget_Button_Inverse=0x7f0b0064; public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b0019; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b0029; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b002a; public static final int TextAppearance_AppCompat_Widget_Switch=0x7f0b0065; public static final int TextAppearance_AppCompat_Widget_TextView_SpinnerItem=0x7f0b0066; /** These styles didn't exist on v7. Since we only use the media template in later versions (ICS+), just define it here and use the correct references in values/v14 Use platform styles */ public static final int TextAppearance_StatusBar_EventContent=0x7f0b0079; public static final int TextAppearance_StatusBar_EventContent_Info=0x7f0b007c; /** Use own styles for which platform styles are not public */ public static final int TextAppearance_StatusBar_EventContent_Line2=0x7f0b007b; public static final int TextAppearance_StatusBar_EventContent_Time=0x7f0b007d; public static final int TextAppearance_StatusBar_EventContent_Title=0x7f0b007a; public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0021; public static final int TextAppearance_Widget_AppCompat_Toolbar_Subtitle=0x7f0b004a; public static final int TextAppearance_Widget_AppCompat_Toolbar_Title=0x7f0b0049; /** Themes in the "Theme.AppCompat" family will contain an action bar by default. If Holo themes are available on the current platform version they will be used. A limited Holo-styled action bar will be provided on platform versions older than 3.0. (API 11) These theme declarations contain any version-independent specification. Items that need to vary based on platform version should be defined in the corresponding "Theme.Base" theme. Platform-independent theme providing an action bar in a dark-themed activity. */ public static final int Theme_AppCompat=0x7f0b00fa; /** Menu/item attributes */ public static final int Theme_AppCompat_CompactMenu=0x7f0b0107; /** AppCompat theme (day/night vesion) for activities. AppCompat theme (day/night vesion) for activities. */ public static final int Theme_AppCompat_DayNight=0x7f0b0137; /** Variant of AppCompat.DayNight that has a solid (opaque) action bar with an inverse color profile. The dark action bar sharply stands out against the light content (when applicable). Variant of AppCompat.DayNight that has a solid (opaque) action bar with an inverse color profile. The dark action bar sharply stands out against the light content (when applicable). */ public static final int Theme_AppCompat_DayNight_DarkActionBar=0x7f0b0138; /** AppCompat theme (day/night vesion) for dialog windows and activities, which is used by the {@code android.support.v7.app.Dialog} class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. AppCompat theme (day/night vesion) for dialog windows and activities, which is used by the {@code android.support.v7.app.Dialog} class. This changes the window to be floating (not fill the entire screen), and puts a frame around its contents. You can set this theme on an activity if you would like to make an activity that looks like a Dialog. */ public static final int Theme_AppCompat_DayNight_Dialog=0x7f0b013a; /** AppCompat user theme for alert dialog windows, which is used by the {@code android.support.v7.app.AlertDialog} class. AppCompat user theme for alert dialog windows, which is used by the {@code android.support.v7.app.AlertDialog} class. */ public static final int Theme_AppCompat_DayNight_Dialog_Alert=0x7f0b013d; /** Variant of Theme.AppCompat.DayNight.Dialog that has a nice minimum width for a regular dialog. Variant of Theme.AppCompat.DayNight.Dialog that has a nice minimum width for a regular dialog. */ public static final int Theme_AppCompat_DayNight_Dialog_MinWidth=0x7f0b013b; /** Theme for a window that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). Theme for a window that will be displayed either full-screen on smaller screens (small, normal) or as a dialog on larger screens (large, xlarge). */ public static final int Theme_AppCompat_DayNight_DialogWhenLarge=0x7f0b013c; /** Variant of AppCompat.DayNight with no action bar. Variant of AppCompat.DayNight with no action bar. */ public static final int Theme_AppCompat_DayNight_NoActionBar=0x7f0b0139; public static final int Theme_AppCompat_Dialog=0x7f0b0101; /** Material theme for alert dialog windows, which is used by the AlertDialog class. This is basically a dialog but sets the background to empty so it can do two-tone backgrounds. For applications targeting Honeycomb or newer, this is the default AlertDialog theme. */ public static final int Theme_AppCompat_Dialog_Alert=0x7f0b0103; /** Variant of Theme.AppCompat.Dialog that has a nice minimum width for a regular dialog. */ public static final int Theme_AppCompat_Dialog_MinWidth=0x7f0b0105; public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b00ff; /** Platform-independent theme providing an action bar in a light-themed activity. */ public static final int Theme_AppCompat_Light=0x7f0b00fb; /** Platform-independent theme providing an action bar in a dark-themed activity. */ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b00fc; public static final int Theme_AppCompat_Light_Dialog=0x7f0b0102; public static final int Theme_AppCompat_Light_Dialog_Alert=0x7f0b0104; public static final int Theme_AppCompat_Light_Dialog_MinWidth=0x7f0b0106; public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0100; public static final int Theme_AppCompat_Light_NoActionBar=0x7f0b00fe; public static final int Theme_AppCompat_NoActionBar=0x7f0b00fd; public static final int ThemeOverlay_AppCompat=0x7f0b0108; /** Theme overlay that replaces the normal control color, which by default is the same as the secondary text color, with the primary text color. */ public static final int ThemeOverlay_AppCompat_ActionBar=0x7f0b010b; /** Theme overlay that replaces colors with their dark versions but preserves the value of colorAccent, colorPrimary and its variants. */ public static final int ThemeOverlay_AppCompat_Dark=0x7f0b010a; /** Theme overlay that replaces colors with their dark versions and replaces the normal control color, which by default is the same as the secondary text color, with the primary text color. */ public static final int ThemeOverlay_AppCompat_Dark_ActionBar=0x7f0b010c; /** Theme overlay that replaces colors with their light versions but preserves the value of colorAccent, colorPrimary and its variants. */ public static final int ThemeOverlay_AppCompat_Light=0x7f0b0109; /** Styles in here can be extended for customisation in your application. Each utilises one of the.styles. If Holo themes are available on the current platform version they will be used instead of the compat styles. */ public static final int Widget_AppCompat_ActionBar=0x7f0b0000; public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b0002; public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b000d; public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b0011; public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b000f; public static final int Widget_AppCompat_ActionButton=0x7f0b000a; public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b000b; public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b000c; public static final int Widget_AppCompat_ActionMode=0x7f0b0016; public static final int Widget_AppCompat_ActivityChooserView=0x7f0b0030; public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b002f; public static final int Widget_AppCompat_Button=0x7f0b003a; public static final int Widget_AppCompat_Button_Borderless=0x7f0b003c; public static final int Widget_AppCompat_Button_Borderless_Colored=0x7f0b003d; public static final int Widget_AppCompat_Button_ButtonBar_AlertDialog=0x7f0b003e; public static final int Widget_AppCompat_Button_Colored=0x7f0b003f; public static final int Widget_AppCompat_Button_Small=0x7f0b003b; public static final int Widget_AppCompat_ButtonBar=0x7f0b0040; public static final int Widget_AppCompat_ButtonBar_AlertDialog=0x7f0b0041; public static final int Widget_AppCompat_CompoundButton_CheckBox=0x7f0b0035; public static final int Widget_AppCompat_CompoundButton_RadioButton=0x7f0b0036; public static final int Widget_AppCompat_CompoundButton_Switch=0x7f0b0034; public static final int Widget_AppCompat_DrawerArrowToggle=0x7f0b0012; /** This style has an extra indirection to properly set RTL attributes. See styles_rtl.xml */ public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b001e; public static final int Widget_AppCompat_EditText=0x7f0b0033; public static final int Widget_AppCompat_ImageButton=0x7f0b0042; public static final int Widget_AppCompat_Light_ActionBar=0x7f0b0001; public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0003; /** The following themes are deprecated. */ public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b0067; public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b000e; public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b0068; public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0013; public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0014; public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0010; public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b0069; public static final int Widget_AppCompat_Light_ActionButton=0x7f0b0071; public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b0073; public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b0072; public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b006c; public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b0078; public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b0077; public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b006f; public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b0076; public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b0075; public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b0026; public static final int Widget_AppCompat_Light_PopupMenu_Overflow=0x7f0b0024; public static final int Widget_AppCompat_Light_SearchView=0x7f0b0070; public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b0074; public static final int Widget_AppCompat_ListPopupWindow=0x7f0b0022; public static final int Widget_AppCompat_ListView=0x7f0b001f; public static final int Widget_AppCompat_ListView_DropDown=0x7f0b0020; public static final int Widget_AppCompat_ListView_Menu=0x7f0b0027; public static final int Widget_AppCompat_PopupMenu=0x7f0b0025; public static final int Widget_AppCompat_PopupMenu_Overflow=0x7f0b0023; public static final int Widget_AppCompat_PopupWindow=0x7f0b0028; public static final int Widget_AppCompat_ProgressBar=0x7f0b0009; public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0008; public static final int Widget_AppCompat_RatingBar=0x7f0b0037; public static final int Widget_AppCompat_RatingBar_Indicator=0x7f0b0038; public static final int Widget_AppCompat_RatingBar_Small=0x7f0b0039; public static final int Widget_AppCompat_SearchView=0x7f0b0031; public static final int Widget_AppCompat_SearchView_ActionBar=0x7f0b0032; public static final int Widget_AppCompat_SeekBar=0x7f0b0046; public static final int Widget_AppCompat_Spinner=0x7f0b001a; public static final int Widget_AppCompat_Spinner_DropDown=0x7f0b001c; public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b001d; public static final int Widget_AppCompat_Spinner_Underlined=0x7f0b001b; public static final int Widget_AppCompat_TextView_SpinnerItem=0x7f0b0043; /** Toolbar */ public static final int Widget_AppCompat_Toolbar=0x7f0b0047; public static final int Widget_AppCompat_Toolbar_Button_Navigation=0x7f0b0048; } public static final class styleable { /** ============================================ 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
{@link #ActionBar_background org.osmdroid.forge.app:background} Specifies a background drawable for the action bar.
{@link #ActionBar_backgroundSplit org.osmdroid.forge.app:backgroundSplit} Specifies a background drawable for the bottom component of a split action bar.
{@link #ActionBar_backgroundStacked org.osmdroid.forge.app:backgroundStacked} Specifies a background drawable for a second stacked row of the action bar.
{@link #ActionBar_contentInsetEnd org.osmdroid.forge.app:contentInsetEnd} Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetLeft org.osmdroid.forge.app:contentInsetLeft} Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetRight org.osmdroid.forge.app:contentInsetRight} Minimum inset for content views within a bar.
{@link #ActionBar_contentInsetStart org.osmdroid.forge.app:contentInsetStart} Minimum inset for content views within a bar.
{@link #ActionBar_customNavigationLayout org.osmdroid.forge.app:customNavigationLayout} Specifies a layout for custom navigation.
{@link #ActionBar_displayOptions org.osmdroid.forge.app:displayOptions} Options affecting how the action bar is displayed.
{@link #ActionBar_divider org.osmdroid.forge.app:divider} Specifies the drawable used for item dividers.
{@link #ActionBar_elevation org.osmdroid.forge.app:elevation} Elevation for the action bar itself
{@link #ActionBar_height org.osmdroid.forge.app:height} Specifies a fixed height.
{@link #ActionBar_hideOnContentScroll org.osmdroid.forge.app:hideOnContentScroll} Set true to hide the action bar on a vertical nested scroll of content.
{@link #ActionBar_homeAsUpIndicator org.osmdroid.forge.app:homeAsUpIndicator} Up navigation glyph
{@link #ActionBar_homeLayout org.osmdroid.forge.app:homeLayout} Specifies a layout to use for the "home" section of the action bar.
{@link #ActionBar_icon org.osmdroid.forge.app:icon} Specifies the drawable used for the application icon.
{@link #ActionBar_indeterminateProgressStyle org.osmdroid.forge.app:indeterminateProgressStyle} Specifies a style resource to use for an indeterminate progress spinner.
{@link #ActionBar_itemPadding org.osmdroid.forge.app:itemPadding} Specifies padding that should be applied to the left and right sides of system-provided items in the bar.
{@link #ActionBar_logo org.osmdroid.forge.app:logo} Specifies the drawable used for the application logo.
{@link #ActionBar_navigationMode org.osmdroid.forge.app:navigationMode} The type of navigation to use.
{@link #ActionBar_popupTheme org.osmdroid.forge.app:popupTheme} Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
{@link #ActionBar_progressBarPadding org.osmdroid.forge.app:progressBarPadding} Specifies the horizontal padding on either end for an embedded progress bar.
{@link #ActionBar_progressBarStyle org.osmdroid.forge.app:progressBarStyle} Specifies a style resource to use for an embedded progress bar.
{@link #ActionBar_subtitle org.osmdroid.forge.app:subtitle} Specifies subtitle text used for navigationMode="normal"
{@link #ActionBar_subtitleTextStyle org.osmdroid.forge.app:subtitleTextStyle} Specifies a style to use for subtitle text.
{@link #ActionBar_title org.osmdroid.forge.app:title} Specifies title text used for navigationMode="normal"
{@link #ActionBar_titleTextStyle org.osmdroid.forge.app:titleTextStyle} Specifies a style to use for title text.
@see #ActionBar_background @see #ActionBar_backgroundSplit @see #ActionBar_backgroundStacked @see #ActionBar_contentInsetEnd @see #ActionBar_contentInsetLeft @see #ActionBar_contentInsetRight @see #ActionBar_contentInsetStart @see #ActionBar_customNavigationLayout @see #ActionBar_displayOptions @see #ActionBar_divider @see #ActionBar_elevation @see #ActionBar_height @see #ActionBar_hideOnContentScroll @see #ActionBar_homeAsUpIndicator @see #ActionBar_homeLayout @see #ActionBar_icon @see #ActionBar_indeterminateProgressStyle @see #ActionBar_itemPadding @see #ActionBar_logo @see #ActionBar_navigationMode @see #ActionBar_popupTheme @see #ActionBar_progressBarPadding @see #ActionBar_progressBarStyle @see #ActionBar_subtitle @see #ActionBar_subtitleTextStyle @see #ActionBar_title @see #ActionBar_titleTextStyle */ public static final int[] ActionBar = { 0x7f010000, 0x7f010001, 0x7f010031, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088 }; /**

@attr description 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. @attr name org.osmdroid.forge.app:background */ public static final int ActionBar_background = 11; /**

@attr description 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. @attr name org.osmdroid.forge.app:backgroundSplit */ public static final int ActionBar_backgroundSplit = 13; /**

@attr description 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. @attr name org.osmdroid.forge.app:backgroundStacked */ public static final int ActionBar_backgroundStacked = 12; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetEnd */ public static final int ActionBar_contentInsetEnd = 22; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetLeft */ public static final int ActionBar_contentInsetLeft = 23; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetRight */ public static final int ActionBar_contentInsetRight = 24; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetStart */ public static final int ActionBar_contentInsetStart = 21; /**

@attr description 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. @attr name org.osmdroid.forge.app:customNavigationLayout */ public static final int ActionBar_customNavigationLayout = 14; /**

@attr description 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. @attr name org.osmdroid.forge.app:displayOptions */ public static final int ActionBar_displayOptions = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:divider */ public static final int ActionBar_divider = 10; /**

@attr description 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. @attr name org.osmdroid.forge.app:elevation */ public static final int ActionBar_elevation = 25; /**

@attr description 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. @attr name org.osmdroid.forge.app:height */ public static final int ActionBar_height = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:hideOnContentScroll */ public static final int ActionBar_hideOnContentScroll = 20; /**

@attr description 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. @attr name org.osmdroid.forge.app:homeAsUpIndicator */ public static final int ActionBar_homeAsUpIndicator = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:homeLayout */ public static final int ActionBar_homeLayout = 15; /**

@attr description 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. @attr name org.osmdroid.forge.app:icon */ public static final int ActionBar_icon = 8; /**

@attr description 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. @attr name org.osmdroid.forge.app:indeterminateProgressStyle */ public static final int ActionBar_indeterminateProgressStyle = 17; /**

@attr description 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. @attr name org.osmdroid.forge.app:itemPadding */ public static final int ActionBar_itemPadding = 19; /**

@attr description 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. @attr name org.osmdroid.forge.app:logo */ public static final int ActionBar_logo = 9; /**

@attr description 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. @attr name org.osmdroid.forge.app:navigationMode */ public static final int ActionBar_navigationMode = 3; /**

@attr description 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. @attr name org.osmdroid.forge.app:popupTheme */ public static final int ActionBar_popupTheme = 26; /**

@attr description 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. @attr name org.osmdroid.forge.app:progressBarPadding */ public static final int ActionBar_progressBarPadding = 18; /**

@attr description 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. @attr name org.osmdroid.forge.app:progressBarStyle */ public static final int ActionBar_progressBarStyle = 16; /**

@attr description 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. @attr name org.osmdroid.forge.app:subtitle */ public static final int ActionBar_subtitle = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:subtitleTextStyle */ public static final int ActionBar_subtitleTextStyle = 7; /**

@attr description 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. @attr name org.osmdroid.forge.app:title */ public static final int ActionBar_title = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:titleTextStyle */ public static final int ActionBar_titleTextStyle = 6; /** Valid LayoutParams for views placed in the action bar as custom views.

Includes the following attributes:

AttributeDescription
{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}
@see #ActionBarLayout_android_layout_gravity */ public static final int[] ActionBarLayout = { 0x010100b3 }; /**

This symbol is the offset where the {@link android.R.attr#layout_gravity} attribute's value can be found in the {@link #ActionBarLayout} array. @attr name android:layout_gravity */ public static final int ActionBarLayout_android_layout_gravity = 0; /** Attributes that can be used with a ActionMenuItemView.

Includes the following attributes:

AttributeDescription
{@link #ActionMenuItemView_android_minWidth android:minWidth}
@see #ActionMenuItemView_android_minWidth */ public static final int[] ActionMenuItemView = { 0x0101013f }; /**

This symbol is the offset where the {@link android.R.attr#minWidth} attribute's value can be found in the {@link #ActionMenuItemView} array. @attr name android:minWidth */ public static final int ActionMenuItemView_android_minWidth = 0; /** Size of padding on either end of a divider. */ public static final int[] ActionMenuView = { }; /** Attributes that can be used with a ActionMode.

Includes the following attributes:

AttributeDescription
{@link #ActionMode_background org.osmdroid.forge.app:background} Specifies a background for the action mode bar.
{@link #ActionMode_backgroundSplit org.osmdroid.forge.app:backgroundSplit} Specifies a background for the split action mode bar.
{@link #ActionMode_closeItemLayout org.osmdroid.forge.app:closeItemLayout} Specifies a layout to use for the "close" item at the starting edge.
{@link #ActionMode_height org.osmdroid.forge.app:height} Specifies a fixed height for the action mode bar.
{@link #ActionMode_subtitleTextStyle org.osmdroid.forge.app:subtitleTextStyle} Specifies a style to use for subtitle text.
{@link #ActionMode_titleTextStyle org.osmdroid.forge.app:titleTextStyle} Specifies a style to use for title text.
@see #ActionMode_background @see #ActionMode_backgroundSplit @see #ActionMode_closeItemLayout @see #ActionMode_height @see #ActionMode_subtitleTextStyle @see #ActionMode_titleTextStyle */ public static final int[] ActionMode = { 0x7f010001, 0x7f010074, 0x7f010075, 0x7f010079, 0x7f01007b, 0x7f010089 }; /**

@attr description 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. @attr name org.osmdroid.forge.app:background */ public static final int ActionMode_background = 3; /**

@attr description 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. @attr name org.osmdroid.forge.app:backgroundSplit */ public static final int ActionMode_backgroundSplit = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:closeItemLayout */ public static final int ActionMode_closeItemLayout = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:height */ public static final int ActionMode_height = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:subtitleTextStyle */ public static final int ActionMode_subtitleTextStyle = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:titleTextStyle */ public static final int ActionMode_titleTextStyle = 1; /** Attrbitutes for a ActivityChooserView.

Includes the following attributes:

AttributeDescription
{@link #ActivityChooserView_expandActivityOverflowButtonDrawable org.osmdroid.forge.app:expandActivityOverflowButtonDrawable} The drawable to show in the button for expanding the activities overflow popup.
{@link #ActivityChooserView_initialActivityCount org.osmdroid.forge.app:initialActivityCount} The maximal number of items initially shown in the activity list.
@see #ActivityChooserView_expandActivityOverflowButtonDrawable @see #ActivityChooserView_initialActivityCount */ public static final int[] ActivityChooserView = { 0x7f0100a1, 0x7f0100a2 }; /**

@attr description 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. @attr name org.osmdroid.forge.app:expandActivityOverflowButtonDrawable */ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:initialActivityCount */ public static final int ActivityChooserView_initialActivityCount = 0; /** The set of attributes that describe a AlertDialog's theme.

Includes the following attributes:

AttributeDescription
{@link #AlertDialog_android_layout android:layout}
{@link #AlertDialog_buttonPanelSideLayout org.osmdroid.forge.app:buttonPanelSideLayout}
{@link #AlertDialog_listItemLayout org.osmdroid.forge.app:listItemLayout}
{@link #AlertDialog_listLayout org.osmdroid.forge.app:listLayout}
{@link #AlertDialog_multiChoiceItemLayout org.osmdroid.forge.app:multiChoiceItemLayout}
{@link #AlertDialog_singleChoiceItemLayout org.osmdroid.forge.app:singleChoiceItemLayout}
@see #AlertDialog_android_layout @see #AlertDialog_buttonPanelSideLayout @see #AlertDialog_listItemLayout @see #AlertDialog_listLayout @see #AlertDialog_multiChoiceItemLayout @see #AlertDialog_singleChoiceItemLayout */ public static final int[] AlertDialog = { 0x010100f2, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc, 0x7f0100cd, 0x7f0100ce }; /**

This symbol is the offset where the {@link android.R.attr#layout} attribute's value can be found in the {@link #AlertDialog} array. @attr name android:layout */ public static final int AlertDialog_android_layout = 0; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#buttonPanelSideLayout} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:buttonPanelSideLayout */ public static final int AlertDialog_buttonPanelSideLayout = 1; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#listItemLayout} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:listItemLayout */ public static final int AlertDialog_listItemLayout = 5; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#listLayout} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:listLayout */ public static final int AlertDialog_listLayout = 2; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#multiChoiceItemLayout} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:multiChoiceItemLayout */ public static final int AlertDialog_multiChoiceItemLayout = 3; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#singleChoiceItemLayout} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:singleChoiceItemLayout */ public static final int AlertDialog_singleChoiceItemLayout = 4; /** Attributes that can be used with a AppCompatImageView.

Includes the following attributes:

AttributeDescription
{@link #AppCompatImageView_android_src android:src}
{@link #AppCompatImageView_srcCompat org.osmdroid.forge.app:srcCompat} TODO
@see #AppCompatImageView_android_src @see #AppCompatImageView_srcCompat */ public static final int[] AppCompatImageView = { 0x01010119, 0x7f0100d0 }; /**

This symbol is the offset where the {@link android.R.attr#src} attribute's value can be found in the {@link #AppCompatImageView} array. @attr name android:src */ public static final int AppCompatImageView_android_src = 0; /**

@attr description TODO

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. @attr name org.osmdroid.forge.app:srcCompat */ public static final int AppCompatImageView_srcCompat = 1; /** Attributes that can be used with a AppCompatTextView.

Includes the following attributes:

AttributeDescription
{@link #AppCompatTextView_android_textAppearance android:textAppearance}
{@link #AppCompatTextView_textAllCaps org.osmdroid.forge.app:textAllCaps} Present the text in ALL CAPS.
@see #AppCompatTextView_android_textAppearance @see #AppCompatTextView_textAllCaps */ public static final int[] AppCompatTextView = { 0x01010034, 0x7f0100a3 }; /**

This symbol is the offset where the {@link android.R.attr#textAppearance} attribute's value can be found in the {@link #AppCompatTextView} array. @attr name android:textAppearance */ public static final int AppCompatTextView_android_textAppearance = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAllCaps */ public static final int AppCompatTextView_textAllCaps = 1; /** These are the standard attributes that make up a complete theme.

Includes the following attributes:

AttributeDescription
{@link #AppCompatTheme_actionBarDivider org.osmdroid.forge.app:actionBarDivider} Custom divider drawable to use for elements in the action bar.
{@link #AppCompatTheme_actionBarItemBackground org.osmdroid.forge.app:actionBarItemBackground} Custom item state list drawable background for action bar items.
{@link #AppCompatTheme_actionBarPopupTheme org.osmdroid.forge.app:actionBarPopupTheme} Reference to a theme that should be used to inflate popups shown by widgets in the action bar.
{@link #AppCompatTheme_actionBarSize org.osmdroid.forge.app:actionBarSize} Size of the Action Bar, including the contextual bar used to present Action Modes.
{@link #AppCompatTheme_actionBarSplitStyle org.osmdroid.forge.app:actionBarSplitStyle} Reference to a style for the split Action Bar.
{@link #AppCompatTheme_actionBarStyle org.osmdroid.forge.app:actionBarStyle} Reference to a style for the Action Bar
{@link #AppCompatTheme_actionBarTabBarStyle org.osmdroid.forge.app:actionBarTabBarStyle}
{@link #AppCompatTheme_actionBarTabStyle org.osmdroid.forge.app:actionBarTabStyle} Default style for tabs within an action bar
{@link #AppCompatTheme_actionBarTabTextStyle org.osmdroid.forge.app:actionBarTabTextStyle}
{@link #AppCompatTheme_actionBarTheme org.osmdroid.forge.app:actionBarTheme} Reference to a theme that should be used to inflate the action bar.
{@link #AppCompatTheme_actionBarWidgetTheme org.osmdroid.forge.app:actionBarWidgetTheme} Reference to a theme that should be used to inflate widgets and layouts destined for the action bar.
{@link #AppCompatTheme_actionButtonStyle org.osmdroid.forge.app:actionButtonStyle} Default action button style.
{@link #AppCompatTheme_actionDropDownStyle org.osmdroid.forge.app:actionDropDownStyle} Default ActionBar dropdown style.
{@link #AppCompatTheme_actionMenuTextAppearance org.osmdroid.forge.app:actionMenuTextAppearance} TextAppearance style that will be applied to text that appears within action menu items.
{@link #AppCompatTheme_actionMenuTextColor org.osmdroid.forge.app:actionMenuTextColor} Color for text that appears within action menu items.
{@link #AppCompatTheme_actionModeBackground org.osmdroid.forge.app:actionModeBackground} Background drawable to use for action mode UI
{@link #AppCompatTheme_actionModeCloseButtonStyle org.osmdroid.forge.app:actionModeCloseButtonStyle}
{@link #AppCompatTheme_actionModeCloseDrawable org.osmdroid.forge.app:actionModeCloseDrawable} Drawable to use for the close action mode button
{@link #AppCompatTheme_actionModeCopyDrawable org.osmdroid.forge.app:actionModeCopyDrawable} Drawable to use for the Copy action button in Contextual Action Bar
{@link #AppCompatTheme_actionModeCutDrawable org.osmdroid.forge.app:actionModeCutDrawable} Drawable to use for the Cut action button in Contextual Action Bar
{@link #AppCompatTheme_actionModeFindDrawable org.osmdroid.forge.app:actionModeFindDrawable} Drawable to use for the Find action button in WebView selection action modes
{@link #AppCompatTheme_actionModePasteDrawable org.osmdroid.forge.app:actionModePasteDrawable} Drawable to use for the Paste action button in Contextual Action Bar
{@link #AppCompatTheme_actionModePopupWindowStyle org.osmdroid.forge.app:actionModePopupWindowStyle} PopupWindow style to use for action modes when showing as a window overlay.
{@link #AppCompatTheme_actionModeSelectAllDrawable org.osmdroid.forge.app:actionModeSelectAllDrawable} Drawable to use for the Select all action button in Contextual Action Bar
{@link #AppCompatTheme_actionModeShareDrawable org.osmdroid.forge.app:actionModeShareDrawable} Drawable to use for the Share action button in WebView selection action modes
{@link #AppCompatTheme_actionModeSplitBackground org.osmdroid.forge.app:actionModeSplitBackground} Background drawable to use for action mode UI in the lower split bar
{@link #AppCompatTheme_actionModeStyle org.osmdroid.forge.app:actionModeStyle}
{@link #AppCompatTheme_actionModeWebSearchDrawable org.osmdroid.forge.app:actionModeWebSearchDrawable} Drawable to use for the Web Search action button in WebView selection action modes
{@link #AppCompatTheme_actionOverflowButtonStyle org.osmdroid.forge.app:actionOverflowButtonStyle}
{@link #AppCompatTheme_actionOverflowMenuStyle org.osmdroid.forge.app:actionOverflowMenuStyle}
{@link #AppCompatTheme_activityChooserViewStyle org.osmdroid.forge.app:activityChooserViewStyle} Default ActivityChooserView style.
{@link #AppCompatTheme_alertDialogButtonGroupStyle org.osmdroid.forge.app:alertDialogButtonGroupStyle}
{@link #AppCompatTheme_alertDialogCenterButtons org.osmdroid.forge.app:alertDialogCenterButtons}
{@link #AppCompatTheme_alertDialogStyle org.osmdroid.forge.app:alertDialogStyle}
{@link #AppCompatTheme_alertDialogTheme org.osmdroid.forge.app:alertDialogTheme} Theme to use for alert dialogs spawned from this theme.
{@link #AppCompatTheme_android_windowAnimationStyle android:windowAnimationStyle}
{@link #AppCompatTheme_android_windowIsFloating android:windowIsFloating}
{@link #AppCompatTheme_autoCompleteTextViewStyle org.osmdroid.forge.app:autoCompleteTextViewStyle} Default AutoCompleteTextView style.
{@link #AppCompatTheme_borderlessButtonStyle org.osmdroid.forge.app:borderlessButtonStyle} Style for buttons without an explicit border, often used in groups.
{@link #AppCompatTheme_buttonBarButtonStyle org.osmdroid.forge.app:buttonBarButtonStyle} Style for buttons within button bars
{@link #AppCompatTheme_buttonBarNegativeButtonStyle org.osmdroid.forge.app:buttonBarNegativeButtonStyle} Style for the "negative" buttons within button bars
{@link #AppCompatTheme_buttonBarNeutralButtonStyle org.osmdroid.forge.app:buttonBarNeutralButtonStyle} Style for the "neutral" buttons within button bars
{@link #AppCompatTheme_buttonBarPositiveButtonStyle org.osmdroid.forge.app:buttonBarPositiveButtonStyle} Style for the "positive" buttons within button bars
{@link #AppCompatTheme_buttonBarStyle org.osmdroid.forge.app:buttonBarStyle} Style for button bars
{@link #AppCompatTheme_buttonStyle org.osmdroid.forge.app:buttonStyle} Normal Button style.
{@link #AppCompatTheme_buttonStyleSmall org.osmdroid.forge.app:buttonStyleSmall} Small Button style.
{@link #AppCompatTheme_checkboxStyle org.osmdroid.forge.app:checkboxStyle} Default Checkbox style.
{@link #AppCompatTheme_checkedTextViewStyle org.osmdroid.forge.app:checkedTextViewStyle} Default CheckedTextView style.
{@link #AppCompatTheme_colorAccent org.osmdroid.forge.app:colorAccent} Bright complement to the primary branding color.
{@link #AppCompatTheme_colorButtonNormal org.osmdroid.forge.app:colorButtonNormal} The color applied to framework buttons in their normal state.
{@link #AppCompatTheme_colorControlActivated org.osmdroid.forge.app:colorControlActivated} The color applied to framework controls in their activated (ex.
{@link #AppCompatTheme_colorControlHighlight org.osmdroid.forge.app:colorControlHighlight} The color applied to framework control highlights (ex.
{@link #AppCompatTheme_colorControlNormal org.osmdroid.forge.app:colorControlNormal} The color applied to framework controls in their normal state.
{@link #AppCompatTheme_colorPrimary org.osmdroid.forge.app:colorPrimary} The primary branding color for the app.
{@link #AppCompatTheme_colorPrimaryDark org.osmdroid.forge.app:colorPrimaryDark} Dark variant of the primary branding color.
{@link #AppCompatTheme_colorSwitchThumbNormal org.osmdroid.forge.app:colorSwitchThumbNormal} The color applied to framework switch thumbs in their normal state.
{@link #AppCompatTheme_controlBackground org.osmdroid.forge.app:controlBackground} The background used by framework controls.
{@link #AppCompatTheme_dialogPreferredPadding org.osmdroid.forge.app:dialogPreferredPadding} Preferred padding for dialog content.
{@link #AppCompatTheme_dialogTheme org.osmdroid.forge.app:dialogTheme} Theme to use for dialogs spawned from this theme.
{@link #AppCompatTheme_dividerHorizontal org.osmdroid.forge.app:dividerHorizontal} A drawable that may be used as a horizontal divider between visual elements.
{@link #AppCompatTheme_dividerVertical org.osmdroid.forge.app:dividerVertical} A drawable that may be used as a vertical divider between visual elements.
{@link #AppCompatTheme_dropDownListViewStyle org.osmdroid.forge.app:dropDownListViewStyle} ListPopupWindow compatibility
{@link #AppCompatTheme_dropdownListPreferredItemHeight org.osmdroid.forge.app:dropdownListPreferredItemHeight} The preferred item height for dropdown lists.
{@link #AppCompatTheme_editTextBackground org.osmdroid.forge.app:editTextBackground} EditText background drawable.
{@link #AppCompatTheme_editTextColor org.osmdroid.forge.app:editTextColor} EditText text foreground color.
{@link #AppCompatTheme_editTextStyle org.osmdroid.forge.app:editTextStyle} Default EditText style.
{@link #AppCompatTheme_homeAsUpIndicator org.osmdroid.forge.app:homeAsUpIndicator} Specifies a drawable to use for the 'home as up' indicator.
{@link #AppCompatTheme_imageButtonStyle org.osmdroid.forge.app:imageButtonStyle} ImageButton background drawable.
{@link #AppCompatTheme_listChoiceBackgroundIndicator org.osmdroid.forge.app:listChoiceBackgroundIndicator} Drawable used as a background for selected list items.
{@link #AppCompatTheme_listDividerAlertDialog org.osmdroid.forge.app:listDividerAlertDialog} The list divider used in alert dialogs.
{@link #AppCompatTheme_listPopupWindowStyle org.osmdroid.forge.app:listPopupWindowStyle}
{@link #AppCompatTheme_listPreferredItemHeight org.osmdroid.forge.app:listPreferredItemHeight} The preferred list item height.
{@link #AppCompatTheme_listPreferredItemHeightLarge org.osmdroid.forge.app:listPreferredItemHeightLarge} A larger, more robust list item height.
{@link #AppCompatTheme_listPreferredItemHeightSmall org.osmdroid.forge.app:listPreferredItemHeightSmall} A smaller, sleeker list item height.
{@link #AppCompatTheme_listPreferredItemPaddingLeft org.osmdroid.forge.app:listPreferredItemPaddingLeft} The preferred padding along the left edge of list items.
{@link #AppCompatTheme_listPreferredItemPaddingRight org.osmdroid.forge.app:listPreferredItemPaddingRight} The preferred padding along the right edge of list items.
{@link #AppCompatTheme_panelBackground org.osmdroid.forge.app:panelBackground} The background of a panel when it is inset from the left and right edges of the screen.
{@link #AppCompatTheme_panelMenuListTheme org.osmdroid.forge.app:panelMenuListTheme} Default Panel Menu style.
{@link #AppCompatTheme_panelMenuListWidth org.osmdroid.forge.app:panelMenuListWidth} Default Panel Menu width.
{@link #AppCompatTheme_popupMenuStyle org.osmdroid.forge.app:popupMenuStyle} Default PopupMenu style.
{@link #AppCompatTheme_popupWindowStyle org.osmdroid.forge.app:popupWindowStyle} Default PopupWindow style.
{@link #AppCompatTheme_radioButtonStyle org.osmdroid.forge.app:radioButtonStyle} Default RadioButton style.
{@link #AppCompatTheme_ratingBarStyle org.osmdroid.forge.app:ratingBarStyle} Default RatingBar style.
{@link #AppCompatTheme_ratingBarStyleIndicator org.osmdroid.forge.app:ratingBarStyleIndicator} Indicator RatingBar style.
{@link #AppCompatTheme_ratingBarStyleSmall org.osmdroid.forge.app:ratingBarStyleSmall} Small indicator RatingBar style.
{@link #AppCompatTheme_searchViewStyle org.osmdroid.forge.app:searchViewStyle} Style for the search query widget.
{@link #AppCompatTheme_seekBarStyle org.osmdroid.forge.app:seekBarStyle} Default SeekBar style.
{@link #AppCompatTheme_selectableItemBackground org.osmdroid.forge.app: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.
{@link #AppCompatTheme_selectableItemBackgroundBorderless org.osmdroid.forge.app:selectableItemBackgroundBorderless} Background drawable for borderless standalone items that need focus/pressed states.
{@link #AppCompatTheme_spinnerDropDownItemStyle org.osmdroid.forge.app:spinnerDropDownItemStyle} Default Spinner style.
{@link #AppCompatTheme_spinnerStyle org.osmdroid.forge.app:spinnerStyle} Default Spinner style.
{@link #AppCompatTheme_switchStyle org.osmdroid.forge.app:switchStyle} Default style for the Switch widget.
{@link #AppCompatTheme_textAppearanceLargePopupMenu org.osmdroid.forge.app:textAppearanceLargePopupMenu} Text color, typeface, size, and style for the text inside of a popup menu.
{@link #AppCompatTheme_textAppearanceListItem org.osmdroid.forge.app:textAppearanceListItem} The preferred TextAppearance for the primary text of list items.
{@link #AppCompatTheme_textAppearanceListItemSmall org.osmdroid.forge.app:textAppearanceListItemSmall} The preferred TextAppearance for the primary text of small list items.
{@link #AppCompatTheme_textAppearanceSearchResultSubtitle org.osmdroid.forge.app:textAppearanceSearchResultSubtitle} Text color, typeface, size, and style for system search result subtitle.
{@link #AppCompatTheme_textAppearanceSearchResultTitle org.osmdroid.forge.app:textAppearanceSearchResultTitle} Text color, typeface, size, and style for system search result title.
{@link #AppCompatTheme_textAppearanceSmallPopupMenu org.osmdroid.forge.app:textAppearanceSmallPopupMenu} Text color, typeface, size, and style for small text inside of a popup menu.
{@link #AppCompatTheme_textColorAlertDialogListItem org.osmdroid.forge.app:textColorAlertDialogListItem} Color of list item text in alert dialogs.
{@link #AppCompatTheme_textColorSearchUrl org.osmdroid.forge.app:textColorSearchUrl} Text color for urls in search suggestions, used by things like global search
{@link #AppCompatTheme_toolbarNavigationButtonStyle org.osmdroid.forge.app:toolbarNavigationButtonStyle} Default Toolar NavigationButtonStyle
{@link #AppCompatTheme_toolbarStyle org.osmdroid.forge.app:toolbarStyle} Default Toolbar style.
{@link #AppCompatTheme_windowActionBar org.osmdroid.forge.app:windowActionBar} Flag indicating whether this window should have an Action Bar in place of the usual title bar.
{@link #AppCompatTheme_windowActionBarOverlay org.osmdroid.forge.app:windowActionBarOverlay} Flag indicating whether this window's Action Bar should overlay application content.
{@link #AppCompatTheme_windowActionModeOverlay org.osmdroid.forge.app:windowActionModeOverlay} Flag indicating whether action modes should overlay window content when there is not reserved space for their UI (such as an Action Bar).
{@link #AppCompatTheme_windowFixedHeightMajor org.osmdroid.forge.app:windowFixedHeightMajor} A fixed height for the window along the major axis of the screen, that is, when in portrait.
{@link #AppCompatTheme_windowFixedHeightMinor org.osmdroid.forge.app:windowFixedHeightMinor} A fixed height for the window along the minor axis of the screen, that is, when in landscape.
{@link #AppCompatTheme_windowFixedWidthMajor org.osmdroid.forge.app:windowFixedWidthMajor} A fixed width for the window along the major axis of the screen, that is, when in landscape.
{@link #AppCompatTheme_windowFixedWidthMinor org.osmdroid.forge.app:windowFixedWidthMinor} A fixed width for the window along the minor axis of the screen, that is, when in portrait.
{@link #AppCompatTheme_windowMinWidthMajor org.osmdroid.forge.app:windowMinWidthMajor} The minimum width the window is allowed to be, along the major axis of the screen.
{@link #AppCompatTheme_windowMinWidthMinor org.osmdroid.forge.app:windowMinWidthMinor} The minimum width the window is allowed to be, along the minor axis of the screen.
{@link #AppCompatTheme_windowNoTitle org.osmdroid.forge.app:windowNoTitle} Flag indicating whether there should be no title on this window.
@see #AppCompatTheme_actionBarDivider @see #AppCompatTheme_actionBarItemBackground @see #AppCompatTheme_actionBarPopupTheme @see #AppCompatTheme_actionBarSize @see #AppCompatTheme_actionBarSplitStyle @see #AppCompatTheme_actionBarStyle @see #AppCompatTheme_actionBarTabBarStyle @see #AppCompatTheme_actionBarTabStyle @see #AppCompatTheme_actionBarTabTextStyle @see #AppCompatTheme_actionBarTheme @see #AppCompatTheme_actionBarWidgetTheme @see #AppCompatTheme_actionButtonStyle @see #AppCompatTheme_actionDropDownStyle @see #AppCompatTheme_actionMenuTextAppearance @see #AppCompatTheme_actionMenuTextColor @see #AppCompatTheme_actionModeBackground @see #AppCompatTheme_actionModeCloseButtonStyle @see #AppCompatTheme_actionModeCloseDrawable @see #AppCompatTheme_actionModeCopyDrawable @see #AppCompatTheme_actionModeCutDrawable @see #AppCompatTheme_actionModeFindDrawable @see #AppCompatTheme_actionModePasteDrawable @see #AppCompatTheme_actionModePopupWindowStyle @see #AppCompatTheme_actionModeSelectAllDrawable @see #AppCompatTheme_actionModeShareDrawable @see #AppCompatTheme_actionModeSplitBackground @see #AppCompatTheme_actionModeStyle @see #AppCompatTheme_actionModeWebSearchDrawable @see #AppCompatTheme_actionOverflowButtonStyle @see #AppCompatTheme_actionOverflowMenuStyle @see #AppCompatTheme_activityChooserViewStyle @see #AppCompatTheme_alertDialogButtonGroupStyle @see #AppCompatTheme_alertDialogCenterButtons @see #AppCompatTheme_alertDialogStyle @see #AppCompatTheme_alertDialogTheme @see #AppCompatTheme_android_windowAnimationStyle @see #AppCompatTheme_android_windowIsFloating @see #AppCompatTheme_autoCompleteTextViewStyle @see #AppCompatTheme_borderlessButtonStyle @see #AppCompatTheme_buttonBarButtonStyle @see #AppCompatTheme_buttonBarNegativeButtonStyle @see #AppCompatTheme_buttonBarNeutralButtonStyle @see #AppCompatTheme_buttonBarPositiveButtonStyle @see #AppCompatTheme_buttonBarStyle @see #AppCompatTheme_buttonStyle @see #AppCompatTheme_buttonStyleSmall @see #AppCompatTheme_checkboxStyle @see #AppCompatTheme_checkedTextViewStyle @see #AppCompatTheme_colorAccent @see #AppCompatTheme_colorButtonNormal @see #AppCompatTheme_colorControlActivated @see #AppCompatTheme_colorControlHighlight @see #AppCompatTheme_colorControlNormal @see #AppCompatTheme_colorPrimary @see #AppCompatTheme_colorPrimaryDark @see #AppCompatTheme_colorSwitchThumbNormal @see #AppCompatTheme_controlBackground @see #AppCompatTheme_dialogPreferredPadding @see #AppCompatTheme_dialogTheme @see #AppCompatTheme_dividerHorizontal @see #AppCompatTheme_dividerVertical @see #AppCompatTheme_dropDownListViewStyle @see #AppCompatTheme_dropdownListPreferredItemHeight @see #AppCompatTheme_editTextBackground @see #AppCompatTheme_editTextColor @see #AppCompatTheme_editTextStyle @see #AppCompatTheme_homeAsUpIndicator @see #AppCompatTheme_imageButtonStyle @see #AppCompatTheme_listChoiceBackgroundIndicator @see #AppCompatTheme_listDividerAlertDialog @see #AppCompatTheme_listPopupWindowStyle @see #AppCompatTheme_listPreferredItemHeight @see #AppCompatTheme_listPreferredItemHeightLarge @see #AppCompatTheme_listPreferredItemHeightSmall @see #AppCompatTheme_listPreferredItemPaddingLeft @see #AppCompatTheme_listPreferredItemPaddingRight @see #AppCompatTheme_panelBackground @see #AppCompatTheme_panelMenuListTheme @see #AppCompatTheme_panelMenuListWidth @see #AppCompatTheme_popupMenuStyle @see #AppCompatTheme_popupWindowStyle @see #AppCompatTheme_radioButtonStyle @see #AppCompatTheme_ratingBarStyle @see #AppCompatTheme_ratingBarStyleIndicator @see #AppCompatTheme_ratingBarStyleSmall @see #AppCompatTheme_searchViewStyle @see #AppCompatTheme_seekBarStyle @see #AppCompatTheme_selectableItemBackground @see #AppCompatTheme_selectableItemBackgroundBorderless @see #AppCompatTheme_spinnerDropDownItemStyle @see #AppCompatTheme_spinnerStyle @see #AppCompatTheme_switchStyle @see #AppCompatTheme_textAppearanceLargePopupMenu @see #AppCompatTheme_textAppearanceListItem @see #AppCompatTheme_textAppearanceListItemSmall @see #AppCompatTheme_textAppearanceSearchResultSubtitle @see #AppCompatTheme_textAppearanceSearchResultTitle @see #AppCompatTheme_textAppearanceSmallPopupMenu @see #AppCompatTheme_textColorAlertDialogListItem @see #AppCompatTheme_textColorSearchUrl @see #AppCompatTheme_toolbarNavigationButtonStyle @see #AppCompatTheme_toolbarStyle @see #AppCompatTheme_windowActionBar @see #AppCompatTheme_windowActionBarOverlay @see #AppCompatTheme_windowActionModeOverlay @see #AppCompatTheme_windowFixedHeightMajor @see #AppCompatTheme_windowFixedHeightMinor @see #AppCompatTheme_windowFixedWidthMajor @see #AppCompatTheme_windowFixedWidthMinor @see #AppCompatTheme_windowMinWidthMajor @see #AppCompatTheme_windowMinWidthMinor @see #AppCompatTheme_windowNoTitle */ public static final int[] AppCompatTheme = { 0x01010057, 0x010100ae, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070 }; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarDivider */ public static final int AppCompatTheme_actionBarDivider = 23; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarItemBackground */ public static final int AppCompatTheme_actionBarItemBackground = 24; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarPopupTheme */ public static final int AppCompatTheme_actionBarPopupTheme = 17; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarSize */ public static final int AppCompatTheme_actionBarSize = 22; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarSplitStyle */ public static final int AppCompatTheme_actionBarSplitStyle = 19; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarStyle */ public static final int AppCompatTheme_actionBarStyle = 18; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#actionBarTabBarStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:actionBarTabBarStyle */ public static final int AppCompatTheme_actionBarTabBarStyle = 13; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarTabStyle */ public static final int AppCompatTheme_actionBarTabStyle = 12; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#actionBarTabTextStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:actionBarTabTextStyle */ public static final int AppCompatTheme_actionBarTabTextStyle = 14; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarTheme */ public static final int AppCompatTheme_actionBarTheme = 20; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionBarWidgetTheme */ public static final int AppCompatTheme_actionBarWidgetTheme = 21; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionButtonStyle */ public static final int AppCompatTheme_actionButtonStyle = 49; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionDropDownStyle */ public static final int AppCompatTheme_actionDropDownStyle = 45; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionMenuTextAppearance */ public static final int AppCompatTheme_actionMenuTextAppearance = 25; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionMenuTextColor */ public static final int AppCompatTheme_actionMenuTextColor = 26; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeBackground */ public static final int AppCompatTheme_actionModeBackground = 29; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#actionModeCloseButtonStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:actionModeCloseButtonStyle */ public static final int AppCompatTheme_actionModeCloseButtonStyle = 28; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeCloseDrawable */ public static final int AppCompatTheme_actionModeCloseDrawable = 31; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeCopyDrawable */ public static final int AppCompatTheme_actionModeCopyDrawable = 33; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeCutDrawable */ public static final int AppCompatTheme_actionModeCutDrawable = 32; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeFindDrawable */ public static final int AppCompatTheme_actionModeFindDrawable = 37; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModePasteDrawable */ public static final int AppCompatTheme_actionModePasteDrawable = 34; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModePopupWindowStyle */ public static final int AppCompatTheme_actionModePopupWindowStyle = 39; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeSelectAllDrawable */ public static final int AppCompatTheme_actionModeSelectAllDrawable = 35; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeShareDrawable */ public static final int AppCompatTheme_actionModeShareDrawable = 36; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeSplitBackground */ public static final int AppCompatTheme_actionModeSplitBackground = 30; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#actionModeStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:actionModeStyle */ public static final int AppCompatTheme_actionModeStyle = 27; /**

@attr description 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. @attr name org.osmdroid.forge.app:actionModeWebSearchDrawable */ public static final int AppCompatTheme_actionModeWebSearchDrawable = 38; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#actionOverflowButtonStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:actionOverflowButtonStyle */ public static final int AppCompatTheme_actionOverflowButtonStyle = 15; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#actionOverflowMenuStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:actionOverflowMenuStyle */ public static final int AppCompatTheme_actionOverflowMenuStyle = 16; /**

@attr description 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. @attr name org.osmdroid.forge.app:activityChooserViewStyle */ public static final int AppCompatTheme_activityChooserViewStyle = 57; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#alertDialogButtonGroupStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:alertDialogButtonGroupStyle */ public static final int AppCompatTheme_alertDialogButtonGroupStyle = 92; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#alertDialogCenterButtons} attribute's value can be found in the {@link #AppCompatTheme} 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. @attr name org.osmdroid.forge.app:alertDialogCenterButtons */ public static final int AppCompatTheme_alertDialogCenterButtons = 93; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#alertDialogStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:alertDialogStyle */ public static final int AppCompatTheme_alertDialogStyle = 91; /**

@attr description 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. @attr name org.osmdroid.forge.app:alertDialogTheme */ public static final int AppCompatTheme_alertDialogTheme = 94; /**

This symbol is the offset where the {@link android.R.attr#windowAnimationStyle} attribute's value can be found in the {@link #AppCompatTheme} array. @attr name android:windowAnimationStyle */ public static final int AppCompatTheme_android_windowAnimationStyle = 1; /**

This symbol is the offset where the {@link android.R.attr#windowIsFloating} attribute's value can be found in the {@link #AppCompatTheme} array. @attr name android:windowIsFloating */ public static final int AppCompatTheme_android_windowIsFloating = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:autoCompleteTextViewStyle */ public static final int AppCompatTheme_autoCompleteTextViewStyle = 99; /**

@attr description 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. @attr name org.osmdroid.forge.app:borderlessButtonStyle */ public static final int AppCompatTheme_borderlessButtonStyle = 54; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonBarButtonStyle */ public static final int AppCompatTheme_buttonBarButtonStyle = 51; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonBarNegativeButtonStyle */ public static final int AppCompatTheme_buttonBarNegativeButtonStyle = 97; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonBarNeutralButtonStyle */ public static final int AppCompatTheme_buttonBarNeutralButtonStyle = 98; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonBarPositiveButtonStyle */ public static final int AppCompatTheme_buttonBarPositiveButtonStyle = 96; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonBarStyle */ public static final int AppCompatTheme_buttonBarStyle = 50; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonStyle */ public static final int AppCompatTheme_buttonStyle = 100; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonStyleSmall */ public static final int AppCompatTheme_buttonStyleSmall = 101; /**

@attr description 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. @attr name org.osmdroid.forge.app:checkboxStyle */ public static final int AppCompatTheme_checkboxStyle = 102; /**

@attr description 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. @attr name org.osmdroid.forge.app:checkedTextViewStyle */ public static final int AppCompatTheme_checkedTextViewStyle = 103; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorAccent */ public static final int AppCompatTheme_colorAccent = 84; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorButtonNormal */ public static final int AppCompatTheme_colorButtonNormal = 88; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorControlActivated */ public static final int AppCompatTheme_colorControlActivated = 86; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorControlHighlight */ public static final int AppCompatTheme_colorControlHighlight = 87; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorControlNormal */ public static final int AppCompatTheme_colorControlNormal = 85; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorPrimary */ public static final int AppCompatTheme_colorPrimary = 82; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorPrimaryDark */ public static final int AppCompatTheme_colorPrimaryDark = 83; /**

@attr description 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. @attr name org.osmdroid.forge.app:colorSwitchThumbNormal */ public static final int AppCompatTheme_colorSwitchThumbNormal = 89; /**

@attr description 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. @attr name org.osmdroid.forge.app:controlBackground */ public static final int AppCompatTheme_controlBackground = 90; /**

@attr description 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. @attr name org.osmdroid.forge.app:dialogPreferredPadding */ public static final int AppCompatTheme_dialogPreferredPadding = 43; /**

@attr description 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. @attr name org.osmdroid.forge.app:dialogTheme */ public static final int AppCompatTheme_dialogTheme = 42; /**

@attr description 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. @attr name org.osmdroid.forge.app:dividerHorizontal */ public static final int AppCompatTheme_dividerHorizontal = 56; /**

@attr description 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. @attr name org.osmdroid.forge.app:dividerVertical */ public static final int AppCompatTheme_dividerVertical = 55; /**

@attr description 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. @attr name org.osmdroid.forge.app:dropDownListViewStyle */ public static final int AppCompatTheme_dropDownListViewStyle = 74; /**

@attr description 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. @attr name org.osmdroid.forge.app:dropdownListPreferredItemHeight */ public static final int AppCompatTheme_dropdownListPreferredItemHeight = 46; /**

@attr description 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. @attr name org.osmdroid.forge.app:editTextBackground */ public static final int AppCompatTheme_editTextBackground = 63; /**

@attr description 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. @attr name org.osmdroid.forge.app:editTextColor */ public static final int AppCompatTheme_editTextColor = 62; /**

@attr description 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. @attr name org.osmdroid.forge.app:editTextStyle */ public static final int AppCompatTheme_editTextStyle = 104; /**

@attr description 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. @attr name org.osmdroid.forge.app:homeAsUpIndicator */ public static final int AppCompatTheme_homeAsUpIndicator = 48; /**

@attr description ImageButton 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. @attr name org.osmdroid.forge.app:imageButtonStyle */ public static final int AppCompatTheme_imageButtonStyle = 64; /**

@attr description 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. @attr name org.osmdroid.forge.app:listChoiceBackgroundIndicator */ public static final int AppCompatTheme_listChoiceBackgroundIndicator = 81; /**

@attr description 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. @attr name org.osmdroid.forge.app:listDividerAlertDialog */ public static final int AppCompatTheme_listDividerAlertDialog = 44; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#listPopupWindowStyle} attribute's value can be found in the {@link #AppCompatTheme} 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". @attr name org.osmdroid.forge.app:listPopupWindowStyle */ public static final int AppCompatTheme_listPopupWindowStyle = 75; /**

@attr description 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. @attr name org.osmdroid.forge.app:listPreferredItemHeight */ public static final int AppCompatTheme_listPreferredItemHeight = 69; /**

@attr description 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. @attr name org.osmdroid.forge.app:listPreferredItemHeightLarge */ public static final int AppCompatTheme_listPreferredItemHeightLarge = 71; /**

@attr description 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. @attr name org.osmdroid.forge.app:listPreferredItemHeightSmall */ public static final int AppCompatTheme_listPreferredItemHeightSmall = 70; /**

@attr description 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. @attr name org.osmdroid.forge.app:listPreferredItemPaddingLeft */ public static final int AppCompatTheme_listPreferredItemPaddingLeft = 72; /**

@attr description 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. @attr name org.osmdroid.forge.app:listPreferredItemPaddingRight */ public static final int AppCompatTheme_listPreferredItemPaddingRight = 73; /**

@attr description 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. @attr name org.osmdroid.forge.app:panelBackground */ public static final int AppCompatTheme_panelBackground = 78; /**

@attr description 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. @attr name org.osmdroid.forge.app:panelMenuListTheme */ public static final int AppCompatTheme_panelMenuListTheme = 80; /**

@attr description 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. @attr name org.osmdroid.forge.app:panelMenuListWidth */ public static final int AppCompatTheme_panelMenuListWidth = 79; /**

@attr description 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. @attr name org.osmdroid.forge.app:popupMenuStyle */ public static final int AppCompatTheme_popupMenuStyle = 60; /**

@attr description 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. @attr name org.osmdroid.forge.app:popupWindowStyle */ public static final int AppCompatTheme_popupWindowStyle = 61; /**

@attr description 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. @attr name org.osmdroid.forge.app:radioButtonStyle */ public static final int AppCompatTheme_radioButtonStyle = 105; /**

@attr description 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. @attr name org.osmdroid.forge.app:ratingBarStyle */ public static final int AppCompatTheme_ratingBarStyle = 106; /**

@attr description Indicator 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. @attr name org.osmdroid.forge.app:ratingBarStyleIndicator */ public static final int AppCompatTheme_ratingBarStyleIndicator = 107; /**

@attr description Small indicator 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. @attr name org.osmdroid.forge.app:ratingBarStyleSmall */ public static final int AppCompatTheme_ratingBarStyleSmall = 108; /**

@attr description 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. @attr name org.osmdroid.forge.app:searchViewStyle */ public static final int AppCompatTheme_searchViewStyle = 68; /**

@attr description Default SeekBar 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. @attr name org.osmdroid.forge.app:seekBarStyle */ public static final int AppCompatTheme_seekBarStyle = 109; /**

@attr description 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. @attr name org.osmdroid.forge.app:selectableItemBackground */ public static final int AppCompatTheme_selectableItemBackground = 52; /**

@attr description 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. @attr name org.osmdroid.forge.app:selectableItemBackgroundBorderless */ public static final int AppCompatTheme_selectableItemBackgroundBorderless = 53; /**

@attr description 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. @attr name org.osmdroid.forge.app:spinnerDropDownItemStyle */ public static final int AppCompatTheme_spinnerDropDownItemStyle = 47; /**

@attr description 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. @attr name org.osmdroid.forge.app:spinnerStyle */ public static final int AppCompatTheme_spinnerStyle = 110; /**

@attr description 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. @attr name org.osmdroid.forge.app:switchStyle */ public static final int AppCompatTheme_switchStyle = 111; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAppearanceLargePopupMenu */ public static final int AppCompatTheme_textAppearanceLargePopupMenu = 40; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAppearanceListItem */ public static final int AppCompatTheme_textAppearanceListItem = 76; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAppearanceListItemSmall */ public static final int AppCompatTheme_textAppearanceListItemSmall = 77; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAppearanceSearchResultSubtitle */ public static final int AppCompatTheme_textAppearanceSearchResultSubtitle = 66; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAppearanceSearchResultTitle */ public static final int AppCompatTheme_textAppearanceSearchResultTitle = 65; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAppearanceSmallPopupMenu */ public static final int AppCompatTheme_textAppearanceSmallPopupMenu = 41; /**

@attr description 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. @attr name org.osmdroid.forge.app:textColorAlertDialogListItem */ public static final int AppCompatTheme_textColorAlertDialogListItem = 95; /**

@attr description 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. @attr name org.osmdroid.forge.app:textColorSearchUrl */ public static final int AppCompatTheme_textColorSearchUrl = 67; /**

@attr description 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. @attr name org.osmdroid.forge.app:toolbarNavigationButtonStyle */ public static final int AppCompatTheme_toolbarNavigationButtonStyle = 59; /**

@attr description 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. @attr name org.osmdroid.forge.app:toolbarStyle */ public static final int AppCompatTheme_toolbarStyle = 58; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowActionBar */ public static final int AppCompatTheme_windowActionBar = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowActionBarOverlay */ public static final int AppCompatTheme_windowActionBarOverlay = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowActionModeOverlay */ public static final int AppCompatTheme_windowActionModeOverlay = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowFixedHeightMajor */ public static final int AppCompatTheme_windowFixedHeightMajor = 9; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowFixedHeightMinor */ public static final int AppCompatTheme_windowFixedHeightMinor = 7; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowFixedWidthMajor */ public static final int AppCompatTheme_windowFixedWidthMajor = 6; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowFixedWidthMinor */ public static final int AppCompatTheme_windowFixedWidthMinor = 8; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowMinWidthMajor */ public static final int AppCompatTheme_windowMinWidthMajor = 10; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowMinWidthMinor */ public static final int AppCompatTheme_windowMinWidthMinor = 11; /**

@attr description 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. @attr name org.osmdroid.forge.app:windowNoTitle */ public static final int AppCompatTheme_windowNoTitle = 3; /** @hide

Includes the following attributes:

AttributeDescription
{@link #ButtonBarLayout_allowStacking org.osmdroid.forge.app:allowStacking} Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side.
@see #ButtonBarLayout_allowStacking */ public static final int[] ButtonBarLayout = { 0x7f0100cf }; /**

@attr description Whether to automatically stack the buttons when there is not enough space to lay them out side-by-side.

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. @attr name org.osmdroid.forge.app:allowStacking */ public static final int ButtonBarLayout_allowStacking = 0; /** Attributes that can be used with a CompoundButton.

Includes the following attributes:

AttributeDescription
{@link #CompoundButton_android_button android:button}
{@link #CompoundButton_buttonTint org.osmdroid.forge.app:buttonTint} Tint to apply to the button drawable.
{@link #CompoundButton_buttonTintMode org.osmdroid.forge.app:buttonTintMode} Blending mode used to apply the button tint.
@see #CompoundButton_android_button @see #CompoundButton_buttonTint @see #CompoundButton_buttonTintMode */ public static final int[] CompoundButton = { 0x01010107, 0x7f0100c1, 0x7f0100c2 }; /**

This symbol is the offset where the {@link android.R.attr#button} attribute's value can be found in the {@link #CompoundButton} array. @attr name android:button */ public static final int CompoundButton_android_button = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonTint */ public static final int CompoundButton_buttonTint = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:buttonTintMode */ public static final int CompoundButton_buttonTintMode = 2; /** Attributes that can be used with a DrawerArrowToggle.

Includes the following attributes:

AttributeDescription
{@link #DrawerArrowToggle_arrowHeadLength org.osmdroid.forge.app:arrowHeadLength} The length of the arrow head when formed to make an arrow
{@link #DrawerArrowToggle_arrowShaftLength org.osmdroid.forge.app:arrowShaftLength} The length of the shaft when formed to make an arrow
{@link #DrawerArrowToggle_barLength org.osmdroid.forge.app:barLength} The length of the bars when they are parallel to each other
{@link #DrawerArrowToggle_color org.osmdroid.forge.app:color} The drawing color for the bars
{@link #DrawerArrowToggle_drawableSize org.osmdroid.forge.app:drawableSize} The total size of the drawable
{@link #DrawerArrowToggle_gapBetweenBars org.osmdroid.forge.app:gapBetweenBars} The max gap between the bars when they are parallel to each other
{@link #DrawerArrowToggle_spinBars org.osmdroid.forge.app:spinBars} Whether bars should rotate or not during transition
{@link #DrawerArrowToggle_thickness org.osmdroid.forge.app:thickness} The thickness (stroke size) for the bar paint
@see #DrawerArrowToggle_arrowHeadLength @see #DrawerArrowToggle_arrowShaftLength @see #DrawerArrowToggle_barLength @see #DrawerArrowToggle_color @see #DrawerArrowToggle_drawableSize @see #DrawerArrowToggle_gapBetweenBars @see #DrawerArrowToggle_spinBars @see #DrawerArrowToggle_thickness */ public static final int[] DrawerArrowToggle = { 0x7f0100b8, 0x7f0100b9, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf }; /**

@attr description 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. @attr name org.osmdroid.forge.app:arrowHeadLength */ public static final int DrawerArrowToggle_arrowHeadLength = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:arrowShaftLength */ public static final int DrawerArrowToggle_arrowShaftLength = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:barLength */ public static final int DrawerArrowToggle_barLength = 6; /**

@attr description 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. @attr name org.osmdroid.forge.app:color */ public static final int DrawerArrowToggle_color = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:drawableSize */ public static final int DrawerArrowToggle_drawableSize = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:gapBetweenBars */ public static final int DrawerArrowToggle_gapBetweenBars = 3; /**

@attr description 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. @attr name org.osmdroid.forge.app:spinBars */ public static final int DrawerArrowToggle_spinBars = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:thickness */ public static final int DrawerArrowToggle_thickness = 7; /** Attributes that can be used with a LinearLayoutCompat.

Includes the following attributes:

AttributeDescription
{@link #LinearLayoutCompat_android_baselineAligned android:baselineAligned} When set to false, prevents the layout from aligning its children's baselines.
{@link #LinearLayoutCompat_android_baselineAlignedChildIndex 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).
{@link #LinearLayoutCompat_android_gravity android:gravity}
{@link #LinearLayoutCompat_android_orientation android:orientation} Should the layout be a column or a row? Use "horizontal" for a row, "vertical" for a column.
{@link #LinearLayoutCompat_android_weightSum android:weightSum} Defines the maximum weight sum.
{@link #LinearLayoutCompat_divider org.osmdroid.forge.app:divider} Drawable to use as a vertical divider between buttons.
{@link #LinearLayoutCompat_dividerPadding org.osmdroid.forge.app:dividerPadding} Size of padding on either end of a divider.
{@link #LinearLayoutCompat_measureWithLargestChild org.osmdroid.forge.app:measureWithLargestChild} When set to true, all children with a weight will be considered having the minimum size of the largest child.
{@link #LinearLayoutCompat_showDividers org.osmdroid.forge.app:showDividers} Setting for which dividers to show.
@see #LinearLayoutCompat_android_baselineAligned @see #LinearLayoutCompat_android_baselineAlignedChildIndex @see #LinearLayoutCompat_android_gravity @see #LinearLayoutCompat_android_orientation @see #LinearLayoutCompat_android_weightSum @see #LinearLayoutCompat_divider @see #LinearLayoutCompat_dividerPadding @see #LinearLayoutCompat_measureWithLargestChild @see #LinearLayoutCompat_showDividers */ public static final int[] LinearLayoutCompat = { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f010078, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6 }; /**

@attr description 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 {@link android.R.attr#baselineAligned}. @attr name android:baselineAligned */ public static final int LinearLayoutCompat_android_baselineAligned = 2; /**

@attr description 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 {@link android.R.attr#baselineAlignedChildIndex}. @attr name android:baselineAlignedChildIndex */ public static final int LinearLayoutCompat_android_baselineAlignedChildIndex = 3; /**

This symbol is the offset where the {@link android.R.attr#gravity} attribute's value can be found in the {@link #LinearLayoutCompat} array. @attr name android:gravity */ public static final int LinearLayoutCompat_android_gravity = 0; /**

@attr description 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 {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int LinearLayoutCompat_android_orientation = 1; /**

@attr description 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 {@link android.R.attr#weightSum}. @attr name android:weightSum */ public static final int LinearLayoutCompat_android_weightSum = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:divider */ public static final int LinearLayoutCompat_divider = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:dividerPadding */ public static final int LinearLayoutCompat_dividerPadding = 8; /**

@attr description 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. @attr name org.osmdroid.forge.app:measureWithLargestChild */ public static final int LinearLayoutCompat_measureWithLargestChild = 6; /**

@attr description 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. @attr name org.osmdroid.forge.app:showDividers */ public static final int LinearLayoutCompat_showDividers = 7; /** Attributes that can be used with a LinearLayoutCompat_Layout.

Includes the following attributes:

AttributeDescription
{@link #LinearLayoutCompat_Layout_android_layout_gravity android:layout_gravity}
{@link #LinearLayoutCompat_Layout_android_layout_height android:layout_height}
{@link #LinearLayoutCompat_Layout_android_layout_weight android:layout_weight}
{@link #LinearLayoutCompat_Layout_android_layout_width android:layout_width}
@see #LinearLayoutCompat_Layout_android_layout_gravity @see #LinearLayoutCompat_Layout_android_layout_height @see #LinearLayoutCompat_Layout_android_layout_weight @see #LinearLayoutCompat_Layout_android_layout_width */ public static final int[] LinearLayoutCompat_Layout = { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 }; /**

This symbol is the offset where the {@link android.R.attr#layout_gravity} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_gravity */ public static final int LinearLayoutCompat_Layout_android_layout_gravity = 0; /**

This symbol is the offset where the {@link android.R.attr#layout_height} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_height */ public static final int LinearLayoutCompat_Layout_android_layout_height = 2; /**

This symbol is the offset where the {@link android.R.attr#layout_weight} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_weight */ public static final int LinearLayoutCompat_Layout_android_layout_weight = 3; /**

This symbol is the offset where the {@link android.R.attr#layout_width} attribute's value can be found in the {@link #LinearLayoutCompat_Layout} array. @attr name android:layout_width */ public static final int LinearLayoutCompat_Layout_android_layout_width = 1; /** Attributes that can be used with a ListPopupWindow.

Includes the following attributes:

AttributeDescription
{@link #ListPopupWindow_android_dropDownHorizontalOffset android:dropDownHorizontalOffset} Amount of pixels by which the drop down should be offset horizontally.
{@link #ListPopupWindow_android_dropDownVerticalOffset android:dropDownVerticalOffset} Amount of pixels by which the drop down should be offset vertically.
@see #ListPopupWindow_android_dropDownHorizontalOffset @see #ListPopupWindow_android_dropDownVerticalOffset */ public static final int[] ListPopupWindow = { 0x010102ac, 0x010102ad }; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownHorizontalOffset}. @attr name android:dropDownHorizontalOffset */ public static final int ListPopupWindow_android_dropDownHorizontalOffset = 0; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownVerticalOffset}. @attr name android:dropDownVerticalOffset */ public static final int ListPopupWindow_android_dropDownVerticalOffset = 1; /** Base attributes that are available to all groups.

Includes the following attributes:

AttributeDescription
{@link #MenuGroup_android_checkableBehavior android:checkableBehavior} Whether the items are capable of displaying a check mark.
{@link #MenuGroup_android_enabled android:enabled} Whether the items are enabled.
{@link #MenuGroup_android_id android:id} The ID of the group.
{@link #MenuGroup_android_menuCategory android:menuCategory} The category applied to all items within this group.
{@link #MenuGroup_android_orderInCategory android:orderInCategory} The order within the category applied to all items within this group.
{@link #MenuGroup_android_visible android:visible} Whether the items are shown/visible.
@see #MenuGroup_android_checkableBehavior @see #MenuGroup_android_enabled @see #MenuGroup_android_id @see #MenuGroup_android_menuCategory @see #MenuGroup_android_orderInCategory @see #MenuGroup_android_visible */ public static final int[] MenuGroup = { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 }; /**

@attr description Whether the items are capable of displaying a check mark.

This corresponds to the global attribute resource symbol {@link android.R.attr#checkableBehavior}. @attr name android:checkableBehavior */ public static final int MenuGroup_android_checkableBehavior = 5; /**

@attr description Whether the items are enabled.

This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int MenuGroup_android_enabled = 0; /**

@attr description The ID of the group.

This corresponds to the global attribute resource symbol {@link android.R.attr#id}. @attr name android:id */ public static final int MenuGroup_android_id = 1; /**

@attr description 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 {@link android.R.attr#menuCategory}. @attr name android:menuCategory */ public static final int MenuGroup_android_menuCategory = 3; /**

@attr description 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 {@link android.R.attr#orderInCategory}. @attr name android:orderInCategory */ public static final int MenuGroup_android_orderInCategory = 4; /**

@attr description Whether the items are shown/visible.

This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int MenuGroup_android_visible = 2; /** Base attributes that are available to all Item objects.

Includes the following attributes:

AttributeDescription
{@link #MenuItem_actionLayout org.osmdroid.forge.app:actionLayout} An optional layout to be used as an action view.
{@link #MenuItem_actionProviderClass org.osmdroid.forge.app:actionProviderClass} The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.
{@link #MenuItem_actionViewClass org.osmdroid.forge.app:actionViewClass} The name of an optional View class to instantiate and use as an action view.
{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut} The alphabetic shortcut key.
{@link #MenuItem_android_checkable android:checkable} Whether the item is capable of displaying a check mark.
{@link #MenuItem_android_checked android:checked} Whether the item is checked.
{@link #MenuItem_android_enabled android:enabled} Whether the item is enabled.
{@link #MenuItem_android_icon android:icon} The icon associated with this item.
{@link #MenuItem_android_id android:id} The ID of the item.
{@link #MenuItem_android_menuCategory android:menuCategory} The category applied to the item.
{@link #MenuItem_android_numericShortcut android:numericShortcut} The numeric shortcut key.
{@link #MenuItem_android_onClick android:onClick} Name of a method on the Context used to inflate the menu that will be called when the item is clicked.
{@link #MenuItem_android_orderInCategory android:orderInCategory} The order within the category applied to the item.
{@link #MenuItem_android_title android:title} The title associated with the item.
{@link #MenuItem_android_titleCondensed android:titleCondensed} The condensed title associated with the item.
{@link #MenuItem_android_visible android:visible} Whether the item is shown/visible.
{@link #MenuItem_showAsAction org.osmdroid.forge.app:showAsAction} How this item should display in the Action Bar, if present.
@see #MenuItem_actionLayout @see #MenuItem_actionProviderClass @see #MenuItem_actionViewClass @see #MenuItem_android_alphabeticShortcut @see #MenuItem_android_checkable @see #MenuItem_android_checked @see #MenuItem_android_enabled @see #MenuItem_android_icon @see #MenuItem_android_id @see #MenuItem_android_menuCategory @see #MenuItem_android_numericShortcut @see #MenuItem_android_onClick @see #MenuItem_android_orderInCategory @see #MenuItem_android_title @see #MenuItem_android_titleCondensed @see #MenuItem_android_visible @see #MenuItem_showAsAction */ public static final int[] MenuItem = { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093 }; /**

@attr description An optional layout to be used as an action view. See {@link android.view.MenuItem#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. @attr name org.osmdroid.forge.app:actionLayout */ public static final int MenuItem_actionLayout = 14; /**

@attr description The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item. See {@link android.view.MenuItem#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. @attr name org.osmdroid.forge.app:actionProviderClass */ public static final int MenuItem_actionProviderClass = 16; /**

@attr description The name of an optional View class to instantiate and use as an action view. See {@link android.view.MenuItem#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. @attr name org.osmdroid.forge.app:actionViewClass */ public static final int MenuItem_actionViewClass = 15; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#alphabeticShortcut}. @attr name android:alphabeticShortcut */ public static final int MenuItem_android_alphabeticShortcut = 9; /**

@attr description Whether the item is capable of displaying a check mark.

This corresponds to the global attribute resource symbol {@link android.R.attr#checkable}. @attr name android:checkable */ public static final int MenuItem_android_checkable = 11; /**

@attr description 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 {@link android.R.attr#checked}. @attr name android:checked */ public static final int MenuItem_android_checked = 3; /**

@attr description Whether the item is enabled.

This corresponds to the global attribute resource symbol {@link android.R.attr#enabled}. @attr name android:enabled */ public static final int MenuItem_android_enabled = 1; /**

@attr description 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 {@link android.R.attr#icon}. @attr name android:icon */ public static final int MenuItem_android_icon = 0; /**

@attr description The ID of the item.

This corresponds to the global attribute resource symbol {@link android.R.attr#id}. @attr name android:id */ public static final int MenuItem_android_id = 2; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#menuCategory}. @attr name android:menuCategory */ public static final int MenuItem_android_menuCategory = 5; /**

@attr description 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 {@link android.R.attr#numericShortcut}. @attr name android:numericShortcut */ public static final int MenuItem_android_numericShortcut = 10; /**

@attr description 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 {@link android.R.attr#onClick}. @attr name android:onClick */ public static final int MenuItem_android_onClick = 12; /**

@attr description 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 {@link android.R.attr#orderInCategory}. @attr name android:orderInCategory */ public static final int MenuItem_android_orderInCategory = 6; /**

@attr description The title associated with the item.

This corresponds to the global attribute resource symbol {@link android.R.attr#title}. @attr name android:title */ public static final int MenuItem_android_title = 7; /**

@attr description 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 {@link android.R.attr#titleCondensed}. @attr name android:titleCondensed */ public static final int MenuItem_android_titleCondensed = 8; /**

@attr description Whether the item is shown/visible.

This corresponds to the global attribute resource symbol {@link android.R.attr#visible}. @attr name android:visible */ public static final int MenuItem_android_visible = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:showAsAction */ public static final int MenuItem_showAsAction = 13; /** Attributes that can be used with a MenuView.

Includes the following attributes:

AttributeDescription
{@link #MenuView_android_headerBackground android:headerBackground} Default background for the menu header.
{@link #MenuView_android_horizontalDivider android:horizontalDivider} Default horizontal divider between rows of menu items.
{@link #MenuView_android_itemBackground android:itemBackground} Default background for each menu item.
{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha} Default disabled icon alpha for each menu item that shows an icon.
{@link #MenuView_android_itemTextAppearance android:itemTextAppearance} Default appearance of menu item text.
{@link #MenuView_android_verticalDivider android:verticalDivider} Default vertical divider between menu items.
{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle} Default animations for the menu.
{@link #MenuView_preserveIconSpacing org.osmdroid.forge.app:preserveIconSpacing} Whether space should be reserved in layout when an icon is missing.
@see #MenuView_android_headerBackground @see #MenuView_android_horizontalDivider @see #MenuView_android_itemBackground @see #MenuView_android_itemIconDisabledAlpha @see #MenuView_android_itemTextAppearance @see #MenuView_android_verticalDivider @see #MenuView_android_windowAnimationStyle @see #MenuView_preserveIconSpacing */ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f01008f }; /**

@attr description Default background for the menu header.

This corresponds to the global attribute resource symbol {@link android.R.attr#headerBackground}. @attr name android:headerBackground */ public static final int MenuView_android_headerBackground = 4; /**

@attr description Default horizontal divider between rows of menu items.

This corresponds to the global attribute resource symbol {@link android.R.attr#horizontalDivider}. @attr name android:horizontalDivider */ public static final int MenuView_android_horizontalDivider = 2; /**

@attr description Default background for each menu item.

This corresponds to the global attribute resource symbol {@link android.R.attr#itemBackground}. @attr name android:itemBackground */ public static final int MenuView_android_itemBackground = 5; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#itemIconDisabledAlpha}. @attr name android:itemIconDisabledAlpha */ public static final int MenuView_android_itemIconDisabledAlpha = 6; /**

@attr description Default appearance of menu item text.

This corresponds to the global attribute resource symbol {@link android.R.attr#itemTextAppearance}. @attr name android:itemTextAppearance */ public static final int MenuView_android_itemTextAppearance = 1; /**

@attr description Default vertical divider between menu items.

This corresponds to the global attribute resource symbol {@link android.R.attr#verticalDivider}. @attr name android:verticalDivider */ public static final int MenuView_android_verticalDivider = 3; /**

@attr description Default animations for the menu.

This corresponds to the global attribute resource symbol {@link android.R.attr#windowAnimationStyle}. @attr name android:windowAnimationStyle */ public static final int MenuView_android_windowAnimationStyle = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:preserveIconSpacing */ public static final int MenuView_preserveIconSpacing = 7; /** Attributes that can be used with a PopupWindow.

Includes the following attributes:

AttributeDescription
{@link #PopupWindow_android_popupBackground android:popupBackground}
{@link #PopupWindow_overlapAnchor org.osmdroid.forge.app:overlapAnchor} Whether the popup window should overlap its anchor view.
@see #PopupWindow_android_popupBackground @see #PopupWindow_overlapAnchor */ public static final int[] PopupWindow = { 0x01010176, 0x7f0100b7 }; /**

This symbol is the offset where the {@link android.R.attr#popupBackground} attribute's value can be found in the {@link #PopupWindow} array. @attr name android:popupBackground */ public static final int PopupWindow_android_popupBackground = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:overlapAnchor */ public static final int PopupWindow_overlapAnchor = 1; /** Attributes that can be used with a PopupWindowBackgroundState.

Includes the following attributes:

AttributeDescription
{@link #PopupWindowBackgroundState_state_above_anchor org.osmdroid.forge.app:state_above_anchor} State identifier indicating the popup will be above the anchor.
@see #PopupWindowBackgroundState_state_above_anchor */ public static final int[] PopupWindowBackgroundState = { 0x7f0100b6 }; /**

@attr description 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. @attr name org.osmdroid.forge.app:state_above_anchor */ public static final int PopupWindowBackgroundState_state_above_anchor = 0; /** Attributes that can be used with a SearchView.

Includes the following attributes:

AttributeDescription
{@link #SearchView_android_focusable android:focusable}
{@link #SearchView_android_imeOptions android:imeOptions} The IME options to set on the query text field.
{@link #SearchView_android_inputType android:inputType} The input type to set on the query text field.
{@link #SearchView_android_maxWidth android:maxWidth} An optional maximum width of the SearchView.
{@link #SearchView_closeIcon org.osmdroid.forge.app:closeIcon} Close button icon
{@link #SearchView_commitIcon org.osmdroid.forge.app:commitIcon} Commit icon shown in the query suggestion row
{@link #SearchView_defaultQueryHint org.osmdroid.forge.app:defaultQueryHint} Default query hint used when {@code queryHint} is undefined and the search view's {@code SearchableInfo} does not provide a hint.
{@link #SearchView_goIcon org.osmdroid.forge.app:goIcon} Go button icon
{@link #SearchView_iconifiedByDefault org.osmdroid.forge.app:iconifiedByDefault} The default state of the SearchView.
{@link #SearchView_layout org.osmdroid.forge.app:layout} The layout to use for the search view.
{@link #SearchView_queryBackground org.osmdroid.forge.app:queryBackground} Background for the section containing the search query
{@link #SearchView_queryHint org.osmdroid.forge.app:queryHint} An optional user-defined query hint string to be displayed in the empty query field.
{@link #SearchView_searchHintIcon org.osmdroid.forge.app:searchHintIcon} Search icon displayed as a text field hint
{@link #SearchView_searchIcon org.osmdroid.forge.app:searchIcon} Search icon
{@link #SearchView_submitBackground org.osmdroid.forge.app:submitBackground} Background for the section containing the action (e.
{@link #SearchView_suggestionRowLayout org.osmdroid.forge.app:suggestionRowLayout} Layout for query suggestion rows
{@link #SearchView_voiceIcon org.osmdroid.forge.app:voiceIcon} Voice button icon
@see #SearchView_android_focusable @see #SearchView_android_imeOptions @see #SearchView_android_inputType @see #SearchView_android_maxWidth @see #SearchView_closeIcon @see #SearchView_commitIcon @see #SearchView_defaultQueryHint @see #SearchView_goIcon @see #SearchView_iconifiedByDefault @see #SearchView_layout @see #SearchView_queryBackground @see #SearchView_queryHint @see #SearchView_searchHintIcon @see #SearchView_searchIcon @see #SearchView_submitBackground @see #SearchView_suggestionRowLayout @see #SearchView_voiceIcon */ public static final int[] SearchView = { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0 }; /**

This symbol is the offset where the {@link android.R.attr#focusable} attribute's value can be found in the {@link #SearchView} array. @attr name android:focusable */ public static final int SearchView_android_focusable = 0; /**

@attr description The IME options to set on the query text field.

This corresponds to the global attribute resource symbol {@link android.R.attr#imeOptions}. @attr name android:imeOptions */ public static final int SearchView_android_imeOptions = 3; /**

@attr description The input type to set on the query text field.

This corresponds to the global attribute resource symbol {@link android.R.attr#inputType}. @attr name android:inputType */ public static final int SearchView_android_inputType = 2; /**

@attr description An optional maximum width of the SearchView.

This corresponds to the global attribute resource symbol {@link android.R.attr#maxWidth}. @attr name android:maxWidth */ public static final int SearchView_android_maxWidth = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:closeIcon */ public static final int SearchView_closeIcon = 8; /**

@attr description 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. @attr name org.osmdroid.forge.app:commitIcon */ public static final int SearchView_commitIcon = 13; /**

@attr description Default query hint used when {@code queryHint} is undefined and the search view's {@code 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. @attr name org.osmdroid.forge.app:defaultQueryHint */ public static final int SearchView_defaultQueryHint = 7; /**

@attr description 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. @attr name org.osmdroid.forge.app:goIcon */ public static final int SearchView_goIcon = 9; /**

@attr description 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. @attr name org.osmdroid.forge.app:iconifiedByDefault */ public static final int SearchView_iconifiedByDefault = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:layout */ public static final int SearchView_layout = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:queryBackground */ public static final int SearchView_queryBackground = 15; /**

@attr description 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. @attr name org.osmdroid.forge.app:queryHint */ public static final int SearchView_queryHint = 6; /**

@attr description 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. @attr name org.osmdroid.forge.app:searchHintIcon */ public static final int SearchView_searchHintIcon = 11; /**

@attr description 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. @attr name org.osmdroid.forge.app:searchIcon */ public static final int SearchView_searchIcon = 10; /**

@attr description 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. @attr name org.osmdroid.forge.app:submitBackground */ public static final int SearchView_submitBackground = 16; /**

@attr description 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. @attr name org.osmdroid.forge.app:suggestionRowLayout */ public static final int SearchView_suggestionRowLayout = 14; /**

@attr description 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. @attr name org.osmdroid.forge.app:voiceIcon */ public static final int SearchView_voiceIcon = 12; /** Attributes that can be used with a Spinner.

Includes the following attributes:

AttributeDescription
{@link #Spinner_android_dropDownWidth android:dropDownWidth} Width of the dropdown in spinnerMode="dropdown".
{@link #Spinner_android_entries android:entries} Reference to an array resource that will populate the Spinner.
{@link #Spinner_android_popupBackground android:popupBackground} Background drawable to use for the dropdown in spinnerMode="dropdown".
{@link #Spinner_android_prompt android:prompt} The prompt to display when the spinner's dialog is shown.
{@link #Spinner_popupTheme org.osmdroid.forge.app:popupTheme} Theme to use for the drop-down or dialog popup window.
@see #Spinner_android_dropDownWidth @see #Spinner_android_entries @see #Spinner_android_popupBackground @see #Spinner_android_prompt @see #Spinner_popupTheme */ public static final int[] Spinner = { 0x010100b2, 0x01010176, 0x0101017b, 0x01010262, 0x7f010088 }; /**

@attr description Width of the dropdown in spinnerMode="dropdown".

This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownWidth}. @attr name android:dropDownWidth */ public static final int Spinner_android_dropDownWidth = 3; /**

@attr description Reference to an array resource that will populate the Spinner.

This corresponds to the global attribute resource symbol {@link android.R.attr#entries}. @attr name android:entries */ public static final int Spinner_android_entries = 0; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#popupBackground}. @attr name android:popupBackground */ public static final int Spinner_android_popupBackground = 1; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#prompt}. @attr name android:prompt */ public static final int Spinner_android_prompt = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:popupTheme */ public static final int Spinner_popupTheme = 4; /** Attributes that can be used with a SwitchCompat.

Includes the following attributes:

AttributeDescription
{@link #SwitchCompat_android_textOff android:textOff} Text to use when the switch is in the unchecked/"off" state.
{@link #SwitchCompat_android_textOn android:textOn} Text to use when the switch is in the checked/"on" state.
{@link #SwitchCompat_android_thumb android:thumb} Drawable to use as the "thumb" that switches back and forth.
{@link #SwitchCompat_showText org.osmdroid.forge.app:showText} Whether to draw on/off text.
{@link #SwitchCompat_splitTrack org.osmdroid.forge.app:splitTrack} Whether to split the track and leave a gap for the thumb drawable.
{@link #SwitchCompat_switchMinWidth org.osmdroid.forge.app:switchMinWidth} Minimum width for the switch component
{@link #SwitchCompat_switchPadding org.osmdroid.forge.app:switchPadding} Minimum space between the switch and caption text
{@link #SwitchCompat_switchTextAppearance org.osmdroid.forge.app:switchTextAppearance} TextAppearance style for text displayed on the switch thumb.
{@link #SwitchCompat_thumbTextPadding org.osmdroid.forge.app:thumbTextPadding} Amount of padding on either side of text within the switch thumb.
{@link #SwitchCompat_track org.osmdroid.forge.app:track} Drawable to use as the "track" that the switch thumb slides within.
@see #SwitchCompat_android_textOff @see #SwitchCompat_android_textOn @see #SwitchCompat_android_thumb @see #SwitchCompat_showText @see #SwitchCompat_splitTrack @see #SwitchCompat_switchMinWidth @see #SwitchCompat_switchPadding @see #SwitchCompat_switchTextAppearance @see #SwitchCompat_thumbTextPadding @see #SwitchCompat_track */ public static final int[] SwitchCompat = { 0x01010124, 0x01010125, 0x01010142, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8, 0x7f0100c9 }; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#textOff}. @attr name android:textOff */ public static final int SwitchCompat_android_textOff = 1; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#textOn}. @attr name android:textOn */ public static final int SwitchCompat_android_textOn = 0; /**

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

This corresponds to the global attribute resource symbol {@link android.R.attr#thumb}. @attr name android:thumb */ public static final int SwitchCompat_android_thumb = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:showText */ public static final int SwitchCompat_showText = 9; /**

@attr description 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. @attr name org.osmdroid.forge.app:splitTrack */ public static final int SwitchCompat_splitTrack = 8; /**

@attr description 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. @attr name org.osmdroid.forge.app:switchMinWidth */ public static final int SwitchCompat_switchMinWidth = 6; /**

@attr description 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. @attr name org.osmdroid.forge.app:switchPadding */ public static final int SwitchCompat_switchPadding = 7; /**

@attr description 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. @attr name org.osmdroid.forge.app:switchTextAppearance */ public static final int SwitchCompat_switchTextAppearance = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:thumbTextPadding */ public static final int SwitchCompat_thumbTextPadding = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:track */ public static final int SwitchCompat_track = 3; /** Attributes that can be used with a TextAppearance.

Includes the following attributes:

AttributeDescription
{@link #TextAppearance_android_shadowColor android:shadowColor}
{@link #TextAppearance_android_shadowDx android:shadowDx}
{@link #TextAppearance_android_shadowDy android:shadowDy}
{@link #TextAppearance_android_shadowRadius android:shadowRadius}
{@link #TextAppearance_android_textColor android:textColor}
{@link #TextAppearance_android_textSize android:textSize}
{@link #TextAppearance_android_textStyle android:textStyle}
{@link #TextAppearance_android_typeface android:typeface}
{@link #TextAppearance_textAllCaps org.osmdroid.forge.app:textAllCaps} Present the text in ALL CAPS.
@see #TextAppearance_android_shadowColor @see #TextAppearance_android_shadowDx @see #TextAppearance_android_shadowDy @see #TextAppearance_android_shadowRadius @see #TextAppearance_android_textColor @see #TextAppearance_android_textSize @see #TextAppearance_android_textStyle @see #TextAppearance_android_typeface @see #TextAppearance_textAllCaps */ public static final int[] TextAppearance = { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f0100a3 }; /**

This symbol is the offset where the {@link android.R.attr#shadowColor} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowColor */ public static final int TextAppearance_android_shadowColor = 4; /**

This symbol is the offset where the {@link android.R.attr#shadowDx} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowDx */ public static final int TextAppearance_android_shadowDx = 5; /**

This symbol is the offset where the {@link android.R.attr#shadowDy} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowDy */ public static final int TextAppearance_android_shadowDy = 6; /**

This symbol is the offset where the {@link android.R.attr#shadowRadius} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:shadowRadius */ public static final int TextAppearance_android_shadowRadius = 7; /**

This symbol is the offset where the {@link android.R.attr#textColor} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textColor */ public static final int TextAppearance_android_textColor = 3; /**

This symbol is the offset where the {@link android.R.attr#textSize} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textSize */ public static final int TextAppearance_android_textSize = 0; /**

This symbol is the offset where the {@link android.R.attr#textStyle} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:textStyle */ public static final int TextAppearance_android_textStyle = 2; /**

This symbol is the offset where the {@link android.R.attr#typeface} attribute's value can be found in the {@link #TextAppearance} array. @attr name android:typeface */ public static final int TextAppearance_android_typeface = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:textAllCaps */ public static final int TextAppearance_textAllCaps = 8; /** Attributes that can be used with a Toolbar.

Includes the following attributes:

AttributeDescription
{@link #Toolbar_android_gravity android:gravity}
{@link #Toolbar_android_minHeight android:minHeight} Allows us to read in the minHeight attr pre-v16
{@link #Toolbar_collapseContentDescription org.osmdroid.forge.app:collapseContentDescription} Text to set as the content description for the collapse button.
{@link #Toolbar_collapseIcon org.osmdroid.forge.app:collapseIcon}
{@link #Toolbar_contentInsetEnd org.osmdroid.forge.app:contentInsetEnd} Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetLeft org.osmdroid.forge.app:contentInsetLeft} Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetRight org.osmdroid.forge.app:contentInsetRight} Minimum inset for content views within a bar.
{@link #Toolbar_contentInsetStart org.osmdroid.forge.app:contentInsetStart} Minimum inset for content views within a bar.
{@link #Toolbar_logo org.osmdroid.forge.app:logo} Drawable to set as the logo that appears at the starting side of the Toolbar, just after the navigation button.
{@link #Toolbar_logoDescription org.osmdroid.forge.app:logoDescription} A content description string to describe the appearance of the associated logo image.
{@link #Toolbar_maxButtonHeight org.osmdroid.forge.app:maxButtonHeight}
{@link #Toolbar_navigationContentDescription org.osmdroid.forge.app:navigationContentDescription} Text to set as the content description for the navigation button located at the start of the toolbar.
{@link #Toolbar_navigationIcon org.osmdroid.forge.app:navigationIcon} Icon drawable to use for the navigation button located at the start of the toolbar.
{@link #Toolbar_popupTheme org.osmdroid.forge.app:popupTheme} Reference to a theme that should be used to inflate popups shown by widgets in the toolbar.
{@link #Toolbar_subtitle org.osmdroid.forge.app:subtitle} Specifies subtitle text used for navigationMode="normal"
{@link #Toolbar_subtitleTextAppearance org.osmdroid.forge.app:subtitleTextAppearance}
{@link #Toolbar_subtitleTextColor org.osmdroid.forge.app:subtitleTextColor} A color to apply to the subtitle string.
{@link #Toolbar_title org.osmdroid.forge.app:title}
{@link #Toolbar_titleMarginBottom org.osmdroid.forge.app:titleMarginBottom}
{@link #Toolbar_titleMarginEnd org.osmdroid.forge.app:titleMarginEnd}
{@link #Toolbar_titleMarginStart org.osmdroid.forge.app:titleMarginStart}
{@link #Toolbar_titleMarginTop org.osmdroid.forge.app:titleMarginTop}
{@link #Toolbar_titleMargins org.osmdroid.forge.app:titleMargins}
{@link #Toolbar_titleTextAppearance org.osmdroid.forge.app:titleTextAppearance}
{@link #Toolbar_titleTextColor org.osmdroid.forge.app:titleTextColor} A color to apply to the title string.
@see #Toolbar_android_gravity @see #Toolbar_android_minHeight @see #Toolbar_collapseContentDescription @see #Toolbar_collapseIcon @see #Toolbar_contentInsetEnd @see #Toolbar_contentInsetLeft @see #Toolbar_contentInsetRight @see #Toolbar_contentInsetStart @see #Toolbar_logo @see #Toolbar_logoDescription @see #Toolbar_maxButtonHeight @see #Toolbar_navigationContentDescription @see #Toolbar_navigationIcon @see #Toolbar_popupTheme @see #Toolbar_subtitle @see #Toolbar_subtitleTextAppearance @see #Toolbar_subtitleTextColor @see #Toolbar_title @see #Toolbar_titleMarginBottom @see #Toolbar_titleMarginEnd @see #Toolbar_titleMarginStart @see #Toolbar_titleMarginTop @see #Toolbar_titleMargins @see #Toolbar_titleTextAppearance @see #Toolbar_titleTextColor */ public static final int[] Toolbar = { 0x010100af, 0x01010140, 0x7f010000, 0x7f010073, 0x7f010077, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010088, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5 }; /**

This symbol is the offset where the {@link android.R.attr#gravity} attribute's value can be found in the {@link #Toolbar} array. @attr name android:gravity */ public static final int Toolbar_android_gravity = 0; /**

@attr description Allows us to read in the minHeight attr pre-v16

This corresponds to the global attribute resource symbol {@link android.R.attr#minHeight}. @attr name android:minHeight */ public static final int Toolbar_android_minHeight = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:collapseContentDescription */ public static final int Toolbar_collapseContentDescription = 19; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#collapseIcon} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:collapseIcon */ public static final int Toolbar_collapseIcon = 18; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetEnd */ public static final int Toolbar_contentInsetEnd = 6; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetLeft */ public static final int Toolbar_contentInsetLeft = 7; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetRight */ public static final int Toolbar_contentInsetRight = 8; /**

@attr description 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. @attr name org.osmdroid.forge.app:contentInsetStart */ public static final int Toolbar_contentInsetStart = 5; /**

@attr description 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. @attr name org.osmdroid.forge.app:logo */ public static final int Toolbar_logo = 4; /**

@attr description 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. @attr name org.osmdroid.forge.app:logoDescription */ public static final int Toolbar_logoDescription = 22; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#maxButtonHeight} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:maxButtonHeight */ public static final int Toolbar_maxButtonHeight = 17; /**

@attr description 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. @attr name org.osmdroid.forge.app:navigationContentDescription */ public static final int Toolbar_navigationContentDescription = 21; /**

@attr description 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. @attr name org.osmdroid.forge.app:navigationIcon */ public static final int Toolbar_navigationIcon = 20; /**

@attr description 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. @attr name org.osmdroid.forge.app:popupTheme */ public static final int Toolbar_popupTheme = 9; /**

@attr description 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. @attr name org.osmdroid.forge.app:subtitle */ public static final int Toolbar_subtitle = 3; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#subtitleTextAppearance} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:subtitleTextAppearance */ public static final int Toolbar_subtitleTextAppearance = 11; /**

@attr description 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. @attr name org.osmdroid.forge.app:subtitleTextColor */ public static final int Toolbar_subtitleTextColor = 24; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#title} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:title */ public static final int Toolbar_title = 2; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#titleMarginBottom} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:titleMarginBottom */ public static final int Toolbar_titleMarginBottom = 16; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#titleMarginEnd} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:titleMarginEnd */ public static final int Toolbar_titleMarginEnd = 14; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#titleMarginStart} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:titleMarginStart */ public static final int Toolbar_titleMarginStart = 13; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#titleMarginTop} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:titleMarginTop */ public static final int Toolbar_titleMarginTop = 15; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#titleMargins} attribute's value can be found in the {@link #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. @attr name org.osmdroid.forge.app:titleMargins */ public static final int Toolbar_titleMargins = 12; /**

This symbol is the offset where the {@link org.osmdroid.forge.app.R.attr#titleTextAppearance} attribute's value can be found in the {@link #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". @attr name org.osmdroid.forge.app:titleTextAppearance */ public static final int Toolbar_titleTextAppearance = 10; /**

@attr description 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. @attr name org.osmdroid.forge.app:titleTextColor */ public static final int Toolbar_titleTextColor = 23; /** Attributes that can be used with a View.

Includes the following attributes:

AttributeDescription
{@link #View_android_focusable android:focusable} Boolean that controls whether a view can take focus.
{@link #View_android_theme android:theme} Specifies a theme override for a view.
{@link #View_paddingEnd org.osmdroid.forge.app:paddingEnd} Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
{@link #View_paddingStart org.osmdroid.forge.app:paddingStart} Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
{@link #View_theme org.osmdroid.forge.app:theme} Deprecated.
@see #View_android_focusable @see #View_android_theme @see #View_paddingEnd @see #View_paddingStart @see #View_theme */ public static final int[] View = { 0x01010000, 0x010100da, 0x7f01008a, 0x7f01008b, 0x7f01008c }; /**

@attr description 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 {@link android.view.View#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 {@link android.R.attr#focusable}. @attr name android:focusable */ public static final int View_android_focusable = 1; /**

@attr description Specifies a theme override for a view. When a theme override is set, the view will be inflated using a {@link android.content.Context} themed with the specified resource.

This corresponds to the global attribute resource symbol {@link android.R.attr#theme}. @attr name android:theme */ public static final int View_android_theme = 0; /**

@attr description Sets the padding, in pixels, of the end edge; see {@link android.R.attr#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. @attr name org.osmdroid.forge.app:paddingEnd */ public static final int View_paddingEnd = 3; /**

@attr description Sets the padding, in pixels, of the start edge; see {@link android.R.attr#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. @attr name org.osmdroid.forge.app:paddingStart */ public static final int View_paddingStart = 2; /**

@attr description 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. @attr name org.osmdroid.forge.app:theme */ public static final int View_theme = 4; /** Attributes that can be used with a ViewBackgroundHelper.

Includes the following attributes:

AttributeDescription
{@link #ViewBackgroundHelper_android_background android:background}
{@link #ViewBackgroundHelper_backgroundTint org.osmdroid.forge.app:backgroundTint} Tint to apply to the background.
{@link #ViewBackgroundHelper_backgroundTintMode org.osmdroid.forge.app:backgroundTintMode} Blending mode used to apply the background tint.
@see #ViewBackgroundHelper_android_background @see #ViewBackgroundHelper_backgroundTint @see #ViewBackgroundHelper_backgroundTintMode */ public static final int[] ViewBackgroundHelper = { 0x010100d4, 0x7f01008d, 0x7f01008e }; /**

This symbol is the offset where the {@link android.R.attr#background} attribute's value can be found in the {@link #ViewBackgroundHelper} array. @attr name android:background */ public static final int ViewBackgroundHelper_android_background = 0; /**

@attr description 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. @attr name org.osmdroid.forge.app:backgroundTint */ public static final int ViewBackgroundHelper_backgroundTint = 1; /**

@attr description 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. @attr name org.osmdroid.forge.app:backgroundTintMode */ public static final int ViewBackgroundHelper_backgroundTintMode = 2; /** Attributes that can be used with a ViewStubCompat.

Includes the following attributes:

AttributeDescription
{@link #ViewStubCompat_android_id android:id}
{@link #ViewStubCompat_android_inflatedId android:inflatedId} Overrides the id of the inflated View with this value.
{@link #ViewStubCompat_android_layout android:layout} Supply an identifier for the layout resource to inflate when the ViewStub becomes visible or when forced to do so.
@see #ViewStubCompat_android_id @see #ViewStubCompat_android_inflatedId @see #ViewStubCompat_android_layout */ public static final int[] ViewStubCompat = { 0x010100d0, 0x010100f2, 0x010100f3 }; /**

This symbol is the offset where the {@link android.R.attr#id} attribute's value can be found in the {@link #ViewStubCompat} array. @attr name android:id */ public static final int ViewStubCompat_android_id = 0; /**

@attr description Overrides the id of the inflated View with this value.

This corresponds to the global attribute resource symbol {@link android.R.attr#inflatedId}. @attr name android:inflatedId */ public static final int ViewStubCompat_android_inflatedId = 2; /**

@attr description 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 {@link android.R.attr#layout}. @attr name android:layout */ public static final int ViewStubCompat_android_layout = 1; }; }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy