/* 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 com.vanco.abplayer; 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_slide_in_bottom=0x7f040002; public static final int abc_slide_in_top=0x7f040003; public static final int abc_slide_out_bottom=0x7f040004; public static final int abc_slide_out_top=0x7f040005; public static final int bili_anim=0x7f040006; public static final int grow_from_bottom=0x7f040007; public static final int grow_from_bottomleft_to_topright=0x7f040008; public static final int grow_from_bottomright_to_topleft=0x7f040009; public static final int grow_from_top=0x7f04000a; public static final int grow_from_topleft_to_bottomright=0x7f04000b; public static final int grow_from_topright_to_bottomleft=0x7f04000c; public static final int listanim=0x7f04000d; public static final int pump_bottom=0x7f04000e; public static final int pump_top=0x7f04000f; public static final int push_left_in=0x7f040010; public static final int push_no=0x7f040011; public static final int quickaction_disappear=0x7f040012; public static final int shrink_from_bottom=0x7f040013; public static final int shrink_from_bottomleft_to_topright=0x7f040014; public static final int shrink_from_bottomright_to_topleft=0x7f040015; public static final int shrink_from_top=0x7f040016; public static final int shrink_from_topleft_to_bottomright=0x7f040017; public static final int shrink_from_topright_to_bottomleft=0x7f040018; public static final int slide_in_bottom=0x7f040019; public static final int slide_in_top=0x7f04001a; public static final int slide_out_bottom=0x7f04001b; public static final int slide_out_top=0x7f04001c; } public static final class attr { /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int absListViewStyle=0x7f01001f; /** @hide Controls whether this view can take accessibility focus. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>0</td><td> The system determines whether the view can take accessibility focus - default (recommended). <p> Such a view is consideted by the focus search if it is: <ul> <li> Important for accessibility and actionable (clickable, long clickable, focusable) </li> <li> Important for accessibility, not actionable (clickable, long clickable, focusable), and does not have an actionable predecessor. </li> </ul> An accessibility srvice can request putting accessibility focus on such a view. </p> </td></tr> <tr><td><code>yes</code></td><td>1</td><td> The view can take accessibility focus. <p> A view that can take accessibility focus is always considered during focus search and an accessibility service can request putting accessibility focus on it. </p> </td></tr> <tr><td><code>no</code></td><td>2</td><td> The view can not take accessibility focus. <p> A view that can not take accessibility focus is never considered during focus search and an accessibility service can not request putting accessibility focus on it. </p> </td></tr> </table> */ public static final int accessibilityFocusable=0x7f010067; /** Custom divider drawable to use for elements in the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarDivider=0x7f010091; /** Custom item state list drawable background for action bar items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarItemBackground=0x7f010092; /** Size of the Action Bar, including the contextual bar used to present Action Modes. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int actionBarSize=0x7f010090; /** 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. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarSplitStyle=0x7f01008e; /** Reference to a style for the Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarStyle=0x7f01008d; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTabBarStyle=0x7f01008a; /** Default style for tabs within an action bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTabStyle=0x7f010089; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarTabTextStyle=0x7f01008b; /** 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. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionBarWidgetTheme=0x7f01008f; /** Default action button style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionButtonStyle=0x7f010098; /** Default ActionBar dropdown style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionDropDownStyle=0x7f0100c7; /** An optional layout to be used as an action view. See {@link android.view.MenuItem#setActionView(android.view.View)} for more info. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionLayout=0x7f0100ce; /** TextAppearance style that will be applied to text that appears within action menu items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionMenuTextAppearance=0x7f010093; /** Color for text that appears within action menu items. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int actionMenuTextColor=0x7f010094; /** Background drawable to use for action mode UI <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeBackground=0x7f0100bc; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCloseButtonStyle=0x7f0100bb; /** Drawable to use for the close action mode button <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCloseDrawable=0x7f0100be; /** Drawable to use for the Copy action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCopyDrawable=0x7f0100c0; /** Drawable to use for the Cut action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeCutDrawable=0x7f0100bf; /** Drawable to use for the Find action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeFindDrawable=0x7f0100c4; /** Drawable to use for the Paste action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModePasteDrawable=0x7f0100c1; /** PopupWindow style to use for action modes when showing as a window overlay. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModePopupWindowStyle=0x7f0100c6; /** Drawable to use for the Select all action button in Contextual Action Bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeSelectAllDrawable=0x7f0100c2; /** Drawable to use for the Share action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeShareDrawable=0x7f0100c3; /** Background drawable to use for action mode UI in the lower split bar <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeSplitBackground=0x7f0100bd; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeStyle=0x7f0100ba; /** Drawable to use for the Web Search action button in WebView selection action modes <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionModeWebSearchDrawable=0x7f0100c5; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int actionOverflowButtonStyle=0x7f01008c; /** 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. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int actionProviderClass=0x7f0100d0; /** 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. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int actionViewClass=0x7f0100cf; /** Default ActivityChooserView style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int activityChooserViewStyle=0x7f0100ec; /** Sets whether this ViewGroup's drawable states also include its children's drawable states. This is used, for example, to make a group appear to be focused when its child EditText or button is focused. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int addStatesFromChildren=0x7f01006f; /** alpha property of the view, as a value between 0 (completely transparent) and 1 (completely opaque). <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int alpha=0x7f010057; /** Defines whether the ViewGroup should always draw its children using their drawing cache or not. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int alwaysDrawnWithCache=0x7f01006e; /** Defines whether changes in layout (caused by adding and removing items) should cause a LayoutTransition to run. When this flag is set to true, a default LayoutTransition object will be set on the ViewGroup container and default animations will run when these layout changes occur. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int animateLayoutChanges=0x7f010068; /** Defines whether layout animations should create a drawing cache for their children. Enabling the animation cache consumes more memory and requires a longer initialization but provides better performance. The animation cache is enabled by default. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int animationCache=0x7f01006c; /** Specifies a background drawable for the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int background=0x7f0100b1; /** Specifies a background drawable for the bottom component of a split action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int backgroundSplit=0x7f0100b3; /** Specifies a background drawable for a second stacked row of the action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int backgroundStacked=0x7f0100b2; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int border_color=0x7f0100f4; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int border_width=0x7f0100f3; /** A style that may be applied to Buttons placed within a LinearLayout with the style buttonBarStyle to form a button bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarButtonStyle=0x7f01009a; /** A style that may be applied to horizontal LinearLayouts to form a button bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int buttonBarStyle=0x7f010099; /** Indicates that this list will always be drawn on top of solid, single-color opaque background. This allows the list to optimize drawing. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int cacheColorHint=0x7f010078; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int centered=0x7f010006; /** Defines the choice behavior for the view. By default, lists do not have any choice behavior. By setting the choiceMode to singleChoice, the list allows up to one item to be in a chosen state. By setting the choiceMode to multipleChoice, the list allows any number of items to be chosen. Finally, by setting the choiceMode to multipleChoiceModal the list allows any number of items to be chosen in a special selection mode. The application will supply a {@link android.widget.AbsListView.MultiChoiceModeListener} using {@link android.widget.AbsListView#setMultiChoiceModeListener} to control the selection mode. This uses the {@link android.view.ActionMode} API. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td> Normal list that does not indicate choices. </td></tr> <tr><td><code>singleChoice</code></td><td>1</td><td> The list allows up to one choice. </td></tr> <tr><td><code>multipleChoice</code></td><td>2</td><td> The list allows multiple choices. </td></tr> <tr><td><code>multipleChoiceModal</code></td><td>3</td><td> The list allows multiple choices in a custom selection mode. </td></tr> </table> */ public static final int choiceMode=0x7f01007b; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int circleColor=0x7f0100f1; /** Defines whether this view reacts to click events. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int clickable=0x7f010049; /** Defines whether a child is limited to draw inside of its bounds or not. This is useful with animations that scale the size of the children to more than 100% for instance. In such a case, this property should be set to false to allow the children to draw outside of their bounds. The default value of this property is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int clipChildren=0x7f010069; /** Screen edge padding. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int clipPadding=0x7f010011; /** Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area. This property is set to true by default. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int clipToPadding=0x7f01006a; /** Defines text that briefly describes content of the view. This property is used primarily for accessibility. Since some views do not have textual representation this attribute can be used for providing such. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int contentDescription=0x7f010054; /** Specifies a layout for custom navigation. Overrides navigationMode. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int customNavigationLayout=0x7f0100b4; /** Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>beforeDescendants</code></td><td>0</td><td> The ViewGroup will get focus before any of its descendants. </td></tr> <tr><td><code>afterDescendants</code></td><td>1</td><td> The ViewGroup will get focus only if none of its descendants want it. </td></tr> <tr><td><code>blocksDescendants</code></td><td>2</td><td> The ViewGroup will block its descendants from receiving focus. </td></tr> </table> */ public static final int descendantFocusability=0x7f010070; /** Whether this spinner should mark child views as enabled/disabled when the spinner itself is enabled/disabled. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int disableChildrenWhenDisabled=0x7f0100d4; /** Options affecting how the action bar is displayed. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr> <tr><td><code>showHome</code></td><td>0x2</td><td></td></tr> <tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr> <tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr> <tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr> <tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr> </table> */ public static final int displayOptions=0x7f0100aa; /** Specifies the drawable used for item dividers. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int divider=0x7f0100b0; /** Drawable or color to draw between list items. <attr name="divider" format="reference|color" /> Height of the divider. Will use the intrinsic height of the divider if this is not specified. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dividerHeight=0x7f01007d; /** A drawable that may be used as a horizontal divider between visual elements. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dividerHorizontal=0x7f01009d; /** Size of padding on either end of a divider. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dividerPadding=0x7f0100d6; /** A drawable that may be used as a vertical divider between visual elements. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dividerVertical=0x7f01009c; /** When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn behind the selected item. The default value is false. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int drawSelectorOnTop=0x7f010073; /** Defines the quality of translucent drawing caches. This property is used only when the drawing cache is enabled and translucent. The default value is auto. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>0</td><td> Lets the framework decide what quality level should be used for the drawing cache. </td></tr> <tr><td><code>low</code></td><td>1</td><td> Low quality. When set to low quality, the drawing cache uses a lower color depth, thus losing precision in rendering gradients, but uses less memory. </td></tr> <tr><td><code>high</code></td><td>2</td><td> High quality. When set to high quality, the drawing cache uses a higher color depth but uses more memory. </td></tr> </table> */ public static final int drawingCacheQuality=0x7f01004d; /** ListPopupWindow comaptibility <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int dropDownListViewStyle=0x7f0100a3; /** The preferred item height for dropdown lists. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int dropdownListPreferredItemHeight=0x7f0100c8; /** When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int duplicateParentState=0x7f01004f; /** The drawable to show in the button for expanding the activities overflow popup. <strong>Note:</strong> 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. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int expandActivityOverflowButtonDrawable=0x7f0100eb; /** Length of the delay to fade the indicator. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fadeDelay=0x7f01001d; /** Length of the indicator fade to transparent. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fadeLength=0x7f01001e; /** Defines whether to fade out scrollbars when they are not in use. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fadeScrollbars=0x7f010037; /** Whether or not the selected indicator fades. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fades=0x7f01001c; /** This attribute is deprecated and will be ignored as of API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}). Using fading edges may introduce noticeable performance degradations and should be used only when required by the application's visual design. To request fading edges with API level 14 and above, use the <code>android:requiresFadingEdge</code> attribute instead. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr> <tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr> <tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr> </table> */ public static final int fadingEdge=0x7f010041; /** Defines the length of the fading edges. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fadingEdgeLength=0x7f010043; /** When set to true, the list will always show the fast scroll interface. This setting implies fastScrollEnabled. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fastScrollAlwaysVisible=0x7f01007c; /** Enables the fast scroll thumb that can be dragged to quickly scroll through the list. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fastScrollEnabled=0x7f010079; /** Color of the filled circle that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fillColor=0x7f01000a; /** Specifies whether to filter touches when the view's window is obscured by another visible window. When set to true, the view will not receive touches whenever a toast, dialog or other window appears above the view's window. Refer to the {@link android.view.View} security documentation for more details. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int filterTouchesWhenObscured=0x7f01004c; /** Boolean internal attribute to adjust view layout based on system windows such as the status bar. If true, adjusts the padding of this view to leave space for the system windows. Will only take effect if this view is in a non-embedded activity. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fitsSystemWindows=0x7f010033; /** 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. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int focusable=0x7f010030; /** Boolean that controls whether a view can take focus while in touch mode. If this is true for a view, that view can gain focus when clicked on, and can keep focus if another view is clicked on that doesn't have this attribute set to true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int focusableInTouchMode=0x7f010031; /** Color of the footer line and indicator. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerColor=0x7f010012; /** When set to false, the ListView will not draw the divider before each footer view. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerDividersEnabled=0x7f01007f; /** Height of the indicator above the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerIndicatorHeight=0x7f010015; /** Style of the indicator. Default is triangle. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>triangle</code></td><td>1</td><td></td></tr> <tr><td><code>underline</code></td><td>2</td><td></td></tr> </table> */ public static final int footerIndicatorStyle=0x7f010014; /** Left and right padding of the underline indicator. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerIndicatorUnderlinePadding=0x7f010016; /** Height of the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerLineHeight=0x7f010013; /** Padding between the bottom of the title and the footer. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerPadding=0x7f010017; /** Width of the gap between each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int gapWidth=0x7f010010; /** Boolean that controls whether a view should have haptic feedback enabled for events such as long presses. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int hapticFeedbackEnabled=0x7f010053; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int header=0x7f0100f5; /** When set to false, the ListView will not draw the divider after each header view. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int headerDividersEnabled=0x7f01007e; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int headerHeight=0x7f0100f6; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int headerVisibleHeight=0x7f0100f7; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int height=0x7f0100a8; /** Specifies a drawable to use for the 'home as up' indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int homeAsUpIndicator=0x7f010095; /** Specifies a layout to use for the "home" section of the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int homeLayout=0x7f0100b5; /** Specifies the drawable used for the application icon. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int icon=0x7f0100ae; /** The default state of the SearchView. If true, it will be iconified when not in use and expanded when clicked. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int iconifiedByDefault=0x7f0100da; /** Supply an identifier name for this view, to later retrieve it with {@link android.view.View#findViewById View.findViewById()} or {@link android.app.Activity#findViewById Activity.findViewById()}. This must be a resource reference; typically you set this using the <code>@+</code> syntax to create a new ID resources. For example: <code>android:id="@+id/my_id"</code> which allows you to later retrieve the view with <code>findViewById(R.id.my_id)</code>. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int id=0x7f010025; /** Controls how this View is important for accessibility which is if it fires accessibility events and if it is reported to accessibility services that query the screen. Note: While not recommended, an accessibility service may decide to ignore this attribute and operate on all views in the view tree. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>0</td><td> The system determines whether the view is important for accessibility - default (recommended). </td></tr> <tr><td><code>yes</code></td><td>1</td><td> The view is important for accessibility. </td></tr> <tr><td><code>no</code></td><td>2</td><td> The view is not important for accessibility. </td></tr> </table> */ public static final int importantForAccessibility=0x7f010066; /** Specifies a style resource to use for an indeterminate progress spinner. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int indeterminateProgressStyle=0x7f0100b7; /** The maximal number of items initially shown in the activity list. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int initialActivityCount=0x7f0100ea; /** Specifies whether the theme is light, otherwise it is dark. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int isLightTheme=0x7f0100d9; /** Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method. If not set, the default value will be true if "scrollbars" has the vertical scrollbar set, else it will be false. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int isScrollContainer=0x7f010036; /** Specifies padding that should be applied to the left and right sides of system-provided items in the bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int itemPadding=0x7f0100b9; /** Controls whether the view's window should keep the screen on while visible. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int keepScreenOn=0x7f01004e; /** Specifies the type of layer backing this view. The default value is none. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)} for more information. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td> Don't use a layer. </td></tr> <tr><td><code>software</code></td><td>1</td><td> Use a software layer. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint) for more information. </td></tr> <tr><td><code>hardware</code></td><td>2</td><td> Use a hardware layer. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint) for more information. </td></tr> </table> */ public static final int layerType=0x7f010062; /** Defines the layout animation to use the first time the ViewGroup is laid out. Layout animations can also be started manually after the first layout. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int layoutAnimation=0x7f01006b; /** Defines the direction of layout drawing. This typically is associated with writing direction of the language script used. The possible values are "ltr" for Left-to-Right, "rtl" for Right-to-Left, "locale" and "inherit" from parent view. If there is nothing to inherit, "locale" is used. "locale" falls back to "en-US". "ltr" is the direction used in "en-US". The default for this attribute is "inherit". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>ltr</code></td><td>0</td><td> Left-to-Right </td></tr> <tr><td><code>rtl</code></td><td>1</td><td> Right-to-Left </td></tr> <tr><td><code>inherit</code></td><td>2</td><td> Inherit from parent </td></tr> <tr><td><code>locale</code></td><td>3</td><td> Locale </td></tr> </table> */ public static final int layoutDirection=0x7f010063; /** Position of the line. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> </table> */ public static final int linePosition=0x7f010018; /** Width of each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int lineWidth=0x7f01000f; /** Drawable used as a background for selected list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listChoiceBackgroundIndicator=0x7f0100cc; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listPopupWindowStyle=0x7f0100a4; /** The preferred list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemHeight=0x7f01009e; /** A larger, more robust list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemHeightLarge=0x7f0100a0; /** A smaller, sleeker list item height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemHeightSmall=0x7f01009f; /** The preferred padding along the left edge of list items. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemPaddingLeft=0x7f0100a1; /** The preferred padding along the right edge of list items. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int listPreferredItemPaddingRight=0x7f0100a2; /** Drawable used to indicate the currently selected item in the list. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int listSelector=0x7f010072; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int listViewStyle=0x7f010020; /** Specifies the drawable used for the application logo. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int logo=0x7f0100af; /** Defines whether this view reacts to long click events. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int longClickable=0x7f01004a; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int max=0x7f0100f0; /** Defines the minimum height of the view. It is not guaranteed the view will be able to achieve this minimum height (for example, if its parent layout constrains it with less available height). <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int minHeight=0x7f010050; /** Defines the minimum width of the view. It is not guaranteed the view will be able to achieve this minimum width (for example, if its parent layout constrains it with less available width). <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int minWidth=0x7f010051; /** The type of navigation to use. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>normal</code></td><td>0</td><td> Normal static title text </td></tr> <tr><td><code>listMode</code></td><td>1</td><td> The action bar will use a selection list for navigation. </td></tr> <tr><td><code>tabMode</code></td><td>2</td><td> The action bar will use a series of horizontal tabs for navigation. </td></tr> </table> */ public static final int navigationMode=0x7f0100a9; /** Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_DOWN} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int nextFocusDown=0x7f010047; /** Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_FORWARD} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int nextFocusForward=0x7f010048; /** Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_LEFT}. If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int nextFocusLeft=0x7f010044; /** Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_RIGHT} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int nextFocusRight=0x7f010045; /** Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_UP} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int nextFocusUp=0x7f010046; /** Name of the method in this View's context to invoke when the view is clicked. This name must correspond to a public method that takes exactly one parameter of type View. For instance, if you specify <code>android:onClick="sayHello"</code>, you must declare a <code>public void sayHello(View v)</code> method of your context (typically, your Activity). <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int onClick=0x7f010055; /** Drawable to draw below list content. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int overScrollFooter=0x7f010081; /** Drawable to draw above list content. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int overScrollHeader=0x7f010080; /** Defines over-scrolling behavior. This property is used only if the View is scrollable. Over-scrolling is the ability for the user to receive feedback when attempting to scroll beyond meaningful content. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>always</code></td><td>0</td><td> Always show over-scroll effects, even if the content fits entirely within the available space. </td></tr> <tr><td><code>ifContentScrolls</code></td><td>1</td><td> Only show over-scroll effects if the content is large enough to meaningfully scroll. </td></tr> <tr><td><code>never</code></td><td>2</td><td> Never show over-scroll effects. </td></tr> </table> */ public static final int overScrollMode=0x7f010056; /** A drawable to use as the background. This can be either a reference to a full drawable resource (such as a PNG image, 9-patch, XML state list description, etc), or a solid color such as "#ff000000" (black). <attr name="background" format="reference|color" /> Sets the padding, in pixels, of all four edges. Padding is defined as space between the edges of the view and the view's content. A views size will include it's padding. If a {@link android.R.attr#background} is provided, the padding will initially be set to that (0 if the drawable does not have padding). Explicitly setting a padding value will override the corresponding padding found in the background. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int padding=0x7f010029; /** Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingBottom=0x7f01002d; /** Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingEnd=0x7f01002f; /** Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingLeft=0x7f01002a; /** Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingRight=0x7f01002c; /** Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingStart=0x7f01002e; /** Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int paddingTop=0x7f01002b; /** Color of the filled circles that represents pages. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int pageColor=0x7f01000b; /** Default Panel Menu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int panelMenuListTheme=0x7f0100cb; /** Default Panel Menu width. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int panelMenuListWidth=0x7f0100ca; /** Defines the persistence of the drawing cache. The drawing cache might be enabled by a ViewGroup for all its children in specific situations (for instance during a scrolling.) This property lets you persist the cache in memory after its initial usage. Persisting the cache consumes more memory but may prevent frequent garbage collection is the cache is created over and over again. By default the persistence is set to scrolling. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x0</td><td> The drawing cache is not persisted after use. </td></tr> <tr><td><code>animation</code></td><td>0x1</td><td> The drawing cache is persisted after a layout animation. </td></tr> <tr><td><code>scrolling</code></td><td>0x2</td><td> The drawing cache is persisted after a scroll. </td></tr> <tr><td><code>all</code></td><td>0x3</td><td> The drawing cache is always persisted. </td></tr> </table> */ public static final int persistentDrawingCache=0x7f01006d; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int pinned=0x7f0100ee; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int plaColumnNumber=0x7f010021; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int plaColumnPaddingLeft=0x7f010023; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int plaColumnPaddingRight=0x7f010024; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int plaLandscapeColumnNumber=0x7f010022; /** Default PopupMenu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int popupMenuStyle=0x7f0100c9; /** Reference to a layout to use for displaying a prompt in the dropdown for spinnerMode="dropdown". This layout must contain a TextView with the id {@code @android:id/text1} to be populated with the prompt text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int popupPromptView=0x7f0100d3; /** <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int progress=0x7f0100ef; /** Specifies the horizontal padding on either end for an embedded progress bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int progressBarPadding=0x7f0100b8; /** Specifies a style resource to use for an embedded progress bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int progressBarStyle=0x7f0100b6; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int progressColor=0x7f0100f2; /** The prompt to display when the spinner's dialog is shown. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int prompt=0x7f0100d1; /** An optional query hint string to be displayed in the empty query field. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int queryHint=0x7f0100db; /** Radius of the circles. This is also the spacing between circles. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int radius=0x7f01000c; /** Defines which edges should be faded on scrolling. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr> <tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr> <tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr> </table> */ public static final int requiresFadingEdge=0x7f010042; /** rotation of the view, in degrees. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int rotation=0x7f01005c; /** rotation of the view around the x axis, in degrees. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int rotationX=0x7f01005d; /** rotation of the view around the y axis, in degrees. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int rotationY=0x7f01005e; /** If unset, no state will be saved for this view when it is being frozen. The default is true, allowing the view to be saved (however it also must have an ID assigned to it for its state to be saved). Setting this to false only disables the state for this view, not for its children which may still be saved. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int saveEnabled=0x7f01004b; /** scale of the view in the x direction. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scaleX=0x7f01005f; /** scale of the view in the y direction. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scaleY=0x7f010060; /** The initial horizontal scroll offset, in pixels. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollX=0x7f010027; /** The initial vertical scroll offset, in pixels. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollY=0x7f010028; /** Defines whether the horizontal scrollbar track should always be drawn. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollbarAlwaysDrawHorizontalTrack=0x7f01003f; /** Defines whether the vertical scrollbar track should always be drawn. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollbarAlwaysDrawVerticalTrack=0x7f010040; /** Defines the delay in milliseconds that a scrollbar waits before fade out. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollbarDefaultDelayBeforeFade=0x7f010039; /** Defines the delay in milliseconds that a scrollbar takes to fade out. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollbarFadeDuration=0x7f010038; /** Sets the width of vertical scrollbars and height of horizontal scrollbars. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollbarSize=0x7f01003a; /** Controls the scrollbar style and position. The scrollbars can be overlaid or inset. When inset, they add to the padding of the view. And the scrollbars can be drawn inside the padding area or on the edge of the view. For example, if a view has a background drawable and you want to draw the scrollbars inside the padding specified by the drawable, you can use insideOverlay or insideInset. If you want them to appear at the edge of the view, ignoring the padding, then you can use outsideOverlay or outsideInset. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>insideOverlay</code></td><td>0x0</td><td> Inside the padding and overlaid </td></tr> <tr><td><code>insideInset</code></td><td>0x01000000</td><td> Inside the padding and inset </td></tr> <tr><td><code>outsideOverlay</code></td><td>0x02000000</td><td> Edge of the view and overlaid </td></tr> <tr><td><code>outsideInset</code></td><td>0x03000000</td><td> Edge of the view and inset </td></tr> </table> */ public static final int scrollbarStyle=0x7f010035; /** Defines the horizontal scrollbar thumb drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int scrollbarThumbHorizontal=0x7f01003b; /** Defines the vertical scrollbar thumb drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int scrollbarThumbVertical=0x7f01003c; /** Defines the horizontal scrollbar track drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int scrollbarTrackHorizontal=0x7f01003d; /** Defines the vertical scrollbar track drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int scrollbarTrackVertical=0x7f01003e; /** Defines which scrollbars should be displayed on scrolling or not. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x00000000</td><td> No scrollbar is displayed. </td></tr> <tr><td><code>horizontal</code></td><td>0x00000100</td><td> Displays horizontal scrollbar only. </td></tr> <tr><td><code>vertical</code></td><td>0x00000200</td><td> Displays vertical scrollbar only. </td></tr> </table> */ public static final int scrollbars=0x7f010034; /** When set to true, the list uses a drawing cache during scrolling. This makes the rendering faster but uses more memory. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int scrollingCache=0x7f010075; /** SearchView dropdown background <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchDropdownBackground=0x7f0100dc; /** The list item height for search results. @hide <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int searchResultListItemHeight=0x7f0100e5; /** SearchView AutoCompleteTextView style <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewAutoCompleteTextView=0x7f0100e9; /** SearchView close button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewCloseIcon=0x7f0100dd; /** SearchView query refinement icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewEditQuery=0x7f0100e1; /** SearchView query refinement icon background <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewEditQueryBackground=0x7f0100e2; /** SearchView Go button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewGoIcon=0x7f0100de; /** SearchView Search icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewSearchIcon=0x7f0100df; /** SearchView text field background for the left section <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewTextField=0x7f0100e3; /** SearchView text field background for the right section <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewTextFieldRight=0x7f0100e4; /** SearchView Voice button icon <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int searchViewVoiceIcon=0x7f0100e0; /** 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. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int selectableItemBackground=0x7f01009b; /** Whether or not the selected item is displayed as bold. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int selectedBold=0x7f010019; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int selectedColor=0x7f010007; /** How this item should display in the Action Bar, if present. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>never</code></td><td>0</td><td> Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always". </td></tr> <tr><td><code>ifRoom</code></td><td>1</td><td> 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". </td></tr> <tr><td><code>always</code></td><td>2</td><td> 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". </td></tr> <tr><td><code>withText</code></td><td>4</td><td> 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. </td></tr> <tr><td><code>collapseActionView</code></td><td>8</td><td> This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container. </td></tr> </table> */ public static final int showAsAction=0x7f0100cd; /** Setting for which dividers to show. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>beginning</code></td><td>1</td><td></td></tr> <tr><td><code>middle</code></td><td>2</td><td></td></tr> <tr><td><code>end</code></td><td>4</td><td></td></tr> </table> */ public static final int showDividers=0x7f0100d5; /** When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen. This property is set to true by default but should be set to false if your adapter will display items of varying heights. When this property is set to true and your adapter displays items of varying heights, the scrollbar thumb will change size as the user scrolls through the list. When set to fale, the list will use only the number of items in the adapter and the number of items visible on screen to determine the scrollbar's properties. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int smoothScrollbar=0x7f01007a; /** Whether or not the selected indicator snaps to the circles. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int snap=0x7f01000d; /** Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int soundEffectsEnabled=0x7f010052; /** Default Spinner style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int spinnerDropDownItemStyle=0x7f0100d8; /** Display mode for spinner options. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>dialog</code></td><td>0</td><td> Spinner options will be presented to the user as a dialog window. </td></tr> <tr><td><code>dropdown</code></td><td>1</td><td> Spinner options will be presented to the user as an inline dropdown anchored to the spinner widget itself. </td></tr> </table> */ public static final int spinnerMode=0x7f0100d2; /** Default Spinner style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int spinnerStyle=0x7f0100d7; /** Sets whether this ViewGroup should split MotionEvents to separate child views during touch event dispatch. If false (default), touch events will be dispatched to the child view where the first pointer went down until the last pointer goes up. If true, touch events may be dispatched to multiple children. MotionEvents for each pointer will be dispatched to the child view where the initial ACTION_DOWN event happened. See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)} for more information. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int splitMotionEvents=0x7f010071; /** Used by ListView and GridView to stack their content from the bottom. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int stackFromBottom=0x7f010074; /** Color of the open circles. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int strokeColor=0x7f01000e; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int strokeWidth=0x7f010008; /** Specifies subtitle text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int subtitle=0x7f0100ab; /** Specifies a style to use for subtitle text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int subtitleTextStyle=0x7f0100ad; /** Supply a tag for this view containing a String, to be retrieved later with {@link android.view.View#getTag View.getTag()} or searched for with {@link android.view.View#findViewWithTag View.findViewWithTag()}. It is generally preferable to use IDs (through the android:id attribute) instead of tags because they are faster and allow for compile-time type checking. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int tag=0x7f010026; /** Alignment of the text. A heuristic is used to determine the resolved text alignment. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr> <tr><td><code>gravity</code></td><td>1</td><td> Default for the root view. The gravity determines the alignment, ALIGN_NORMAL, ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s text direction </td></tr> <tr><td><code>textStart</code></td><td>2</td><td> Align to the start of the paragraph, e.g. ALIGN_NORMAL. </td></tr> <tr><td><code>textEnd</code></td><td>3</td><td> Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. </td></tr> <tr><td><code>center</code></td><td>4</td><td> Center the paragraph, e.g. ALIGN_CENTER. </td></tr> <tr><td><code>viewStart</code></td><td>5</td><td> Align to the start of the view, which is ALIGN_LEFT if the view’s resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise. </td></tr> <tr><td><code>viewEnd</code></td><td>6</td><td> Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved layoutDirection is LTR, and ALIGN_LEFT otherwise </td></tr> </table> */ public static final int textAlignment=0x7f010065; /** Present the text in ALL CAPS. This may use a small-caps form when available. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". */ public static final int textAllCaps=0x7f0100ed; /** Text color, typeface, size, and style for the text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceLargePopupMenu=0x7f010096; /** The preferred TextAppearance for the primary text of list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceListItem=0x7f0100a5; /** The preferred TextAppearance for the primary text of small list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceListItemSmall=0x7f0100a6; /** Text color, typeface, size, and style for system search result subtitle. Defaults to primary inverse text color. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSearchResultSubtitle=0x7f0100e7; /** Text color, typeface, size, and style for system search result title. Defaults to primary inverse text color. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSearchResultTitle=0x7f0100e6; /** Text color, typeface, size, and style for small text inside of a popup menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int textAppearanceSmallPopupMenu=0x7f010097; /** Text color for urls in search suggestions, used by things like global search <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". */ public static final int textColorSearchUrl=0x7f0100e8; /** Direction of the text. A heuristic is used to determine the resolved text direction of paragraphs. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr> <tr><td><code>firstStrong</code></td><td>1</td><td> Default for the root view. The first strong directional character determines the paragraph direction. If there is no strong directional character, the paragraph direction is the view’s resolved layout direction. </td></tr> <tr><td><code>anyRtl</code></td><td>2</td><td> The paragraph direction is RTL if it contains any strong RTL character, otherwise it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view’s resolved layout direction. </td></tr> <tr><td><code>ltr</code></td><td>3</td><td> The paragraph direction is left to right. </td></tr> <tr><td><code>rtl</code></td><td>4</td><td> The paragraph direction is right to left. </td></tr> <tr><td><code>locale</code></td><td>5</td><td> The paragraph direction is coming from the system Locale. </td></tr> </table> */ public static final int textDirection=0x7f010064; /** When set to true, the list will filter results as the user types. The List's adapter must support the Filterable interface for this to work. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int textFilterEnabled=0x7f010076; /** <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int title=0x7f0100a7; /** Padding between titles when bumping into each other. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titlePadding=0x7f01001a; /** Specifies a style to use for title text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int titleTextStyle=0x7f0100ac; /** Padding between titles and the top of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int topPadding=0x7f01001b; /** Sets the transcript mode for the list. In transcript mode, the list scrolls to the bottom to make new items visible when they are added. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>disabled</code></td><td>0</td><td> Disables transcript mode. This is the default value. </td></tr> <tr><td><code>normal</code></td><td>1</td><td> The list will automatically scroll to the bottom when a data set change notification is received and only if the last item is already visible on screen. </td></tr> <tr><td><code>alwaysScroll</code></td><td>2</td><td> The list will automatically scroll to the bottom, no matter what items are currently visible. </td></tr> </table> */ public static final int transcriptMode=0x7f010077; /** x location of the pivot point around which the view will rotate and scale. This xml attribute sets the pivotX property of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int transformPivotX=0x7f01005a; /** y location of the pivot point around which the view will rotate and scale. This xml attribute sets the pivotY property of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int transformPivotY=0x7f01005b; /** translation in x of the view. This value is added post-layout to the left property of the view, which is set by its layout. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int translationX=0x7f010058; /** translation in y of the view. This value is added post-layout to the left property of the view, which is set by its layout. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int translationY=0x7f010059; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int unselectedColor=0x7f010009; /** Determines which side the vertical scroll bar should be placed on. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>defaultPosition</code></td><td>0</td><td> Place the scroll bar wherever the system default determines. </td></tr> <tr><td><code>left</code></td><td>1</td><td> Place the scroll bar on the left. </td></tr> <tr><td><code>right</code></td><td>2</td><td> Place the scroll bar on the right. </td></tr> </table> */ public static final int verticalScrollbarPosition=0x7f010061; /** Controls the initial visibility of the view. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>visible</code></td><td>0</td><td> Visible on screen; the default value. </td></tr> <tr><td><code>invisible</code></td><td>1</td><td> Not displayed, but taken into account during layout (space is left for it). </td></tr> <tr><td><code>gone</code></td><td>2</td><td> Completely hidden, as if the view had not been added. </td></tr> </table> */ public static final int visibility=0x7f010032; /** Style of the circle indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiCirclePageIndicatorStyle=0x7f010000; /** Style of the icon indicator's views. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiIconPageIndicatorStyle=0x7f010001; /** Style of the line indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiLinePageIndicatorStyle=0x7f010002; /** Style of the tab indicator's tabs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiTabPageIndicatorStyle=0x7f010004; /** Style of the title indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiTitlePageIndicatorStyle=0x7f010003; /** Style of the underline indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiUnderlinePageIndicatorStyle=0x7f010005; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowActionBar=0x7f010082; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowActionBarOverlay=0x7f010083; /** 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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedHeightMajor=0x7f010088; /** 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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedHeightMinor=0x7f010086; /** 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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedWidthMajor=0x7f010085; /** 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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowFixedWidthMinor=0x7f010087; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int windowSplitActionBar=0x7f010084; } public static final class bool { public static final int abc_action_bar_embed_tabs_pre_jb=0x7f080005; public static final int abc_action_bar_expanded_action_views_exclusive=0x7f080006; /** 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=0x7f08000a; /** 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=0x7f080009; public static final int abc_config_showMenuShortcutsWhenKeyboardPresent=0x7f080008; public static final int abc_split_action_bar_is_narrow=0x7f080007; public static final int default_circle_indicator_centered=0x7f080000; public static final int default_circle_indicator_snap=0x7f080001; public static final int default_line_indicator_centered=0x7f080002; public static final int default_title_indicator_selected_bold=0x7f080003; public static final int default_underline_indicator_fades=0x7f080004; } public static final class color { public static final int abc_search_url_text_holo=0x7f070033; public static final int abc_search_url_text_normal=0x7f070011; public static final int abc_search_url_text_pressed=0x7f070013; public static final int abc_search_url_text_selected=0x7f070012; public static final int background=0x7f07002b; public static final int background_dark=0x7f070025; public static final int bili_red=0x7f070030; public static final int bili_red2=0x7f070031; public static final int bili_red3=0x7f070032; public static final int bilibg=0x7f07001f; public static final int black=0x7f07001e; public static final int black_alpha=0x7f070020; public static final int black_alpha2=0x7f070021; public static final int blue=0x7f070026; public static final int btn_selected_color=0x7f070017; public static final int cropimage_btn=0x7f070014; public static final int default_circle_indicator_fill_color=0x7f070008; public static final int default_circle_indicator_page_color=0x7f070009; public static final int default_circle_indicator_stroke_color=0x7f07000a; public static final int default_line_indicator_selected_color=0x7f07000b; public static final int default_line_indicator_unselected_color=0x7f07000c; public static final int default_title_indicator_footer_color=0x7f07000d; public static final int default_title_indicator_selected_color=0x7f07000e; public static final int default_title_indicator_text_color=0x7f07000f; public static final int default_underline_indicator_selected_color=0x7f070010; public static final int durationtext=0x7f07002a; public static final int gray=0x7f07002e; public static final int green=0x7f070027; public static final int higtlight=0x7f070029; public static final int indicator_color=0x7f070019; public static final int mediacontroller_bg=0x7f070024; public static final int mediacontroller_bg_pressed=0x7f070023; public static final int pin_progress_default_circle_color=0x7f07001a; public static final int pin_progress_default_progress_color=0x7f07001b; public static final int primary_text_holo_dark=0x7f070016; public static final int quickaction_selected_bg=0x7f070015; public static final int red=0x7f070028; public static final int seekbar_buffer_color=0x7f07001c; public static final int theme_color=0x7f070018; public static final int title=0x7f07002d; public static final int transparent=0x7f070022; public static final int transparentblue=0x7f07002f; public static final int vpi__background_holo_dark=0x7f070000; public static final int vpi__background_holo_light=0x7f070001; public static final int vpi__bright_foreground_disabled_holo_dark=0x7f070004; public static final int vpi__bright_foreground_disabled_holo_light=0x7f070005; public static final int vpi__bright_foreground_holo_dark=0x7f070002; public static final int vpi__bright_foreground_holo_light=0x7f070003; public static final int vpi__bright_foreground_inverse_holo_dark=0x7f070006; public static final int vpi__bright_foreground_inverse_holo_light=0x7f070007; public static final int vpi__dark_theme=0x7f070034; public static final int vpi__light_theme=0x7f070035; public static final int white=0x7f07001d; public static final int yellow=0x7f07002c; } public static final class dimen { public static final int BasicTextSize=0x7f0a0026; public static final int ChattingContentMinHeight=0x7f0a002b; public static final int ChuZhuangWH=0x7f0a002c; public static final int LargeTextSize=0x7f0a0025; public static final int LargestTextSize=0x7f0a002a; public static final int SmallTextSize=0x7f0a0028; public static final int SmallerTextSize=0x7f0a0029; public static final int TitleTextSize=0x7f0a0027; /** Default height of an action bar. Default height of an action bar. Default height of an action bar. Default height of an action bar. Default height of an action bar. */ public static final int abc_action_bar_default_height=0x7f0a000f; /** Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. Vertical padding around action bar icons. */ public static final int abc_action_bar_icon_vertical_padding=0x7f0a0010; /** Size of the indeterminate Progress Bar Size of the indeterminate Progress Bar */ public static final int abc_action_bar_progress_bar_size=0x7f0a0017; /** Maximum height for a stacked tab bar as part of an action bar */ public static final int abc_action_bar_stacked_max_height=0x7f0a0016; /** 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=0x7f0a000e; /** Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles Bottom margin for action bar subtitles */ public static final int abc_action_bar_subtitle_bottom_margin=0x7f0a0014; /** Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles Text size for action bar subtitles */ public static final int abc_action_bar_subtitle_text_size=0x7f0a0012; /** Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles Top margin for action bar subtitles */ public static final int abc_action_bar_subtitle_top_margin=0x7f0a0013; /** Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles Text size for action bar titles */ public static final int abc_action_bar_title_text_size=0x7f0a0011; /** Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar Minimum width for an action button in the menu area of an action bar */ public static final int abc_action_button_min_width=0x7f0a0015; /** 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=0x7f0a000d; /** Width of the icon in a dropdown list */ public static final int abc_dropdownitem_icon_width=0x7f0a001d; /** Text padding for dropdown items */ public static final int abc_dropdownitem_text_padding_left=0x7f0a001b; public static final int abc_dropdownitem_text_padding_right=0x7f0a001c; public static final int abc_panel_menu_list_width=0x7f0a0018; /** Preferred width of the search view. */ public static final int abc_search_view_preferred_width=0x7f0a001a; /** 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=0x7f0a0019; public static final int action_bar_default_height=0x7f0a002d; /** 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=0x7f0a0023; public static final int activity_vertical_margin=0x7f0a0024; public static final int default_circle_indicator_radius=0x7f0a0000; public static final int default_circle_indicator_stroke_width=0x7f0a0001; public static final int default_line_indicator_gap_width=0x7f0a0003; public static final int default_line_indicator_line_width=0x7f0a0002; public static final int default_line_indicator_stroke_width=0x7f0a0004; public static final int default_title_indicator_clip_padding=0x7f0a0005; public static final int default_title_indicator_footer_indicator_height=0x7f0a0007; public static final int default_title_indicator_footer_indicator_underline_padding=0x7f0a0008; public static final int default_title_indicator_footer_line_height=0x7f0a0006; public static final int default_title_indicator_footer_padding=0x7f0a0009; public static final int default_title_indicator_text_size=0x7f0a000a; public static final int default_title_indicator_title_padding=0x7f0a000b; public static final int default_title_indicator_top_padding=0x7f0a000c; /** The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the major axis (the screen is in portrait). This may be either a fraction or a dimension. */ public static final int dialog_fixed_height_major=0x7f0a0020; /** The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed height for a dialog along the minor axis (the screen is in landscape). This may be either a fraction or a dimension. */ public static final int dialog_fixed_height_minor=0x7f0a0021; /** The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the major axis (the screen is in landscape). This may be either a fraction or a dimension. */ public static final int dialog_fixed_width_major=0x7f0a001e; /** The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. The platform's desired fixed width for a dialog along the minor axis (the screen is in portrait). This may be either a fraction or a dimension. */ public static final int dialog_fixed_width_minor=0x7f0a001f; public static final int mediacontroller_button_space=0x7f0a002e; public static final int mediacontroller_buttons_bottom_margin=0x7f0a0030; public static final int mediacontroller_buttons_top_margin=0x7f0a002f; public static final int pin_progress_inner_size=0x7f0a0022; } public static final class drawable { public static final int abc_ab_bottom_solid_dark_holo=0x7f020000; public static final int abc_ab_bottom_solid_light_holo=0x7f020001; public static final int abc_ab_bottom_transparent_dark_holo=0x7f020002; public static final int abc_ab_bottom_transparent_light_holo=0x7f020003; public static final int abc_ab_share_pack_holo_dark=0x7f020004; public static final int abc_ab_share_pack_holo_light=0x7f020005; public static final int abc_ab_solid_dark_holo=0x7f020006; public static final int abc_ab_solid_light_holo=0x7f020007; public static final int abc_ab_stacked_solid_dark_holo=0x7f020008; public static final int abc_ab_stacked_solid_light_holo=0x7f020009; public static final int abc_ab_stacked_transparent_dark_holo=0x7f02000a; public static final int abc_ab_stacked_transparent_light_holo=0x7f02000b; public static final int abc_ab_transparent_dark_holo=0x7f02000c; public static final int abc_ab_transparent_light_holo=0x7f02000d; public static final int abc_cab_background_bottom_holo_dark=0x7f02000e; public static final int abc_cab_background_bottom_holo_light=0x7f02000f; public static final int abc_cab_background_top_holo_dark=0x7f020010; public static final int abc_cab_background_top_holo_light=0x7f020011; public static final int abc_ic_ab_back_holo_dark=0x7f020012; public static final int abc_ic_ab_back_holo_light=0x7f020013; public static final int abc_ic_cab_done_holo_dark=0x7f020014; public static final int abc_ic_cab_done_holo_light=0x7f020015; public static final int abc_ic_clear=0x7f020016; public static final int abc_ic_clear_disabled=0x7f020017; public static final int abc_ic_clear_holo_light=0x7f020018; public static final int abc_ic_clear_normal=0x7f020019; public static final int abc_ic_clear_search_api_disabled_holo_light=0x7f02001a; public static final int abc_ic_clear_search_api_holo_light=0x7f02001b; public static final int abc_ic_commit_search_api_holo_dark=0x7f02001c; public static final int abc_ic_commit_search_api_holo_light=0x7f02001d; public static final int abc_ic_go=0x7f02001e; public static final int abc_ic_go_search_api_holo_light=0x7f02001f; public static final int abc_ic_menu_moreoverflow_normal_holo_dark=0x7f020020; public static final int abc_ic_menu_moreoverflow_normal_holo_light=0x7f020021; public static final int abc_ic_menu_share_holo_dark=0x7f020022; public static final int abc_ic_menu_share_holo_light=0x7f020023; public static final int abc_ic_search=0x7f020024; public static final int abc_ic_search_api_holo_light=0x7f020025; public static final int abc_ic_voice_search=0x7f020026; public static final int abc_ic_voice_search_api_holo_light=0x7f020027; public static final int abc_item_background_holo_dark=0x7f020028; public static final int abc_item_background_holo_light=0x7f020029; public static final int abc_list_divider_holo_dark=0x7f02002a; public static final int abc_list_divider_holo_light=0x7f02002b; public static final int abc_list_focused_holo=0x7f02002c; public static final int abc_list_longpressed_holo=0x7f02002d; public static final int abc_list_pressed_holo_dark=0x7f02002e; public static final int abc_list_pressed_holo_light=0x7f02002f; public static final int abc_list_selector_background_transition_holo_dark=0x7f020030; public static final int abc_list_selector_background_transition_holo_light=0x7f020031; public static final int abc_list_selector_disabled_holo_dark=0x7f020032; public static final int abc_list_selector_disabled_holo_light=0x7f020033; public static final int abc_list_selector_holo_dark=0x7f020034; public static final int abc_list_selector_holo_light=0x7f020035; public static final int abc_menu_dropdown_panel_holo_dark=0x7f020036; public static final int abc_menu_dropdown_panel_holo_light=0x7f020037; public static final int abc_menu_hardkey_panel_holo_dark=0x7f020038; public static final int abc_menu_hardkey_panel_holo_light=0x7f020039; public static final int abc_search_dropdown_dark=0x7f02003a; public static final int abc_search_dropdown_light=0x7f02003b; public static final int abc_spinner_ab_default_holo_dark=0x7f02003c; public static final int abc_spinner_ab_default_holo_light=0x7f02003d; public static final int abc_spinner_ab_disabled_holo_dark=0x7f02003e; public static final int abc_spinner_ab_disabled_holo_light=0x7f02003f; public static final int abc_spinner_ab_focused_holo_dark=0x7f020040; public static final int abc_spinner_ab_focused_holo_light=0x7f020041; public static final int abc_spinner_ab_holo_dark=0x7f020042; public static final int abc_spinner_ab_holo_light=0x7f020043; public static final int abc_spinner_ab_pressed_holo_dark=0x7f020044; public static final int abc_spinner_ab_pressed_holo_light=0x7f020045; public static final int abc_tab_indicator_ab_holo=0x7f020046; public static final int abc_tab_selected_focused_holo=0x7f020047; public static final int abc_tab_selected_holo=0x7f020048; public static final int abc_tab_selected_pressed_holo=0x7f020049; public static final int abc_tab_unselected_pressed_holo=0x7f02004a; public static final int abc_textfield_search_default_holo_dark=0x7f02004b; public static final int abc_textfield_search_default_holo_light=0x7f02004c; public static final int abc_textfield_search_right_default_holo_dark=0x7f02004d; public static final int abc_textfield_search_right_default_holo_light=0x7f02004e; public static final int abc_textfield_search_right_selected_holo_dark=0x7f02004f; public static final int abc_textfield_search_right_selected_holo_light=0x7f020050; public static final int abc_textfield_search_selected_holo_dark=0x7f020051; public static final int abc_textfield_search_selected_holo_light=0x7f020052; public static final int abc_textfield_searchview_holo_dark=0x7f020053; public static final int abc_textfield_searchview_holo_light=0x7f020054; public static final int abc_textfield_searchview_right_holo_dark=0x7f020055; public static final int abc_textfield_searchview_right_holo_light=0x7f020056; public static final int abcp__btn_check_off_disabled_holo_light=0x7f020057; public static final int abcp__btn_check_off_holo_light=0x7f020058; public static final int abcp__btn_check_on_disabled_holo_light=0x7f020059; public static final int abcp__btn_default_disabled_holo_dark=0x7f02005a; public static final int abcp__btn_default_disabled_holo_light=0x7f02005b; public static final int abcp__btn_default_focused_holo_dark=0x7f02005c; public static final int abcp__btn_default_focused_holo_light=0x7f02005d; public static final int abcp__btn_default_normal_holo_dark=0x7f02005e; public static final int abcp__btn_default_normal_holo_light=0x7f02005f; public static final int abcp__btn_radio_off_disabled_focused_holo_light=0x7f020060; public static final int abcp__btn_radio_off_disabled_holo_light=0x7f020061; public static final int abcp__btn_radio_on_disabled_focused_holo_light=0x7f020062; public static final int abcp__btn_radio_on_disabled_holo_light=0x7f020063; public static final int abcp__expander_close_holo_light=0x7f020064; public static final int abcp__expander_open_holo_light=0x7f020065; public static final int abcp__progress_bg_holo_light=0x7f020066; public static final int abcp__spinner_16_inner_holo=0x7f020067; public static final int abcp__spinner_16_outer_holo=0x7f020068; public static final int abcp__spinner_76_inner_holo=0x7f020069; public static final int abcp__spinner_76_outer_holo=0x7f02006a; public static final int abcp__textfield_default_holo_light=0x7f02006b; public static final int abcp__textfield_disabled_focused_holo_light=0x7f02006c; public static final int abcp__textfield_disabled_holo_light=0x7f02006d; public static final int abcp__textfield_multiline_default_holo_light=0x7f02006e; public static final int abcp__textfield_multiline_disabled_focused_holo_light=0x7f02006f; public static final int abcp__textfield_multiline_disabled_holo_light=0x7f020070; public static final int abcp_pink__ab_transparent_light_holo=0x7f020071; public static final int abcp_pink__btn_check_off_disabled_focused_holo_light=0x7f020072; public static final int abcp_pink__btn_check_off_focused_holo_light=0x7f020073; public static final int abcp_pink__btn_check_off_pressed_holo_light=0x7f020074; public static final int abcp_pink__btn_check_on_disabled_focused_holo_light=0x7f020075; public static final int abcp_pink__btn_check_on_focused_holo_light=0x7f020076; public static final int abcp_pink__btn_check_on_holo_light=0x7f020077; public static final int abcp_pink__btn_check_on_pressed_holo_light=0x7f020078; public static final int abcp_pink__btn_default_disabled_focused_holo_dark=0x7f020079; public static final int abcp_pink__btn_default_disabled_focused_holo_light=0x7f02007a; public static final int abcp_pink__btn_default_focused_holo_dark=0x7f02007b; public static final int abcp_pink__btn_default_focused_holo_light=0x7f02007c; public static final int abcp_pink__btn_default_pressed_holo_dark=0x7f02007d; public static final int abcp_pink__btn_default_pressed_holo_light=0x7f02007e; public static final int abcp_pink__btn_radio_off_focused_holo_light=0x7f02007f; public static final int abcp_pink__btn_radio_off_holo_light=0x7f020080; public static final int abcp_pink__btn_radio_off_pressed_holo_light=0x7f020081; public static final int abcp_pink__btn_radio_on_focused_holo_light=0x7f020082; public static final int abcp_pink__btn_radio_on_holo_light=0x7f020083; public static final int abcp_pink__btn_radio_on_pressed_holo_light=0x7f020084; public static final int abcp_pink__cab_background_bottom_holo_light=0x7f020085; public static final int abcp_pink__cab_background_top_holo_light=0x7f020086; public static final int abcp_pink__list_focused_holo=0x7f020087; public static final int abcp_pink__list_longpressed_holo=0x7f020088; public static final int abcp_pink__list_pressed_holo_light=0x7f020089; public static final int abcp_pink__progress_primary_holo_light=0x7f02008a; public static final int abcp_pink__progress_secondary_holo_light=0x7f02008b; public static final int abcp_pink__progressbar_indeterminate_holo1=0x7f02008c; public static final int abcp_pink__progressbar_indeterminate_holo2=0x7f02008d; public static final int abcp_pink__progressbar_indeterminate_holo3=0x7f02008e; public static final int abcp_pink__progressbar_indeterminate_holo4=0x7f02008f; public static final int abcp_pink__progressbar_indeterminate_holo5=0x7f020090; public static final int abcp_pink__progressbar_indeterminate_holo6=0x7f020091; public static final int abcp_pink__progressbar_indeterminate_holo7=0x7f020092; public static final int abcp_pink__progressbar_indeterminate_holo8=0x7f020093; public static final int abcp_pink__scrubber_control_disabled_holo=0x7f020094; public static final int abcp_pink__scrubber_control_focused_holo=0x7f020095; public static final int abcp_pink__scrubber_control_normal_holo=0x7f020096; public static final int abcp_pink__scrubber_control_pressed_holo=0x7f020097; public static final int abcp_pink__scrubber_primary_holo=0x7f020098; public static final int abcp_pink__scrubber_secondary_holo=0x7f020099; public static final int abcp_pink__scrubber_track_holo_light=0x7f02009a; public static final int abcp_pink__spinner_ab_focused_holo_light=0x7f02009b; public static final int abcp_pink__spinner_ab_pressed_holo_light=0x7f02009c; public static final int abcp_pink__spinner_focused_holo_light=0x7f02009d; public static final int abcp_pink__spinner_pressed_holo_light=0x7f02009e; public static final int abcp_pink__textfield_activated_holo_light=0x7f02009f; public static final int abcp_pink__textfield_focused_holo_light=0x7f0200a0; public static final int abcpex_pink__btn_default_normal_holo_dark=0x7f0200a1; public static final int abcpex_pink__btn_default_normal_holo_light=0x7f0200a2; public static final int addfs_bg=0x7f0200a3; public static final int addfs_bg_p=0x7f0200a4; public static final int appex__card_background=0x7f0200a5; public static final int appex__card_hover=0x7f0200a6; public static final int appex__large_card_background=0x7f0200a7; public static final int back_btn=0x7f0200a8; public static final int base_action_bar_action_more_normal=0x7f0200a9; public static final int base_action_bar_action_more_pressed=0x7f0200aa; public static final int base_action_bar_action_more_selector=0x7f0200ab; public static final int base_action_bar_back_divider=0x7f0200ac; public static final int base_empty_view=0x7f0200ad; public static final int base_list_divider_drawable=0x7f0200ae; public static final int base_loading_large_icon=0x7f0200af; public static final int base_send_normal=0x7f0200b0; public static final int base_send_pressed=0x7f0200b1; public static final int base_tabpager_indicator_selected=0x7f0200b2; public static final int bg_congratulation=0x7f0200b3; public static final int bili_anim_tv_chan_1=0x7f0200b4; public static final int bili_anim_tv_chan_3=0x7f0200b5; public static final int bili_anim_tv_chan_5=0x7f0200b6; public static final int bili_anim_tv_chan_7=0x7f0200b7; public static final int bili_anim_tv_chan_9=0x7f0200b8; public static final int bili_default_avatar=0x7f0200b9; public static final int bili_default_image_tv_9p=0x7f0200ba; public static final int bili_default_image_tv_with_bg=0x7f0200bb; public static final int bili_default_tv_16_10=0x7f0200bc; public static final int bili_gray_semi_circle_left=0x7f0200bd; public static final int bili_gray_semi_circle_right=0x7f0200be; public static final int bili_list_divider=0x7f0200bf; public static final int bili_login_invalid_captcha=0x7f0200c0; public static final int bili_main_banner=0x7f0200c1; public static final int bili_main_banner_bottom_shadow=0x7f0200c2; public static final int bili_player_back_button=0x7f0200c3; public static final int bili_player_danmaku_is_closed=0x7f0200c4; public static final int bili_player_danmaku_is_open=0x7f0200c5; public static final int bili_player_play_can_pause=0x7f0200c6; public static final int bili_player_play_can_play=0x7f0200c7; public static final int bili_player_seekbar_thumb=0x7f0200c8; public static final int bili_search_edit_background=0x7f0200c9; public static final int bili_secomment_bg=0x7f0200ca; public static final int bili_tab_label_bg_selected=0x7f0200cb; public static final int bili_tab_label_bg_unselected=0x7f0200cc; public static final int bili_texture_1=0x7f0200cd; public static final int bili_timeline_clock_0=0x7f0200ce; public static final int bili_timeline_clock_1=0x7f0200cf; public static final int bili_timeline_clock_2=0x7f0200d0; public static final int bili_timeline_clock_3=0x7f0200d1; public static final int bili_timeline_clock_4=0x7f0200d2; public static final int bili_timeline_clock_5=0x7f0200d3; public static final int bili_timeline_clock_6=0x7f0200d4; public static final int bili_timeline_clock_7=0x7f0200d5; public static final int bili_timeline_group_background=0x7f0200d6; public static final int biz_news_detail_back_normal=0x7f0200d7; public static final int biz_news_detaila_action_bar_bg=0x7f0200d8; public static final int biz_pics_ic_back_normal=0x7f0200d9; public static final int biz_pics_ic_back_pressed=0x7f0200da; public static final int btn_check_holo_dark=0x7f0200db; public static final int btn_check_off_disabled_focused_holo_dark=0x7f0200dc; public static final int btn_check_off_disabled_holo_dark=0x7f0200dd; public static final int btn_check_off_focused_holo_dark=0x7f0200de; public static final int btn_check_off_holo_dark=0x7f0200df; public static final int btn_check_off_pressed_holo_dark=0x7f0200e0; public static final int btn_check_on_disabled_focused_holo_dark=0x7f0200e1; public static final int btn_check_on_disabled_holo_dark=0x7f0200e2; public static final int btn_check_on_focused_holo_dark=0x7f0200e3; public static final int btn_check_on_holo_dark=0x7f0200e4; public static final int btn_check_on_pressed_holo_dark=0x7f0200e5; public static final int btn_default_disabled_focused_holo_dark=0x7f0200e6; public static final int btn_default_disabled_holo_dark=0x7f0200e7; public static final int btn_default_focused_holo_dark=0x7f0200e8; public static final int btn_default_holo_dark=0x7f0200e9; public static final int btn_default_normal_holo_dark=0x7f0200ea; public static final int btn_default_pressed_holo_dark=0x7f0200eb; public static final int btn_dialog_default=0x7f0200ec; public static final int btn_hot_bg=0x7f0200ed; public static final int btn_hot_normal_bg=0x7f0200ee; public static final int btn_hot_normal_bg_p=0x7f0200ef; public static final int btn_rank_bg=0x7f0200f0; public static final int btn_rank_normal_bg=0x7f0200f1; public static final int btn_rank_normal_bg_p=0x7f0200f2; public static final int c1=0x7f0200f3; public static final int c10=0x7f0200f4; public static final int c2=0x7f0200f5; public static final int c3=0x7f0200f6; public static final int c4=0x7f0200f7; public static final int c5=0x7f0200f8; public static final int c6=0x7f0200f9; public static final int c7=0x7f0200fa; public static final int c8=0x7f0200fb; public static final int c9=0x7f0200fc; public static final int card_background=0x7f0200fd; public static final int color_gray_dark=0x7f0200fe; public static final int color_pink=0x7f0200ff; public static final int color_red=0x7f020100; public static final int comment_btn=0x7f020101; public static final int corner=0x7f020102; public static final int cropimage_bg_btn=0x7f020103; public static final int cropimage_camera_crop_height=0x7f020104; public static final int cropimage_camera_crop_width=0x7f020105; public static final int cropimage_cancel=0x7f020106; public static final int cropimage_indicator_autocrop=0x7f020107; public static final int cropimage_rotate_left=0x7f020108; public static final int cropimage_rotate_right=0x7f020109; public static final int cropimage_save=0x7f02010a; public static final int default_ptr_flip=0x7f02010b; public static final int default_ptr_flip_bottom=0x7f02010c; public static final int default_ptr_rotate=0x7f02010d; public static final int dialog_bg=0x7f02010e; public static final int dialog_bg_click=0x7f02010f; public static final int dialog_bg_normal=0x7f020110; public static final int dialog_cut_line=0x7f020111; public static final int dialog_split_h=0x7f020112; public static final int dialog_split_v=0x7f020113; public static final int dot_focused=0x7f020114; public static final int dot_normal=0x7f020115; public static final int focus_show=0x7f020116; public static final int head_bg=0x7f020117; public static final int home_bg_checked=0x7f020118; public static final int home_bg_normal=0x7f020119; public static final int home_btn_bg=0x7f02011a; public static final int hxzj_gamecenter_smallbanner=0x7f02011b; public static final int ic_action_bar=0x7f02011c; public static final int ic_action_download_manager=0x7f02011d; public static final int ic_action_myfollow_icon=0x7f02011e; public static final int ic_action_play_store=0x7f02011f; public static final int ic_ar_16_9_crop=0x7f020120; public static final int ic_ar_16_9_inside=0x7f020121; public static final int ic_ar_4_3_crop=0x7f020122; public static final int ic_ar_4_3_inside=0x7f020123; public static final int ic_ar_adjust_screen=0x7f020124; public static final int ic_ar_adjust_video=0x7f020125; public static final int ic_arrow_right=0x7f020126; public static final int ic_author=0x7f020127; public static final int ic_bp_1=0x7f020128; public static final int ic_bp_2=0x7f020129; public static final int ic_bp_3=0x7f02012a; public static final int ic_bp_4=0x7f02012b; public static final int ic_bp_5=0x7f02012c; public static final int ic_brightness=0x7f02012d; public static final int ic_brightness_2=0x7f02012e; public static final int ic_btn_av_cancel_chroma_normal=0x7f02012f; public static final int ic_btn_av_cancel_disabled=0x7f020130; public static final int ic_btn_av_download_chroma_normal=0x7f020131; public static final int ic_btn_av_download_disabled=0x7f020132; public static final int ic_btn_av_play_chroma_normal=0x7f020133; public static final int ic_btn_av_play_disabled=0x7f020134; public static final int ic_btn_left_user_id_block=0x7f020135; public static final int ic_btn_left_user_id_block_disabled=0x7f020136; public static final int ic_btn_player_danmaku_input_options_color_checked=0x7f020137; public static final int ic_buy_me=0x7f020138; public static final int ic_cate_animation=0x7f020139; public static final int ic_cate_bangumi=0x7f02013a; public static final int ic_cate_dance=0x7f02013b; public static final int ic_cate_entertainment=0x7f02013c; public static final int ic_cate_game=0x7f02013d; public static final int ic_cate_hot=0x7f02013e; public static final int ic_cate_kichiku=0x7f02013f; public static final int ic_cate_live=0x7f020140; public static final int ic_cate_movie=0x7f020141; public static final int ic_cate_music=0x7f020142; public static final int ic_cate_placehold=0x7f020143; public static final int ic_cate_ranks=0x7f020144; public static final int ic_cate_science=0x7f020145; public static final int ic_cate_tv=0x7f020146; public static final int ic_clear_danmaku=0x7f020147; public static final int ic_confirm_send=0x7f020148; public static final int ic_download_start=0x7f020149; public static final int ic_download_stop=0x7f02014a; public static final int ic_emoji=0x7f02014b; public static final int ic_feedback_good=0x7f02014c; public static final int ic_file=0x7f02014d; public static final int ic_folder=0x7f02014e; public static final int ic_gift=0x7f02014f; public static final int ic_gift_disabled=0x7f020150; public static final int ic_info_danmakus=0x7f020151; public static final int ic_info_views=0x7f020152; public static final int ic_launcher=0x7f020153; public static final int ic_logo=0x7f020154; public static final int ic_media_info=0x7f020155; public static final int ic_mp4=0x7f020156; public static final int ic_my_download_manager=0x7f020157; public static final int ic_my_dynamic=0x7f020158; public static final int ic_my_fav=0x7f020159; public static final int ic_my_follow=0x7f02015a; public static final int ic_my_history=0x7f02015b; public static final int ic_my_pay=0x7f02015c; public static final int ic_my_refresh=0x7f02015d; public static final int ic_my_settings=0x7f02015e; public static final int ic_new_tips=0x7f02015f; public static final int ic_notify_msg=0x7f020160; public static final int ic_options_ban=0x7f020161; public static final int ic_pay_success=0x7f020162; public static final int ic_play_live_room=0x7f020163; public static final int ic_player_danmaku_block_options_colorful=0x7f020164; public static final int ic_player_danmaku_block_options_tourist=0x7f020165; public static final int ic_player_danmaku_input_more_color=0x7f020166; public static final int ic_player_danmaku_input_options_bottom_type=0x7f020167; public static final int ic_player_danmaku_input_options_bottom_type_checked=0x7f020168; public static final int ic_player_danmaku_input_options_medium_textsize=0x7f020169; public static final int ic_player_danmaku_input_options_medium_textsize_checked=0x7f02016a; public static final int ic_player_danmaku_input_options_rl_type=0x7f02016b; public static final int ic_player_danmaku_input_options_rl_type_checked=0x7f02016c; public static final int ic_player_danmaku_input_options_small_textsize=0x7f02016d; public static final int ic_player_danmaku_input_options_small_textsize_checked=0x7f02016e; public static final int ic_player_danmaku_input_options_top_type=0x7f02016f; public static final int ic_player_danmaku_input_options_top_type_checked=0x7f020170; public static final int ic_player_locked_2=0x7f020171; public static final int ic_player_options_item_right=0x7f020172; public static final int ic_player_options_menu=0x7f020173; public static final int ic_player_options_radio_off=0x7f020174; public static final int ic_player_options_radio_on=0x7f020175; public static final int ic_player_options_switch_off=0x7f020176; public static final int ic_player_options_switch_on=0x7f020177; public static final int ic_player_pannel_close=0x7f020178; public static final int ic_player_tips_close=0x7f020179; public static final int ic_player_unlock_2=0x7f02017a; public static final int ic_sdcard_color=0x7f02017b; public static final int ic_sdcard_gray=0x7f02017c; public static final int ic_send_danmaku=0x7f02017d; public static final int ic_special_favorites=0x7f02017e; public static final int ic_user_block_checked_off=0x7f02017f; public static final int ic_user_block_checked_on=0x7f020180; public static final int ic_volume=0x7f020181; public static final int ic_volume_2=0x7f020182; public static final int ica_light_ic_action_chat=0x7f020183; public static final int ica_light_ic_action_collection=0x7f020184; public static final int ica_light_ic_action_discard=0x7f020185; public static final int ica_light_ic_action_download=0x7f020186; public static final int ica_light_ic_action_edit=0x7f020187; public static final int ica_light_ic_action_important=0x7f020188; public static final int ica_light_ic_action_play=0x7f020189; public static final int ica_light_ic_action_previous_item=0x7f02018a; public static final int ica_light_ic_action_refresh=0x7f02018b; public static final int ica_light_ic_action_search=0x7f02018c; public static final int ica_light_ic_action_settings=0x7f02018d; public static final int ica_light_ic_action_share=0x7f02018e; public static final int ica_light_ic_action_time=0x7f02018f; public static final int icon=0x7f020190; public static final int image_corner=0x7f020191; public static final int img_bh2=0x7f020192; public static final int indicator_arrow=0x7f020193; public static final int list_selector=0x7f020194; public static final int mediacontroller_bg=0x7f020195; public static final int mediacontroller_btn_bg=0x7f020196; public static final int mediacontroller_lock=0x7f020197; public static final int mediacontroller_next=0x7f020198; public static final int mediacontroller_pause=0x7f020199; public static final int mediacontroller_pause01=0x7f02019a; public static final int mediacontroller_pause02=0x7f02019b; public static final int mediacontroller_pause_button=0x7f02019c; public static final int mediacontroller_play=0x7f02019d; public static final int mediacontroller_play01=0x7f02019e; public static final int mediacontroller_play02=0x7f02019f; public static final int mediacontroller_play_button=0x7f0201a0; public static final int mediacontroller_previous=0x7f0201a1; public static final int mediacontroller_screen_fit=0x7f0201a2; public static final int mediacontroller_screen_size=0x7f0201a3; public static final int mediacontroller_seekbar=0x7f0201a4; public static final int mediacontroller_seekbar01=0x7f0201a5; public static final int mediacontroller_seekbar02=0x7f0201a6; public static final int mediacontroller_seekbar_thumb=0x7f0201a7; public static final int mediacontroller_snapshot=0x7f0201a8; public static final int mediacontroller_sreen_size_100=0x7f0201a9; public static final int mediacontroller_sreen_size_crop=0x7f0201aa; public static final int mediacontroller_unlock=0x7f0201ab; public static final int mipush_small_notification=0x7f0201ac; public static final int mlk=0x7f0201ad; public static final int mz_smartbar_background=0x7f0201ae; public static final int newyear_default_banner_2015=0x7f0201af; public static final int normal_show=0x7f0201b0; public static final int phiz=0x7f0201b1; public static final int pin_progress_pinned=0x7f0201b2; public static final int pin_progress_shadow=0x7f0201b3; public static final int pin_progress_unpinned=0x7f0201b4; public static final int player_battery_charging_icon=0x7f0201b5; public static final int player_battery_icon=0x7f0201b6; public static final int player_battery_red_icon=0x7f0201b7; public static final int popup_bg=0x7f0201b8; public static final int progressbar_large=0x7f0201b9; public static final int quickaction_arrow_down=0x7f0201ba; public static final int quickaction_arrow_up=0x7f0201bb; public static final int quickaction_item_btn=0x7f0201bc; public static final int quickaction_popup=0x7f0201bd; public static final int refresh=0x7f0201be; public static final int refresh_push=0x7f0201bf; public static final int scrubber_control_disabled_holo=0x7f0201c0; public static final int scrubber_control_focused_holo=0x7f0201c1; public static final int scrubber_control_normal_holo=0x7f0201c2; public static final int scrubber_control_pressed_holo=0x7f0201c3; public static final int scrubber_control_selector_holo=0x7f0201c4; public static final int scrubber_primary_holo=0x7f0201c5; public static final int scrubber_progress_horizontal_holo_dark=0x7f0201c6; public static final int scrubber_secondary_holo=0x7f0201c7; public static final int scrubber_track_holo_dark=0x7f0201c8; public static final int selector_tabtext=0x7f0201c9; public static final int shadow_article=0x7f0201ca; public static final int shadow_left_dig=0x7f0201cb; public static final int shadow_right_dig=0x7f0201cc; public static final int shadow_top_dig=0x7f0201cd; public static final int special_tips=0x7f0201ce; public static final int spinner_background_holo_dark=0x7f0201cf; public static final int spinner_default_holo_dark=0x7f0201d0; public static final int spinner_disabled_holo_dark=0x7f0201d1; public static final int spinner_focused_holo_dark=0x7f0201d2; public static final int spinner_pressed_holo_dark=0x7f0201d3; public static final int sso_icon_arrow=0x7f0201d4; public static final int stat_sys_battery_0=0x7f0201d5; public static final int stat_sys_battery_100=0x7f0201d6; public static final int stat_sys_battery_15=0x7f0201d7; public static final int stat_sys_battery_28=0x7f0201d8; public static final int stat_sys_battery_43=0x7f0201d9; public static final int stat_sys_battery_57=0x7f0201da; public static final int stat_sys_battery_71=0x7f0201db; public static final int stat_sys_battery_85=0x7f0201dc; public static final int stat_sys_battery_charge_anim0=0x7f0201dd; public static final int stat_sys_battery_charge_anim100=0x7f0201de; public static final int stat_sys_battery_charge_anim15=0x7f0201df; public static final int stat_sys_battery_charge_anim28=0x7f0201e0; public static final int stat_sys_battery_charge_anim43=0x7f0201e1; public static final int stat_sys_battery_charge_anim57=0x7f0201e2; public static final int stat_sys_battery_charge_anim71=0x7f0201e3; public static final int stat_sys_battery_charge_anim85=0x7f0201e4; public static final int tab_indicator=0x7f0201e5; public static final int title=0x7f0201e6; public static final int title_background=0x7f0201e7; public static final int toast_frame=0x7f0201e8; public static final int top_banner_android=0x7f0201e9; public static final int umeng_socialize_light_bar_bg_pad=0x7f0201ea; public static final int umeng_socialize_nav_bar_bg_pad=0x7f0201eb; public static final int umeng_socialize_oauth_check_off=0x7f0201ec; public static final int umeng_socialize_oauth_check_on=0x7f0201ed; public static final int umeng_socialize_share_music=0x7f0201ee; public static final int umeng_socialize_share_pic=0x7f0201ef; public static final int umeng_socialize_share_video=0x7f0201f0; public static final int umeng_socialize_switchbutton_bottom=0x7f0201f1; public static final int umeng_socialize_switchbutton_btn_pressed=0x7f0201f2; public static final int umeng_socialize_switchbutton_btn_unpressed=0x7f0201f3; public static final int umeng_socialize_switchbutton_frame=0x7f0201f4; public static final int umeng_socialize_switchbutton_mask=0x7f0201f5; public static final int umeng_socialize_switchimage_choose=0x7f0201f6; public static final int umeng_socialize_switchimage_unchoose=0x7f0201f7; public static final int umeng_update_btn_check_off_focused_holo_light=0x7f0201f8; public static final int umeng_update_btn_check_off_holo_light=0x7f0201f9; public static final int umeng_update_btn_check_off_pressed_holo_light=0x7f0201fa; public static final int umeng_update_btn_check_on_focused_holo_light=0x7f0201fb; public static final int umeng_update_btn_check_on_holo_light=0x7f0201fc; public static final int umeng_update_btn_check_on_pressed_holo_light=0x7f0201fd; public static final int umeng_update_close_bg_normal=0x7f0201fe; public static final int umeng_update_close_bg_tap=0x7f0201ff; public static final int video_brightness_bg=0x7f020200; public static final int video_download_rate=0x7f020201; public static final int video_more=0x7f020202; public static final int video_num_bg=0x7f020203; public static final int video_num_front=0x7f020204; public static final int video_volumn_bg=0x7f020205; public static final int vpi__tab_indicator=0x7f020206; public static final int vpi__tab_selected_focused_holo=0x7f020207; public static final int vpi__tab_selected_holo=0x7f020208; public static final int vpi__tab_selected_pressed_holo=0x7f020209; public static final int vpi__tab_unselected_focused_holo=0x7f02020a; public static final int vpi__tab_unselected_holo=0x7f02020b; public static final int vpi__tab_unselected_pressed_holo=0x7f02020c; public static final int w=0x7f02020d; public static final int wcat_list=0x7f02020e; public static final int xlistview_arrow=0x7f02020f; public static final int xwy_list=0x7f020210; } public static final class id { public static final int AreaGridView=0x7f0600e4; public static final int BangumiGridView=0x7f0600a8; public static final int BangumiImageView01=0x7f0600b6; public static final int BangumiImageView01_baofang=0x7f0600b7; public static final int BangumiImageView01_danmugu=0x7f0600b8; public static final int BangumiImageView02=0x7f0600ba; public static final int BangumiImageView02_baofang=0x7f0600bb; public static final int BangumiImageView02_danmugu=0x7f0600bc; public static final int BangumiImageView03=0x7f0600be; public static final int BangumiImageView03_baofang=0x7f0600bf; public static final int BangumiImageView03_danmugu=0x7f0600c0; public static final int BangumiImageView04=0x7f0600c2; public static final int BangumiImageView04_baofang=0x7f0600c3; public static final int BangumiImageView04_danmugu=0x7f0600c4; public static final int BangumiImageView_baofang=0x7f0600f5; public static final int BangumiImageView_danmugu=0x7f0600f6; public static final int BangumiTextView01=0x7f0600b9; public static final int BangumiTextView02=0x7f0600bd; public static final int BangumiTextView03=0x7f0600c1; public static final int BangumiTextView04=0x7f0600c5; public static final int BangumiView=0x7f0600a7; public static final int BiliWebView=0x7f060093; public static final int DanceGridView=0x7f0600ae; public static final int DanceView=0x7f0600ad; public static final int DonghuaGridView=0x7f0600aa; public static final int DonghuaView=0x7f0600a9; public static final int DonhuaView=0x7f0600c6; public static final int EntGridView=0x7f0600b0; public static final int EntView=0x7f0600af; public static final int GameButton=0x7f0600f3; public static final int GameListView=0x7f0600a6; public static final int ImageView06=0x7f0600d1; public static final int ImageView07=0x7f0600cf; public static final int ImageView08=0x7f0600ce; public static final int ImageView13=0x7f0600d7; public static final int ImageView14=0x7f0600d5; public static final int ImageView15=0x7f0600d4; public static final int ImageView16=0x7f0600dd; public static final int ImageView17=0x7f0600db; public static final int ImageView18=0x7f0600da; public static final int KejiGridView=0x7f0600b4; public static final int KejiView=0x7f0600b3; public static final int MovieGridView=0x7f0600b2; public static final int MovieView=0x7f0600b1; public static final int MusicGridView=0x7f0600ac; public static final int MusicView=0x7f0600ab; public static final int RankView=0x7f0600e6; public static final int TextView06=0x7f0600d0; public static final int TextView07=0x7f0600d3; public static final int TextView08=0x7f0600d2; public static final int TextView13=0x7f0600d6; public static final int TextView14=0x7f0600d9; public static final int TextView15=0x7f0600d8; public static final int TextView16=0x7f0600dc; public static final int TextView17=0x7f0600df; public static final int TextView18=0x7f0600de; public static final int TextView_bofang=0x7f06011f; public static final int TextView_up=0x7f06011e; public static final int action_bar=0x7f06004c; public static final int action_bar_activity_content=0x7f060045; public static final int action_bar_container=0x7f06004b; public static final int action_bar_overlay_layout=0x7f06004f; public static final int action_bar_root=0x7f06004a; public static final int action_bar_subtitle=0x7f060053; public static final int action_bar_title=0x7f060052; public static final int action_context_bar=0x7f06004d; public static final int action_menu_divider=0x7f060046; public static final int action_menu_presenter=0x7f060047; public static final int action_mode_close_button=0x7f060054; public static final int activity_chooser_view_content=0x7f060055; public static final int adLayout=0x7f0600e0; public static final int afterDescendants=0x7f06002c; public static final int all=0x7f06002a; public static final int always=0x7f060012; public static final int alwaysScroll=0x7f060030; public static final int animation=0x7f060028; public static final int anyRtl=0x7f06001f; public static final int areaImageView=0x7f06007b; public static final int areaTextView=0x7f06007c; public static final int arrow=0x7f0600e3; public static final int arrowButton=0x7f0600ee; public static final int arrow_down=0x7f060119; public static final int arrow_up=0x7f060118; public static final int authorTextView=0x7f0600e8; public static final int auto=0x7f06000f; public static final int backBtn=0x7f060094; public static final int bankumi_item_title=0x7f0600f9; public static final int bankumi_num=0x7f0600fa; public static final int battery_level=0x7f060103; public static final int beforeDescendants=0x7f06002b; public static final int beginning=0x7f060041; public static final int bili_anim=0x7f060075; public static final int blocksDescendants=0x7f06002d; public static final int blogContentPro=0x7f060091; public static final int blogContentView=0x7f06008f; public static final int bottom=0x7f060003; public static final int btn_cancel=0x7f06009c; public static final int btn_ok=0x7f06009d; public static final int card_main_parent=0x7f060097; public static final int center=0x7f060023; public static final int checkbox=0x7f06005d; public static final int collapseActionView=0x7f06003e; public static final int color_picker_view=0x7f06009b; public static final int comment=0x7f060096; public static final int container=0x7f06007a; public static final int date_time=0x7f060102; public static final int defaultPosition=0x7f060015; public static final int default_activity_button=0x7f060058; public static final int dialog=0x7f06003f; public static final int disableHome=0x7f06003b; public static final int disabled=0x7f06002e; public static final int discard=0x7f06009f; public static final int donghua=0x7f0600c7; public static final int download_rate=0x7f060101; public static final int dropdown=0x7f060040; public static final int durationTextView=0x7f0600ed; public static final int edit_query=0x7f060060; public static final int end=0x7f060043; public static final int expand_activities_button=0x7f060056; public static final int expanded_menu=0x7f06005c; public static final int firstStrong=0x7f06001e; public static final int game_item_image=0x7f0600f1; public static final int game_item_title=0x7f0600f2; public static final int gone=0x7f060008; public static final int gravity=0x7f060020; public static final int hardware=0x7f060019; public static final int head=0x7f060090; public static final int headTV=0x7f060081; public static final int head_launcher=0x7f06007f; public static final int head_logo=0x7f06007e; public static final int high=0x7f060011; public static final int home=0x7f060044; public static final int homeAsUp=0x7f060038; public static final int horizontal=0x7f060009; public static final int icon=0x7f06005a; public static final int ifContentScrolls=0x7f060013; public static final int ifRoom=0x7f06003c; public static final int image=0x7f060057; public static final int imageView=0x7f0600e7; public static final int imageView1=0x7f0600c8; public static final int imageView2=0x7f0600c9; public static final int imageView3=0x7f0600cb; public static final int image_container=0x7f060098; public static final int indicator=0x7f06006c; public static final int info_panel=0x7f0600fe; public static final int inherit=0x7f06001c; public static final int insideInset=0x7f06000c; public static final int insideOverlay=0x7f06000b; public static final int invisible=0x7f060007; public static final int item_image=0x7f0600f8; public static final int iv_icon=0x7f06011a; public static final int labelTextView=0x7f0600ec; public static final int left=0x7f060016; public static final int line=0x7f06011d; public static final int linearlayout_row=0x7f0600e1; public static final int listMode=0x7f060034; public static final int list_item=0x7f060059; public static final int list_item_image=0x7f0600f4; public static final int list_item_title=0x7f0600f7; public static final int list_view_left=0x7f0600fb; public static final int list_view_right=0x7f0600fc; public static final int locale=0x7f06001d; public static final int logobutton=0x7f06007d; public static final int low=0x7f060010; public static final int ltr=0x7f06001a; public static final int mediacontroller=0x7f0600fd; public static final int mediacontroller_controls=0x7f060105; public static final int mediacontroller_controls_buttons=0x7f060109; public static final int mediacontroller_danmaku_switch=0x7f06010e; public static final int mediacontroller_file_name=0x7f060100; public static final int mediacontroller_lock=0x7f0600ff; public static final int mediacontroller_play_pause=0x7f06010a; public static final int mediacontroller_screen_size=0x7f06010d; public static final int mediacontroller_seekbar=0x7f060107; public static final int mediacontroller_send_danmaku=0x7f06010c; public static final int mediacontroller_snapshot=0x7f06010b; public static final int mediacontroller_time_current=0x7f060106; public static final int mediacontroller_time_total=0x7f060108; public static final int middle=0x7f060042; public static final int multipleChoice=0x7f060032; public static final int multipleChoiceModal=0x7f060033; public static final int name=0x7f06009a; public static final int never=0x7f060014; public static final int no=0x7f060027; public static final int noBlogLayout=0x7f0600a3; public static final int no_blog=0x7f0600a4; public static final int none=0x7f060000; public static final int normal=0x7f06002f; public static final int operation_bg=0x7f06008c; public static final int operation_full=0x7f06008d; public static final int operation_info=0x7f06010f; public static final int operation_percent=0x7f06008e; public static final int operation_volume_brightness=0x7f06008b; public static final int outsideInset=0x7f06000e; public static final int outsideOverlay=0x7f06000d; public static final int pager=0x7f06006d; public static final int personCenter=0x7f060082; public static final int playButton=0x7f0600eb; public static final int playTextView=0x7f0600e9; public static final int progress=0x7f060095; public static final int progress_circular=0x7f060048; public static final int progress_horizontal=0x7f060049; public static final int ptr_id_header=0x7f060110; public static final int ptr_id_image=0x7f060111; public static final int ptr_id_last_updated=0x7f060115; public static final int ptr_id_spinner=0x7f060112; public static final int ptr_id_text=0x7f060114; public static final int ptr_id_textwrapper=0x7f060113; public static final int radio=0x7f06005f; public static final int reLoadImage=0x7f060092; public static final int right=0x7f060017; public static final int rotateLeft=0x7f0600a0; public static final int rotateRight=0x7f0600a1; public static final int rtl=0x7f06001b; public static final int sample_image=0x7f060099; public static final int save=0x7f06009e; public static final int scrapped_view=0x7f060005; public static final int scroller=0x7f060116; public static final int scrolling=0x7f060029; public static final int search_badge=0x7f060062; public static final int search_bar=0x7f060061; public static final int search_button=0x7f060063; public static final int search_close_btn=0x7f060068; public static final int search_edit_frame=0x7f060064; public static final int search_go_btn=0x7f06006a; public static final int search_mag_icon=0x7f060065; public static final int search_plate=0x7f060066; public static final int search_src_text=0x7f060067; public static final int search_voice_btn=0x7f06006b; public static final int shortcut=0x7f06005e; public static final int showCustom=0x7f06003a; public static final int showHome=0x7f060037; public static final int showTitle=0x7f060039; public static final int singleChoice=0x7f060031; public static final int software=0x7f060018; public static final int split_action_bar=0x7f06004e; public static final int submit_area=0x7f060069; public static final int subtitle_container=0x7f060077; public static final int subtitle_image=0x7f060079; public static final int subtitle_text=0x7f060078; public static final int surface_view=0x7f06008a; public static final int sv_danmaku=0x7f060070; public static final int tabMode=0x7f060035; public static final int textEnd=0x7f060022; public static final int textStart=0x7f060021; public static final int textView1=0x7f0600e5; public static final int textView2=0x7f0600ca; public static final int textView3=0x7f0600cc; public static final int textViewTitle=0x7f060080; public static final int thumbnail=0x7f0600e2; public static final int title=0x7f06005b; public static final int titleTextView=0x7f0600cd; public static final int title_icon=0x7f06011c; public static final int top=0x7f060004; public static final int top_action_bar=0x7f060050; public static final int tracks=0x7f060117; public static final int triangle=0x7f060001; public static final int tv8=0x7f0600b5; public static final int tv_noblog=0x7f0600a5; public static final int tv_title=0x7f06011b; public static final int underline=0x7f060002; public static final int up=0x7f060051; public static final int useLogo=0x7f060036; public static final int v_dot0=0x7f060084; public static final int v_dot1=0x7f060085; public static final int v_dot2=0x7f060086; public static final int v_dot3=0x7f060087; public static final int v_dot4=0x7f060088; public static final int v_dot5=0x7f060089; public static final int vertical=0x7f06000a; public static final int video=0x7f06006f; public static final int videoListView=0x7f0600a2; public static final int videoNumTextView=0x7f0600ef; public static final int video_info_list=0x7f0600f0; public static final int video_loading=0x7f060071; public static final int video_loading_progress=0x7f060072; public static final int video_loading_text=0x7f060073; public static final int video_menu=0x7f060104; public static final int video_reviewTextView=0x7f0600ea; public static final int video_root=0x7f06006e; public static final int video_start=0x7f060074; public static final int video_start_info=0x7f060076; public static final int viewEnd=0x7f060025; public static final int viewStart=0x7f060024; public static final int visible=0x7f060006; public static final int vp=0x7f060083; public static final int withText=0x7f06003d; public static final int xlistview_footer_content=0x7f060120; public static final int xlistview_footer_hint_textview=0x7f060122; public static final int xlistview_footer_progressbar=0x7f060121; public static final int xlistview_header_arrow=0x7f060127; public static final int xlistview_header_content=0x7f060123; public static final int xlistview_header_hint_textview=0x7f060125; public static final int xlistview_header_progressbar=0x7f060128; public static final int xlistview_header_text=0x7f060124; public static final int xlistview_header_time=0x7f060126; public static final int yes=0x7f060026; } public static final class integer { /** 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=0x7f090005; public static final int channalnum=0x7f090006; public static final int default_circle_indicator_orientation=0x7f090000; public static final int default_title_indicator_footer_indicator_style=0x7f090001; public static final int default_title_indicator_line_position=0x7f090002; public static final int default_underline_indicator_fade_delay=0x7f090003; public static final int default_underline_indicator_fade_length=0x7f090004; } public static final class layout { public static final int abc_action_bar_decor=0x7f030000; public static final int abc_action_bar_decor_include=0x7f030001; public static final int abc_action_bar_decor_overlay=0x7f030002; public static final int abc_action_bar_home=0x7f030003; public static final int abc_action_bar_tab=0x7f030004; public static final int abc_action_bar_tabbar=0x7f030005; public static final int abc_action_bar_title_item=0x7f030006; public static final int abc_action_bar_view_list_nav_layout=0x7f030007; public static final int abc_action_menu_item_layout=0x7f030008; public static final int abc_action_menu_layout=0x7f030009; public static final int abc_action_mode_bar=0x7f03000a; public static final int abc_action_mode_close_item=0x7f03000b; public static final int abc_activity_chooser_view=0x7f03000c; public static final int abc_activity_chooser_view_include=0x7f03000d; public static final int abc_activity_chooser_view_list_item=0x7f03000e; public static final int abc_expanded_menu_layout=0x7f03000f; public static final int abc_list_menu_item_checkbox=0x7f030010; public static final int abc_list_menu_item_icon=0x7f030011; public static final int abc_list_menu_item_layout=0x7f030012; public static final int abc_list_menu_item_radio=0x7f030013; public static final int abc_popup_menu_item_layout=0x7f030014; public static final int abc_search_dropdown_item_icons_2line=0x7f030015; public static final int abc_search_view=0x7f030016; public static final int abc_simple_decor=0x7f030017; public static final int activity_main=0x7f030018; public static final int activity_video=0x7f030019; public static final int activity_video_info=0x7f03001a; public static final int area_item=0x7f03001b; public static final int back_head=0x7f03001c; public static final int banner=0x7f03001d; public static final int bili_videoview=0x7f03001e; public static final int bili_webview=0x7f03001f; public static final int bili_webview_head=0x7f030020; public static final int brightness_volumn=0x7f030021; public static final int card_layout=0x7f030022; public static final int colorpicker=0x7f030023; public static final int common_dialog_layout=0x7f030024; public static final int cropimage=0x7f030025; public static final int donghua_tab=0x7f030026; public static final int fragment_donghua=0x7f030027; public static final int fragment_gamecenter=0x7f030028; public static final int fragment_homepage=0x7f030029; public static final int fragment_main=0x7f03002a; public static final int fragment_online=0x7f03002b; public static final int fragment_online_item=0x7f03002c; public static final int fragment_subarea=0x7f03002d; public static final int fragment_videoinfo=0x7f03002e; public static final int game_list_item=0x7f03002f; public static final int homepage_item=0x7f030030; public static final int item=0x7f030031; public static final int items_list=0x7f030032; public static final int main_head=0x7f030033; public static final int mediacontroller=0x7f030034; public static final int ptr_header=0x7f030035; public static final int quickaction=0x7f030036; public static final int quickaction_item=0x7f030037; public static final int support_simple_spinner_dropdown_item=0x7f030038; public static final int title=0x7f030039; public static final int video_info_list_item=0x7f03003a; public static final int video_list_item=0x7f03003b; public static final int videoview=0x7f03003c; public static final int xlistview_footer=0x7f03003d; public static final int xlistview_header=0x7f03003e; } public static final class menu { public static final int main=0x7f0d0000; } public static final class raw { public static final int comments=0x7f050000; public static final int libarm=0x7f050001; } public static final class string { public static final int VideoView_error_button=0x7f0c0032; public static final int VideoView_error_text_invalid_progressive_playback=0x7f0c0030; public static final int VideoView_error_text_unknown=0x7f0c0031; public static final int VideoView_error_title=0x7f0c002f; /** Content description for the action bar "home" affordance. [CHAR LIMIT=NONE] */ public static final int abc_action_bar_home_description=0x7f0c000d; /** Content description for the action bar "up" affordance. [CHAR LIMIT=NONE] */ public static final int abc_action_bar_up_description=0x7f0c000e; /** Content description for the action menu overflow button. [CHAR LIMIT=NONE] */ public static final int abc_action_menu_overflow_description=0x7f0c000f; /** Label for the "Done" button on the far left of action mode toolbars. */ public static final int abc_action_mode_done=0x7f0c000c; /** 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=0x7f0c0016; /** 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=0x7f0c0015; /** SearchView accessibility description for clear button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_clear=0x7f0c0012; /** SearchView accessibility description for search text field [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_query=0x7f0c0011; /** SearchView accessibility description for search button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_search=0x7f0c0010; /** SearchView accessibility description for submit button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_submit=0x7f0c0013; /** SearchView accessibility description for voice button [CHAR LIMIT=NONE] */ public static final int abc_searchview_description_voice=0x7f0c0014; /** Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE] */ public static final int abc_shareactionprovider_share_with=0x7f0c0018; /** 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=0x7f0c0017; public static final int action_settings=0x7f0c004f; public static final int app_name=0x7f0c0001; public static final int closing_file=0x7f0c004e; public static final int content_desc_lock=0x7f0c0042; public static final int cropimage_face_multiple=0x7f0c001f; public static final int cropimage_image_discard=0x7f0c0021; public static final int cropimage_image_rotate_left=0x7f0c0022; public static final int cropimage_image_rotate_right=0x7f0c0023; public static final int cropimage_image_save=0x7f0c0020; public static final int cropimage_image_saving=0x7f0c001e; public static final int cropimage_storage_no_space=0x7f0c0026; public static final int cropimage_storage_not_available=0x7f0c0025; public static final int cropimage_storage_preparing=0x7f0c0024; public static final int cropimage_waiting=0x7f0c001a; public static final int cropimage_wallpaper_failed=0x7f0c001d; public static final int cropimage_wallpaper_is_setting=0x7f0c001b; public static final int cropimage_wallpaper_success=0x7f0c001c; public static final int file_delete=0x7f0c003d; public static final int file_delete_confirm=0x7f0c003e; public static final int file_explorer_sdcard_not_available=0x7f0c004b; public static final int file_oper=0x7f0c0039; public static final int file_rename=0x7f0c003a; public static final int file_rename_exists=0x7f0c003c; public static final int file_rename_failed=0x7f0c003b; public static final int hello=0x7f0c0000; public static final int imageview_content_description=0x7f0c0041; public static final int init_decoders=0x7f0c0037; public static final int loadinfo=0x7f0c0038; public static final int mediacontroller_play_pause=0x7f0c0033; public static final int permission_group_tools_description=0x7f0c002a; public static final int permission_group_tools_label=0x7f0c0029; public static final int permission_receive_messages_description=0x7f0c002c; public static final int permission_receive_messages_label=0x7f0c002b; public static final int permission_write_providers_description=0x7f0c002e; public static final int permission_write_providers_label=0x7f0c002d; public static final int ptr_last_updated=0x7f0c000b; public static final int ptr_pull_to_refresh=0x7f0c0008; public static final int ptr_refreshing=0x7f0c000a; public static final int ptr_release_to_refresh=0x7f0c0009; public static final int title_file=0x7f0c0035; public static final int title_online=0x7f0c0036; public static final int version_name=0x7f0c0034; public static final int video_cannot_play=0x7f0c004a; public static final int video_crop=0x7f0c0046; public static final int video_fit_screen=0x7f0c0044; public static final int video_layout_buffering_progress=0x7f0c0049; public static final int video_layout_loading=0x7f0c003f; public static final int video_original=0x7f0c0043; public static final int video_screen_locked=0x7f0c0047; public static final int video_screen_unlocked=0x7f0c0048; public static final int video_screenshot_failed=0x7f0c004d; public static final int video_screenshot_save_in=0x7f0c004c; public static final int video_stretch=0x7f0c0045; public static final int vitamio_init_decoders=0x7f0c0028; public static final int vitamio_library_app_name=0x7f0c0027; public static final int vitamio_theme_app_name=0x7f0c0040; public static final int xlistview_footer_hint_normal=0x7f0c0006; public static final int xlistview_footer_hint_ready=0x7f0c0007; public static final int xlistview_header_hint_loading=0x7f0c0004; public static final int xlistview_header_hint_normal=0x7f0c0002; public static final int xlistview_header_hint_ready=0x7f0c0003; public static final int xlistview_header_last_time=0x7f0c0005; public static final int zi_app_name=0x7f0c0019; } public static final class style { public static final int Animations=0x7f0b0098; /** PopDownMenu */ public static final int Animations_PopDownMenu=0x7f0b0099; public static final int Animations_PopDownMenu_Center=0x7f0b009a; public static final int Animations_PopDownMenu_Left=0x7f0b009b; public static final int Animations_PopDownMenu_Reflect=0x7f0b009d; public static final int Animations_PopDownMenu_Right=0x7f0b009c; /** PopUpMenu */ public static final int Animations_PopUpMenu=0x7f0b009e; public static final int Animations_PopUpMenu_Center=0x7f0b009f; public static final int Animations_PopUpMenu_Left=0x7f0b00a0; public static final int Animations_PopUpMenu_Reflect=0x7f0b00a2; public static final int Animations_PopUpMenu_Right=0x7f0b00a1; /** Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. */ public static final int AppBaseTheme=0x7f0b00ae; /** Application theme. All customizations that are NOT specific to a particular API-level can go here. */ public static final int AppTheme=0x7f0b000c; public static final int InfoPanel_Container=0x7f0b00b1; public static final int MediaController_Button=0x7f0b00b3; public static final int MediaController_Container=0x7f0b00b2; public static final int MediaController_SeekBar=0x7f0b00ac; public static final int MediaController_Text=0x7f0b00ad; public static final int MyTextAppearance_TabPageIndicator=0x7f0b00b6; public static final int MyTheme=0x7f0b00b4; public static final int MyWidget_TabPageIndicator=0x7f0b00b5; /** <item name="android:background">?android:selectableItemBackground</item> */ public static final int PinProgressButton=0x7f0b00a8; /** Mimic text appearance in select_dialog_item.xml */ public static final int TextAppearance_AppCompat_Base_CompactMenu_Dialog=0x7f0b0070; public static final int TextAppearance_AppCompat_Base_SearchResult=0x7f0b007a; public static final int TextAppearance_AppCompat_Base_SearchResult_Subtitle=0x7f0b007c; /** Search View result styles */ public static final int TextAppearance_AppCompat_Base_SearchResult_Title=0x7f0b007b; public static final int TextAppearance_AppCompat_Base_Widget_PopupMenu_Large=0x7f0b0076; public static final int TextAppearance_AppCompat_Base_Widget_PopupMenu_Small=0x7f0b0077; public static final int TextAppearance_AppCompat_Light_Base_SearchResult=0x7f0b007d; public static final int TextAppearance_AppCompat_Light_Base_SearchResult_Subtitle=0x7f0b007f; /** TextAppearance.Holo.Light.SearchResult.* are private so we extend from the default versions instead (which are exactly the same). */ public static final int TextAppearance_AppCompat_Light_Base_SearchResult_Title=0x7f0b007e; public static final int TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Large=0x7f0b0078; public static final int TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Small=0x7f0b0079; public static final int TextAppearance_AppCompat_Light_SearchResult_Subtitle=0x7f0b0042; public static final int TextAppearance_AppCompat_Light_SearchResult_Title=0x7f0b0041; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large=0x7f0b003d; public static final int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small=0x7f0b003e; public static final int TextAppearance_AppCompat_SearchResult_Subtitle=0x7f0b0040; public static final int TextAppearance_AppCompat_SearchResult_Title=0x7f0b003f; public static final int TextAppearance_AppCompat_Widget_ActionBar_Menu=0x7f0b0027; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle=0x7f0b0013; public static final int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse=0x7f0b0015; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title=0x7f0b0012; public static final int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse=0x7f0b0014; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle=0x7f0b002b; public static final int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse=0x7f0b002d; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title=0x7f0b002a; public static final int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse=0x7f0b002c; public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Menu=0x7f0b0061; public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle=0x7f0b0063; public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle_Inverse=0x7f0b0065; public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Title=0x7f0b0062; public static final int TextAppearance_AppCompat_Widget_Base_ActionBar_Title_Inverse=0x7f0b0064; public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle=0x7f0b005e; public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle_Inverse=0x7f0b0060; public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Title=0x7f0b005d; public static final int TextAppearance_AppCompat_Widget_Base_ActionMode_Title_Inverse=0x7f0b005f; public static final int TextAppearance_AppCompat_Widget_Base_DropDownItem=0x7f0b006e; public static final int TextAppearance_AppCompat_Widget_DropDownItem=0x7f0b002e; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Large=0x7f0b003b; public static final int TextAppearance_AppCompat_Widget_PopupMenu_Small=0x7f0b003c; public static final int TextAppearance_TabPageIndicator=0x7f0b0003; public static final int TextAppearance_Widget_AppCompat_Base_ExpandedMenu_Item=0x7f0b006f; public static final int TextAppearance_Widget_AppCompat_ExpandedMenu_Item=0x7f0b0035; /** 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=0x7f0b0084; /** Menu/item attributes */ public static final int Theme_AppCompat_Base_CompactMenu=0x7f0b0090; public static final int Theme_AppCompat_Base_CompactMenu_Dialog=0x7f0b0091; /** Menu/item attributes */ public static final int Theme_AppCompat_CompactMenu=0x7f0b0089; public static final int Theme_AppCompat_CompactMenu_Dialog=0x7f0b008a; public static final int Theme_AppCompat_DialogWhenLarge=0x7f0b0087; /** Platform-independent theme providing an action bar in a light-themed activity. */ public static final int Theme_AppCompat_Light=0x7f0b0085; /** Platform-independent theme providing an action bar in a dark-themed activity. */ public static final int Theme_AppCompat_Light_DarkActionBar=0x7f0b0086; public static final int Theme_AppCompat_Light_DialogWhenLarge=0x7f0b0088; /** Base platform-dependent theme */ public static final int Theme_Base=0x7f0b008b; /** Base platform-dependent theme providing an action bar in a dark-themed activity. Base platform-dependent theme providing an action bar in a dark-themed activity. */ public static final int Theme_Base_AppCompat=0x7f0b008d; public static final int Theme_Base_AppCompat_Dialog_FixedSize=0x7f0b0094; public static final int Theme_Base_AppCompat_Dialog_Light_FixedSize=0x7f0b0095; public static final int Theme_Base_AppCompat_DialogWhenLarge=0x7f0b0092; /** As we have defined the theme in values-large (for compat) and values-large takes precedence over values-v14, we need to reset back to the Holo parent in values-large-v14. As the themes in values-v14 & values-large-v14 are exactly the same, these "double base" themes can be inherited from in both values-v14 and values-large-v14. */ public static final int Theme_Base_AppCompat_DialogWhenLarge_Base=0x7f0b0096; /** Base platform-dependent theme providing an action bar in a light-themed activity. Base platform-dependent theme providing an action bar in a light-themed activity. */ public static final int Theme_Base_AppCompat_Light=0x7f0b008e; /** Base platform-dependent theme providing a dark action bar in a light-themed activity. Base platform-dependent theme providing a dark action bar in a light-themed activity. */ public static final int Theme_Base_AppCompat_Light_DarkActionBar=0x7f0b008f; public static final int Theme_Base_AppCompat_Light_DialogWhenLarge=0x7f0b0093; public static final int Theme_Base_AppCompat_Light_DialogWhenLarge_Base=0x7f0b0097; /** Base platform-dependent theme providing a light-themed activity. */ public static final int Theme_Base_Light=0x7f0b008c; public static final int Theme_PageIndicatorDefaults=0x7f0b0000; public static final int Theme_ZI_Black=0x7f0b00a9; public static final int Theme_ZI_Black_NoTitleBar_Fullscreen=0x7f0b00aa; public static final int Theme_ZI_Dialog_Translucent=0x7f0b00ab; public static final int Themes_ActionBarTab=0x7f0b00b7; public static final int Widget=0x7f0b0001; /** Styles in here can be extended for customisation in your application. Each utilises one of the Base 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=0x7f0b000d; public static final int Widget_AppCompat_ActionBar_Solid=0x7f0b000f; public static final int Widget_AppCompat_ActionBar_TabBar=0x7f0b001e; public static final int Widget_AppCompat_ActionBar_TabText=0x7f0b0024; public static final int Widget_AppCompat_ActionBar_TabView=0x7f0b0021; public static final int Widget_AppCompat_ActionButton=0x7f0b0018; public static final int Widget_AppCompat_ActionButton_CloseMode=0x7f0b001a; public static final int Widget_AppCompat_ActionButton_Overflow=0x7f0b001c; public static final int Widget_AppCompat_ActionMode=0x7f0b0028; public static final int Widget_AppCompat_ActivityChooserView=0x7f0b0045; public static final int Widget_AppCompat_AutoCompleteTextView=0x7f0b0043; public static final int Widget_AppCompat_Base_ActionBar=0x7f0b0047; public static final int Widget_AppCompat_Base_ActionBar_Solid=0x7f0b0049; public static final int Widget_AppCompat_Base_ActionBar_TabBar=0x7f0b0052; public static final int Widget_AppCompat_Base_ActionBar_TabText=0x7f0b0058; public static final int Widget_AppCompat_Base_ActionBar_TabView=0x7f0b0055; /** Action Button Styles */ public static final int Widget_AppCompat_Base_ActionButton=0x7f0b004c; public static final int Widget_AppCompat_Base_ActionButton_CloseMode=0x7f0b004e; public static final int Widget_AppCompat_Base_ActionButton_Overflow=0x7f0b0050; public static final int Widget_AppCompat_Base_ActionMode=0x7f0b005b; public static final int Widget_AppCompat_Base_ActivityChooserView=0x7f0b0082; /** AutoCompleteTextView styles (for SearchView) */ public static final int Widget_AppCompat_Base_AutoCompleteTextView=0x7f0b0080; public static final int Widget_AppCompat_Base_DropDownItem_Spinner=0x7f0b006a; /** Popup Menu */ public static final int Widget_AppCompat_Base_ListPopupWindow=0x7f0b0072; /** Spinner Widgets */ public static final int Widget_AppCompat_Base_ListView_DropDown=0x7f0b006c; public static final int Widget_AppCompat_Base_ListView_Menu=0x7f0b0071; public static final int Widget_AppCompat_Base_PopupMenu=0x7f0b0074; public static final int Widget_AppCompat_Base_ProgressBar=0x7f0b0067; /** Progress Bar */ public static final int Widget_AppCompat_Base_ProgressBar_Horizontal=0x7f0b0066; /** Action Bar Spinner Widgets */ public static final int Widget_AppCompat_Base_Spinner=0x7f0b0068; public static final int Widget_AppCompat_DropDownItem_Spinner=0x7f0b0031; public static final int Widget_AppCompat_Light_ActionBar=0x7f0b000e; public static final int Widget_AppCompat_Light_ActionBar_Solid=0x7f0b0010; public static final int Widget_AppCompat_Light_ActionBar_Solid_Inverse=0x7f0b0011; public static final int Widget_AppCompat_Light_ActionBar_TabBar=0x7f0b001f; public static final int Widget_AppCompat_Light_ActionBar_TabBar_Inverse=0x7f0b0020; public static final int Widget_AppCompat_Light_ActionBar_TabText=0x7f0b0025; public static final int Widget_AppCompat_Light_ActionBar_TabText_Inverse=0x7f0b0026; public static final int Widget_AppCompat_Light_ActionBar_TabView=0x7f0b0022; public static final int Widget_AppCompat_Light_ActionBar_TabView_Inverse=0x7f0b0023; public static final int Widget_AppCompat_Light_ActionButton=0x7f0b0019; public static final int Widget_AppCompat_Light_ActionButton_CloseMode=0x7f0b001b; public static final int Widget_AppCompat_Light_ActionButton_Overflow=0x7f0b001d; public static final int Widget_AppCompat_Light_ActionMode_Inverse=0x7f0b0029; public static final int Widget_AppCompat_Light_ActivityChooserView=0x7f0b0046; public static final int Widget_AppCompat_Light_AutoCompleteTextView=0x7f0b0044; public static final int Widget_AppCompat_Light_Base_ActionBar=0x7f0b0048; public static final int Widget_AppCompat_Light_Base_ActionBar_Solid=0x7f0b004a; public static final int Widget_AppCompat_Light_Base_ActionBar_Solid_Inverse=0x7f0b004b; public static final int Widget_AppCompat_Light_Base_ActionBar_TabBar=0x7f0b0053; public static final int Widget_AppCompat_Light_Base_ActionBar_TabBar_Inverse=0x7f0b0054; public static final int Widget_AppCompat_Light_Base_ActionBar_TabText=0x7f0b0059; public static final int Widget_AppCompat_Light_Base_ActionBar_TabText_Inverse=0x7f0b005a; public static final int Widget_AppCompat_Light_Base_ActionBar_TabView=0x7f0b0056; public static final int Widget_AppCompat_Light_Base_ActionBar_TabView_Inverse=0x7f0b0057; public static final int Widget_AppCompat_Light_Base_ActionButton=0x7f0b004d; public static final int Widget_AppCompat_Light_Base_ActionButton_CloseMode=0x7f0b004f; public static final int Widget_AppCompat_Light_Base_ActionButton_Overflow=0x7f0b0051; public static final int Widget_AppCompat_Light_Base_ActionMode_Inverse=0x7f0b005c; public static final int Widget_AppCompat_Light_Base_ActivityChooserView=0x7f0b0083; public static final int Widget_AppCompat_Light_Base_AutoCompleteTextView=0x7f0b0081; public static final int Widget_AppCompat_Light_Base_DropDownItem_Spinner=0x7f0b006b; public static final int Widget_AppCompat_Light_Base_ListPopupWindow=0x7f0b0073; public static final int Widget_AppCompat_Light_Base_ListView_DropDown=0x7f0b006d; public static final int Widget_AppCompat_Light_Base_PopupMenu=0x7f0b0075; public static final int Widget_AppCompat_Light_Base_Spinner=0x7f0b0069; public static final int Widget_AppCompat_Light_DropDownItem_Spinner=0x7f0b0032; public static final int Widget_AppCompat_Light_ListPopupWindow=0x7f0b0037; public static final int Widget_AppCompat_Light_ListView_DropDown=0x7f0b0034; public static final int Widget_AppCompat_Light_PopupMenu=0x7f0b0039; public static final int Widget_AppCompat_Light_Spinner_DropDown_ActionBar=0x7f0b0030; public static final int Widget_AppCompat_ListPopupWindow=0x7f0b0036; public static final int Widget_AppCompat_ListView_DropDown=0x7f0b0033; public static final int Widget_AppCompat_ListView_Menu=0x7f0b003a; public static final int Widget_AppCompat_PopupMenu=0x7f0b0038; public static final int Widget_AppCompat_ProgressBar=0x7f0b0017; public static final int Widget_AppCompat_ProgressBar_Horizontal=0x7f0b0016; public static final int Widget_AppCompat_Spinner_DropDown_ActionBar=0x7f0b002f; public static final int Widget_IconPageIndicator=0x7f0b0004; public static final int Widget_Sherlock_ActionBar_TabText=0x7f0b00b8; public static final int Widget_Sherlock_ActionBar_TabView=0x7f0b00b9; public static final int Widget_TabPageIndicator=0x7f0b0002; public static final int Widget_ZI_Button=0x7f0b00a7; public static final int Widget_ZI_CheckBox=0x7f0b00a4; public static final int Widget_ZI_SeekBar=0x7f0b00a6; public static final int Widget_ZI_SeekBar_Flat=0x7f0b00a5; public static final int Widget_ZI_Spinner=0x7f0b00a3; public static final int dot_style=0x7f0b00af; public static final int main_tab_bottom=0x7f0b00b0; public static final int ptr_arrow=0x7f0b0007; public static final int ptr_header=0x7f0b0006; public static final int ptr_headerContainer=0x7f0b0005; public static final int ptr_last_updated=0x7f0b000b; public static final int ptr_spinner=0x7f0b0008; public static final int ptr_text=0x7f0b000a; public static final int ptr_textwrapper=0x7f0b0009; } public static final class styleable { /** Attributes that can be used with a AbsListView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #AbsListView_cacheColorHint com.vanco.abplayer:cacheColorHint}</code></td><td> Indicates that this list will always be drawn on top of solid, single-color opaque background.</td></tr> <tr><td><code>{@link #AbsListView_choiceMode com.vanco.abplayer:choiceMode}</code></td><td> Defines the choice behavior for the view.</td></tr> <tr><td><code>{@link #AbsListView_drawSelectorOnTop com.vanco.abplayer:drawSelectorOnTop}</code></td><td> When set to true, the selector will be drawn over the selected item.</td></tr> <tr><td><code>{@link #AbsListView_fastScrollAlwaysVisible com.vanco.abplayer:fastScrollAlwaysVisible}</code></td><td> When set to true, the list will always show the fast scroll interface.</td></tr> <tr><td><code>{@link #AbsListView_fastScrollEnabled com.vanco.abplayer:fastScrollEnabled}</code></td><td> Enables the fast scroll thumb that can be dragged to quickly scroll through the list.</td></tr> <tr><td><code>{@link #AbsListView_listSelector com.vanco.abplayer:listSelector}</code></td><td> Drawable used to indicate the currently selected item in the list.</td></tr> <tr><td><code>{@link #AbsListView_scrollingCache com.vanco.abplayer:scrollingCache}</code></td><td> When set to true, the list uses a drawing cache during scrolling.</td></tr> <tr><td><code>{@link #AbsListView_smoothScrollbar com.vanco.abplayer:smoothScrollbar}</code></td><td> When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen.</td></tr> <tr><td><code>{@link #AbsListView_stackFromBottom com.vanco.abplayer:stackFromBottom}</code></td><td> Used by ListView and GridView to stack their content from the bottom.</td></tr> <tr><td><code>{@link #AbsListView_textFilterEnabled com.vanco.abplayer:textFilterEnabled}</code></td><td> When set to true, the list will filter results as the user types.</td></tr> <tr><td><code>{@link #AbsListView_transcriptMode com.vanco.abplayer:transcriptMode}</code></td><td> Sets the transcript mode for the list.</td></tr> </table> @see #AbsListView_cacheColorHint @see #AbsListView_choiceMode @see #AbsListView_drawSelectorOnTop @see #AbsListView_fastScrollAlwaysVisible @see #AbsListView_fastScrollEnabled @see #AbsListView_listSelector @see #AbsListView_scrollingCache @see #AbsListView_smoothScrollbar @see #AbsListView_stackFromBottom @see #AbsListView_textFilterEnabled @see #AbsListView_transcriptMode */ public static final int[] AbsListView = { 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c }; /** <p> @attr description Indicates that this list will always be drawn on top of solid, single-color opaque background. This allows the list to optimize drawing. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:cacheColorHint */ public static final int AbsListView_cacheColorHint = 6; /** <p> @attr description Defines the choice behavior for the view. By default, lists do not have any choice behavior. By setting the choiceMode to singleChoice, the list allows up to one item to be in a chosen state. By setting the choiceMode to multipleChoice, the list allows any number of items to be chosen. Finally, by setting the choiceMode to multipleChoiceModal the list allows any number of items to be chosen in a special selection mode. The application will supply a {@link android.widget.AbsListView.MultiChoiceModeListener} using {@link android.widget.AbsListView#setMultiChoiceModeListener} to control the selection mode. This uses the {@link android.view.ActionMode} API. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td> Normal list that does not indicate choices. </td></tr> <tr><td><code>singleChoice</code></td><td>1</td><td> The list allows up to one choice. </td></tr> <tr><td><code>multipleChoice</code></td><td>2</td><td> The list allows multiple choices. </td></tr> <tr><td><code>multipleChoiceModal</code></td><td>3</td><td> The list allows multiple choices in a custom selection mode. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:choiceMode */ public static final int AbsListView_choiceMode = 9; /** <p> @attr description When set to true, the selector will be drawn over the selected item. Otherwise the selector is drawn behind the selected item. The default value is false. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:drawSelectorOnTop */ public static final int AbsListView_drawSelectorOnTop = 1; /** <p> @attr description When set to true, the list will always show the fast scroll interface. This setting implies fastScrollEnabled. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fastScrollAlwaysVisible */ public static final int AbsListView_fastScrollAlwaysVisible = 10; /** <p> @attr description Enables the fast scroll thumb that can be dragged to quickly scroll through the list. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fastScrollEnabled */ public static final int AbsListView_fastScrollEnabled = 7; /** <p> @attr description Drawable used to indicate the currently selected item in the list. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:listSelector */ public static final int AbsListView_listSelector = 0; /** <p> @attr description When set to true, the list uses a drawing cache during scrolling. This makes the rendering faster but uses more memory. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollingCache */ public static final int AbsListView_scrollingCache = 3; /** <p> @attr description When set to true, the list will use a more refined calculation method based on the pixels height of the items visible on screen. This property is set to true by default but should be set to false if your adapter will display items of varying heights. When this property is set to true and your adapter displays items of varying heights, the scrollbar thumb will change size as the user scrolls through the list. When set to fale, the list will use only the number of items in the adapter and the number of items visible on screen to determine the scrollbar's properties. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:smoothScrollbar */ public static final int AbsListView_smoothScrollbar = 8; /** <p> @attr description Used by ListView and GridView to stack their content from the bottom. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:stackFromBottom */ public static final int AbsListView_stackFromBottom = 2; /** <p> @attr description When set to true, the list will filter results as the user types. The List's adapter must support the Filterable interface for this to work. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:textFilterEnabled */ public static final int AbsListView_textFilterEnabled = 4; /** <p> @attr description Sets the transcript mode for the list. In transcript mode, the list scrolls to the bottom to make new items visible when they are added. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>disabled</code></td><td>0</td><td> Disables transcript mode. This is the default value. </td></tr> <tr><td><code>normal</code></td><td>1</td><td> The list will automatically scroll to the bottom when a data set change notification is received and only if the last item is already visible on screen. </td></tr> <tr><td><code>alwaysScroll</code></td><td>2</td><td> The list will automatically scroll to the bottom, no matter what items are currently visible. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:transcriptMode */ public static final int AbsListView_transcriptMode = 5; /** ============================================ 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. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionBar_background com.vanco.abplayer:background}</code></td><td> Specifies a background drawable for the action bar.</td></tr> <tr><td><code>{@link #ActionBar_backgroundSplit com.vanco.abplayer:backgroundSplit}</code></td><td> Specifies a background drawable for the bottom component of a split action bar.</td></tr> <tr><td><code>{@link #ActionBar_backgroundStacked com.vanco.abplayer:backgroundStacked}</code></td><td> Specifies a background drawable for a second stacked row of the action bar.</td></tr> <tr><td><code>{@link #ActionBar_customNavigationLayout com.vanco.abplayer:customNavigationLayout}</code></td><td> Specifies a layout for custom navigation.</td></tr> <tr><td><code>{@link #ActionBar_displayOptions com.vanco.abplayer:displayOptions}</code></td><td> Options affecting how the action bar is displayed.</td></tr> <tr><td><code>{@link #ActionBar_divider com.vanco.abplayer:divider}</code></td><td> Specifies the drawable used for item dividers.</td></tr> <tr><td><code>{@link #ActionBar_height com.vanco.abplayer:height}</code></td><td> Specifies a fixed height.</td></tr> <tr><td><code>{@link #ActionBar_homeLayout com.vanco.abplayer:homeLayout}</code></td><td> Specifies a layout to use for the "home" section of the action bar.</td></tr> <tr><td><code>{@link #ActionBar_icon com.vanco.abplayer:icon}</code></td><td> Specifies the drawable used for the application icon.</td></tr> <tr><td><code>{@link #ActionBar_indeterminateProgressStyle com.vanco.abplayer:indeterminateProgressStyle}</code></td><td> Specifies a style resource to use for an indeterminate progress spinner.</td></tr> <tr><td><code>{@link #ActionBar_itemPadding com.vanco.abplayer:itemPadding}</code></td><td> Specifies padding that should be applied to the left and right sides of system-provided items in the bar.</td></tr> <tr><td><code>{@link #ActionBar_logo com.vanco.abplayer:logo}</code></td><td> Specifies the drawable used for the application logo.</td></tr> <tr><td><code>{@link #ActionBar_navigationMode com.vanco.abplayer:navigationMode}</code></td><td> The type of navigation to use.</td></tr> <tr><td><code>{@link #ActionBar_progressBarPadding com.vanco.abplayer:progressBarPadding}</code></td><td> Specifies the horizontal padding on either end for an embedded progress bar.</td></tr> <tr><td><code>{@link #ActionBar_progressBarStyle com.vanco.abplayer:progressBarStyle}</code></td><td> Specifies a style resource to use for an embedded progress bar.</td></tr> <tr><td><code>{@link #ActionBar_subtitle com.vanco.abplayer:subtitle}</code></td><td> Specifies subtitle text used for navigationMode="normal" </td></tr> <tr><td><code>{@link #ActionBar_subtitleTextStyle com.vanco.abplayer:subtitleTextStyle}</code></td><td> Specifies a style to use for subtitle text.</td></tr> <tr><td><code>{@link #ActionBar_title com.vanco.abplayer:title}</code></td><td> Specifies title text used for navigationMode="normal" </td></tr> <tr><td><code>{@link #ActionBar_titleTextStyle com.vanco.abplayer:titleTextStyle}</code></td><td> Specifies a style to use for title text.</td></tr> </table> @see #ActionBar_background @see #ActionBar_backgroundSplit @see #ActionBar_backgroundStacked @see #ActionBar_customNavigationLayout @see #ActionBar_displayOptions @see #ActionBar_divider @see #ActionBar_height @see #ActionBar_homeLayout @see #ActionBar_icon @see #ActionBar_indeterminateProgressStyle @see #ActionBar_itemPadding @see #ActionBar_logo @see #ActionBar_navigationMode @see #ActionBar_progressBarPadding @see #ActionBar_progressBarStyle @see #ActionBar_subtitle @see #ActionBar_subtitleTextStyle @see #ActionBar_title @see #ActionBar_titleTextStyle */ public static final int[] ActionBar = { 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9 }; /** <p> @attr description Specifies a background drawable for the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:background */ public static final int ActionBar_background = 10; /** <p> @attr description Specifies a background drawable for the bottom component of a split action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:backgroundSplit */ public static final int ActionBar_backgroundSplit = 12; /** <p> @attr description Specifies a background drawable for a second stacked row of the action bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:backgroundStacked */ public static final int ActionBar_backgroundStacked = 11; /** <p> @attr description Specifies a layout for custom navigation. Overrides navigationMode. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:customNavigationLayout */ public static final int ActionBar_customNavigationLayout = 13; /** <p> @attr description Options affecting how the action bar is displayed. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>useLogo</code></td><td>0x1</td><td></td></tr> <tr><td><code>showHome</code></td><td>0x2</td><td></td></tr> <tr><td><code>homeAsUp</code></td><td>0x4</td><td></td></tr> <tr><td><code>showTitle</code></td><td>0x8</td><td></td></tr> <tr><td><code>showCustom</code></td><td>0x10</td><td></td></tr> <tr><td><code>disableHome</code></td><td>0x20</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:displayOptions */ public static final int ActionBar_displayOptions = 3; /** <p> @attr description Specifies the drawable used for item dividers. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:divider */ public static final int ActionBar_divider = 9; /** <p> @attr description Specifies a fixed height. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:height */ public static final int ActionBar_height = 1; /** <p> @attr description Specifies a layout to use for the "home" section of the action bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:homeLayout */ public static final int ActionBar_homeLayout = 14; /** <p> @attr description Specifies the drawable used for the application icon. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:icon */ public static final int ActionBar_icon = 7; /** <p> @attr description Specifies a style resource to use for an indeterminate progress spinner. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:indeterminateProgressStyle */ public static final int ActionBar_indeterminateProgressStyle = 16; /** <p> @attr description Specifies padding that should be applied to the left and right sides of system-provided items in the bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:itemPadding */ public static final int ActionBar_itemPadding = 18; /** <p> @attr description Specifies the drawable used for the application logo. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:logo */ public static final int ActionBar_logo = 8; /** <p> @attr description The type of navigation to use. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>normal</code></td><td>0</td><td> Normal static title text </td></tr> <tr><td><code>listMode</code></td><td>1</td><td> The action bar will use a selection list for navigation. </td></tr> <tr><td><code>tabMode</code></td><td>2</td><td> The action bar will use a series of horizontal tabs for navigation. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:navigationMode */ public static final int ActionBar_navigationMode = 2; /** <p> @attr description Specifies the horizontal padding on either end for an embedded progress bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:progressBarPadding */ public static final int ActionBar_progressBarPadding = 17; /** <p> @attr description Specifies a style resource to use for an embedded progress bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:progressBarStyle */ public static final int ActionBar_progressBarStyle = 15; /** <p> @attr description Specifies subtitle text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:subtitle */ public static final int ActionBar_subtitle = 4; /** <p> @attr description Specifies a style to use for subtitle text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:subtitleTextStyle */ public static final int ActionBar_subtitleTextStyle = 6; /** <p> @attr description Specifies title text used for navigationMode="normal" <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:title */ public static final int ActionBar_title = 0; /** <p> @attr description Specifies a style to use for title text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:titleTextStyle */ public static final int ActionBar_titleTextStyle = 5; /** Valid LayoutParams for views placed in the action bar as custom views. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionBarLayout_android_layout_gravity android:layout_gravity}</code></td><td></td></tr> </table> @see #ActionBarLayout_android_layout_gravity */ public static final int[] ActionBarLayout = { 0x010100b3 }; /** <p>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; /** These attributes are meant to be specified and customized by the app. The system will read and apply them as needed. These attributes control properties of the activity window, such as whether an action bar should be present and whether it should overlay content. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionBarWindow_windowActionBar com.vanco.abplayer:windowActionBar}</code></td><td></td></tr> <tr><td><code>{@link #ActionBarWindow_windowActionBarOverlay com.vanco.abplayer:windowActionBarOverlay}</code></td><td></td></tr> <tr><td><code>{@link #ActionBarWindow_windowFixedHeightMajor com.vanco.abplayer:windowFixedHeightMajor}</code></td><td> A fixed height for the window along the major axis of the screen, that is, when in portrait.</td></tr> <tr><td><code>{@link #ActionBarWindow_windowFixedHeightMinor com.vanco.abplayer:windowFixedHeightMinor}</code></td><td> A fixed height for the window along the minor axis of the screen, that is, when in landscape.</td></tr> <tr><td><code>{@link #ActionBarWindow_windowFixedWidthMajor com.vanco.abplayer:windowFixedWidthMajor}</code></td><td> A fixed width for the window along the major axis of the screen, that is, when in landscape.</td></tr> <tr><td><code>{@link #ActionBarWindow_windowFixedWidthMinor com.vanco.abplayer:windowFixedWidthMinor}</code></td><td> A fixed width for the window along the minor axis of the screen, that is, when in portrait.</td></tr> <tr><td><code>{@link #ActionBarWindow_windowSplitActionBar com.vanco.abplayer:windowSplitActionBar}</code></td><td></td></tr> </table> @see #ActionBarWindow_windowActionBar @see #ActionBarWindow_windowActionBarOverlay @see #ActionBarWindow_windowFixedHeightMajor @see #ActionBarWindow_windowFixedHeightMinor @see #ActionBarWindow_windowFixedWidthMajor @see #ActionBarWindow_windowFixedWidthMinor @see #ActionBarWindow_windowSplitActionBar */ public static final int[] ActionBarWindow = { 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088 }; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#windowActionBar} attribute's value can be found in the {@link #ActionBarWindow} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:windowActionBar */ public static final int ActionBarWindow_windowActionBar = 0; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#windowActionBarOverlay} attribute's value can be found in the {@link #ActionBarWindow} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:windowActionBarOverlay */ public static final int ActionBarWindow_windowActionBarOverlay = 1; /** <p> @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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:windowFixedHeightMajor */ public static final int ActionBarWindow_windowFixedHeightMajor = 6; /** <p> @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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:windowFixedHeightMinor */ public static final int ActionBarWindow_windowFixedHeightMinor = 4; /** <p> @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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:windowFixedWidthMajor */ public static final int ActionBarWindow_windowFixedWidthMajor = 3; /** <p> @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. <p>May be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>May be a fractional value, which is a floating point number appended with either % or %p, such as "<code>14.5%</code>". The % suffix always means a percentage of the base size; the optional %p suffix provides a size relative to some parent container. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:windowFixedWidthMinor */ public static final int ActionBarWindow_windowFixedWidthMinor = 5; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#windowSplitActionBar} attribute's value can be found in the {@link #ActionBarWindow} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:windowSplitActionBar */ public static final int ActionBarWindow_windowSplitActionBar = 2; /** Attributes that can be used with a ActionMenuItemView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr> </table> @see #ActionMenuItemView_android_minWidth */ public static final int[] ActionMenuItemView = { 0x0101013f }; /** <p>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. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActionMode_background com.vanco.abplayer:background}</code></td><td> Specifies a background for the action mode bar.</td></tr> <tr><td><code>{@link #ActionMode_backgroundSplit com.vanco.abplayer:backgroundSplit}</code></td><td> Specifies a background for the split action mode bar.</td></tr> <tr><td><code>{@link #ActionMode_height com.vanco.abplayer:height}</code></td><td> Specifies a fixed height for the action mode bar.</td></tr> <tr><td><code>{@link #ActionMode_subtitleTextStyle com.vanco.abplayer:subtitleTextStyle}</code></td><td> Specifies a style to use for subtitle text.</td></tr> <tr><td><code>{@link #ActionMode_titleTextStyle com.vanco.abplayer:titleTextStyle}</code></td><td> Specifies a style to use for title text.</td></tr> </table> @see #ActionMode_background @see #ActionMode_backgroundSplit @see #ActionMode_height @see #ActionMode_subtitleTextStyle @see #ActionMode_titleTextStyle */ public static final int[] ActionMode = { 0x7f0100a8, 0x7f0100ac, 0x7f0100ad, 0x7f0100b1, 0x7f0100b3 }; /** <p> @attr description Specifies a background for the action mode bar. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:background */ public static final int ActionMode_background = 3; /** <p> @attr description Specifies a background for the split action mode bar. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:backgroundSplit */ public static final int ActionMode_backgroundSplit = 4; /** <p> @attr description Specifies a fixed height for the action mode bar. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:height */ public static final int ActionMode_height = 0; /** <p> @attr description Specifies a style to use for subtitle text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:subtitleTextStyle */ public static final int ActionMode_subtitleTextStyle = 2; /** <p> @attr description Specifies a style to use for title text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:titleTextStyle */ public static final int ActionMode_titleTextStyle = 1; /** Attrbitutes for a ActivityChooserView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ActivityChooserView_expandActivityOverflowButtonDrawable com.vanco.abplayer:expandActivityOverflowButtonDrawable}</code></td><td> The drawable to show in the button for expanding the activities overflow popup.</td></tr> <tr><td><code>{@link #ActivityChooserView_initialActivityCount com.vanco.abplayer:initialActivityCount}</code></td><td> The maximal number of items initially shown in the activity list.</td></tr> </table> @see #ActivityChooserView_expandActivityOverflowButtonDrawable @see #ActivityChooserView_initialActivityCount */ public static final int[] ActivityChooserView = { 0x7f0100ea, 0x7f0100eb }; /** <p> @attr description The drawable to show in the button for expanding the activities overflow popup. <strong>Note:</strong> 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. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:expandActivityOverflowButtonDrawable */ public static final int ActivityChooserView_expandActivityOverflowButtonDrawable = 1; /** <p> @attr description The maximal number of items initially shown in the activity list. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:initialActivityCount */ public static final int ActivityChooserView_initialActivityCount = 0; /** Attributes that can be used with a CircleImageView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CircleImageView_border_color com.vanco.abplayer:border_color}</code></td><td></td></tr> <tr><td><code>{@link #CircleImageView_border_width com.vanco.abplayer:border_width}</code></td><td></td></tr> </table> @see #CircleImageView_border_color @see #CircleImageView_border_width */ public static final int[] CircleImageView = { 0x7f0100f3, 0x7f0100f4 }; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#border_color} attribute's value can be found in the {@link #CircleImageView} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:border_color */ public static final int CircleImageView_border_color = 1; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#border_width} attribute's value can be found in the {@link #CircleImageView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:border_width */ public static final int CircleImageView_border_width = 0; /** Attributes that can be used with a CirclePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CirclePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #CirclePageIndicator_android_orientation android:orientation}</code></td><td> Orientation of the indicator.</td></tr> <tr><td><code>{@link #CirclePageIndicator_centered com.vanco.abplayer:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr> <tr><td><code>{@link #CirclePageIndicator_fillColor com.vanco.abplayer:fillColor}</code></td><td> Color of the filled circle that represents the current page.</td></tr> <tr><td><code>{@link #CirclePageIndicator_pageColor com.vanco.abplayer:pageColor}</code></td><td> Color of the filled circles that represents pages.</td></tr> <tr><td><code>{@link #CirclePageIndicator_radius com.vanco.abplayer:radius}</code></td><td> Radius of the circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_snap com.vanco.abplayer:snap}</code></td><td> Whether or not the selected indicator snaps to the circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_strokeColor com.vanco.abplayer:strokeColor}</code></td><td> Color of the open circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_strokeWidth com.vanco.abplayer:strokeWidth}</code></td><td> Width of the stroke used to draw the circles.</td></tr> </table> @see #CirclePageIndicator_android_background @see #CirclePageIndicator_android_orientation @see #CirclePageIndicator_centered @see #CirclePageIndicator_fillColor @see #CirclePageIndicator_pageColor @see #CirclePageIndicator_radius @see #CirclePageIndicator_snap @see #CirclePageIndicator_strokeColor @see #CirclePageIndicator_strokeWidth */ public static final int[] CirclePageIndicator = { 0x010100c4, 0x010100d4, 0x7f010006, 0x7f010008, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int CirclePageIndicator_android_background = 1; /** <p> @attr description Orientation of the indicator. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int CirclePageIndicator_android_orientation = 0; /** <p> @attr description Whether or not the indicators should be centered. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:centered */ public static final int CirclePageIndicator_centered = 2; /** <p> @attr description Color of the filled circle that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fillColor */ public static final int CirclePageIndicator_fillColor = 4; /** <p> @attr description Color of the filled circles that represents pages. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:pageColor */ public static final int CirclePageIndicator_pageColor = 5; /** <p> @attr description Radius of the circles. This is also the spacing between circles. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:radius */ public static final int CirclePageIndicator_radius = 6; /** <p> @attr description Whether or not the selected indicator snaps to the circles. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:snap */ public static final int CirclePageIndicator_snap = 7; /** <p> @attr description Color of the open circles. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:strokeColor */ public static final int CirclePageIndicator_strokeColor = 8; /** <p> @attr description Width of the stroke used to draw the circles. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:strokeWidth */ public static final int CirclePageIndicator_strokeWidth = 3; /** Attributes that can be used with a CompatTextView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CompatTextView_textAllCaps com.vanco.abplayer:textAllCaps}</code></td><td> Present the text in ALL CAPS.</td></tr> </table> @see #CompatTextView_textAllCaps */ public static final int[] CompatTextView = { 0x7f0100ed }; /** <p> @attr description Present the text in ALL CAPS. This may use a small-caps form when available. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This is a private symbol. @attr name com.vanco.abplayer:textAllCaps */ public static final int CompatTextView_textAllCaps = 0; /** Attributes that can be used with a LinePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #LinePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #LinePageIndicator_centered com.vanco.abplayer:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr> <tr><td><code>{@link #LinePageIndicator_gapWidth com.vanco.abplayer:gapWidth}</code></td><td> Width of the gap between each indicator line.</td></tr> <tr><td><code>{@link #LinePageIndicator_lineWidth com.vanco.abplayer:lineWidth}</code></td><td> Width of each indicator line.</td></tr> <tr><td><code>{@link #LinePageIndicator_selectedColor com.vanco.abplayer:selectedColor}</code></td><td> Color of the selected line that represents the current page.</td></tr> <tr><td><code>{@link #LinePageIndicator_strokeWidth com.vanco.abplayer:strokeWidth}</code></td><td> Width of each indicator line's stroke.</td></tr> <tr><td><code>{@link #LinePageIndicator_unselectedColor com.vanco.abplayer:unselectedColor}</code></td><td> Color of the unselected lines that represent the pages.</td></tr> </table> @see #LinePageIndicator_android_background @see #LinePageIndicator_centered @see #LinePageIndicator_gapWidth @see #LinePageIndicator_lineWidth @see #LinePageIndicator_selectedColor @see #LinePageIndicator_strokeWidth @see #LinePageIndicator_unselectedColor */ public static final int[] LinePageIndicator = { 0x010100d4, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000f, 0x7f010010 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int LinePageIndicator_android_background = 0; /** <p> @attr description Whether or not the indicators should be centered. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:centered */ public static final int LinePageIndicator_centered = 1; /** <p> @attr description Width of the gap between each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:gapWidth */ public static final int LinePageIndicator_gapWidth = 6; /** <p> @attr description Width of each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:lineWidth */ public static final int LinePageIndicator_lineWidth = 5; /** <p> @attr description Color of the selected line that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:selectedColor */ public static final int LinePageIndicator_selectedColor = 2; /** <p> @attr description Width of each indicator line's stroke. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:strokeWidth */ public static final int LinePageIndicator_strokeWidth = 3; /** <p> @attr description Color of the unselected lines that represent the pages. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:unselectedColor */ public static final int LinePageIndicator_unselectedColor = 4; /** Attributes that can be used with a LinearLayoutICS. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #LinearLayoutICS_divider com.vanco.abplayer:divider}</code></td><td> Drawable to use as a vertical divider between buttons.</td></tr> <tr><td><code>{@link #LinearLayoutICS_dividerPadding com.vanco.abplayer:dividerPadding}</code></td><td> Size of padding on either end of a divider.</td></tr> <tr><td><code>{@link #LinearLayoutICS_showDividers com.vanco.abplayer:showDividers}</code></td><td> Setting for which dividers to show.</td></tr> </table> @see #LinearLayoutICS_divider @see #LinearLayoutICS_dividerPadding @see #LinearLayoutICS_showDividers */ public static final int[] LinearLayoutICS = { 0x7f0100b0, 0x7f0100d5, 0x7f0100d6 }; /** <p> @attr description Drawable to use as a vertical divider between buttons. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:divider */ public static final int LinearLayoutICS_divider = 0; /** <p> @attr description Size of padding on either end of a divider. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:dividerPadding */ public static final int LinearLayoutICS_dividerPadding = 2; /** <p> @attr description Setting for which dividers to show. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>beginning</code></td><td>1</td><td></td></tr> <tr><td><code>middle</code></td><td>2</td><td></td></tr> <tr><td><code>end</code></td><td>4</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:showDividers */ public static final int LinearLayoutICS_showDividers = 1; /** Attributes that can be used with a ListView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ListView_dividerHeight com.vanco.abplayer:dividerHeight}</code></td><td> Drawable or color to draw between list items.</td></tr> <tr><td><code>{@link #ListView_footerDividersEnabled com.vanco.abplayer:footerDividersEnabled}</code></td><td> When set to false, the ListView will not draw the divider before each footer view.</td></tr> <tr><td><code>{@link #ListView_headerDividersEnabled com.vanco.abplayer:headerDividersEnabled}</code></td><td> When set to false, the ListView will not draw the divider after each header view.</td></tr> <tr><td><code>{@link #ListView_overScrollFooter com.vanco.abplayer:overScrollFooter}</code></td><td> Drawable to draw below list content.</td></tr> <tr><td><code>{@link #ListView_overScrollHeader com.vanco.abplayer:overScrollHeader}</code></td><td> Drawable to draw above list content.</td></tr> </table> @see #ListView_dividerHeight @see #ListView_footerDividersEnabled @see #ListView_headerDividersEnabled @see #ListView_overScrollFooter @see #ListView_overScrollHeader */ public static final int[] ListView = { 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081 }; /** <p> @attr description Drawable or color to draw between list items. <attr name="divider" format="reference|color" /> Height of the divider. Will use the intrinsic height of the divider if this is not specified. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:dividerHeight */ public static final int ListView_dividerHeight = 0; /** <p> @attr description When set to false, the ListView will not draw the divider before each footer view. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:footerDividersEnabled */ public static final int ListView_footerDividersEnabled = 2; /** <p> @attr description When set to false, the ListView will not draw the divider after each header view. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:headerDividersEnabled */ public static final int ListView_headerDividersEnabled = 1; /** <p> @attr description Drawable to draw below list content. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:overScrollFooter */ public static final int ListView_overScrollFooter = 4; /** <p> @attr description Drawable to draw above list content. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:overScrollHeader */ public static final int ListView_overScrollHeader = 3; /** Base attributes that are available to all groups. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td> Whether the items are capable of displaying a check mark.</td></tr> <tr><td><code>{@link #MenuGroup_android_enabled android:enabled}</code></td><td> Whether the items are enabled.</td></tr> <tr><td><code>{@link #MenuGroup_android_id android:id}</code></td><td> The ID of the group.</td></tr> <tr><td><code>{@link #MenuGroup_android_menuCategory android:menuCategory}</code></td><td> The category applied to all items within this group.</td></tr> <tr><td><code>{@link #MenuGroup_android_orderInCategory android:orderInCategory}</code></td><td> The order within the category applied to all items within this group.</td></tr> <tr><td><code>{@link #MenuGroup_android_visible android:visible}</code></td><td> Whether the items are shown/visible.</td></tr> </table> @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 }; /** <p> @attr description Whether the items are capable of displaying a check mark. <p>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; /** <p> @attr description Whether the items are enabled. <p>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; /** <p> @attr description The ID of the group. <p>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; /** <p> @attr description The category applied to all items within this group. (This will be or'ed with the orderInCategory attribute.) <p>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; /** <p> @attr description The order within the category applied to all items within this group. (This will be or'ed with the category attribute.) <p>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; /** <p> @attr description Whether the items are shown/visible. <p>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. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MenuItem_actionLayout com.vanco.abplayer:actionLayout}</code></td><td> An optional layout to be used as an action view.</td></tr> <tr><td><code>{@link #MenuItem_actionProviderClass com.vanco.abplayer:actionProviderClass}</code></td><td> The name of an optional ActionProvider class to instantiate an action view and perform operations such as default action for that menu item.</td></tr> <tr><td><code>{@link #MenuItem_actionViewClass com.vanco.abplayer:actionViewClass}</code></td><td> The name of an optional View class to instantiate and use as an action view.</td></tr> <tr><td><code>{@link #MenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td> The alphabetic shortcut key.</td></tr> <tr><td><code>{@link #MenuItem_android_checkable android:checkable}</code></td><td> Whether the item is capable of displaying a check mark.</td></tr> <tr><td><code>{@link #MenuItem_android_checked android:checked}</code></td><td> Whether the item is checked.</td></tr> <tr><td><code>{@link #MenuItem_android_enabled android:enabled}</code></td><td> Whether the item is enabled.</td></tr> <tr><td><code>{@link #MenuItem_android_icon android:icon}</code></td><td> The icon associated with this item.</td></tr> <tr><td><code>{@link #MenuItem_android_id android:id}</code></td><td> The ID of the item.</td></tr> <tr><td><code>{@link #MenuItem_android_menuCategory android:menuCategory}</code></td><td> The category applied to the item.</td></tr> <tr><td><code>{@link #MenuItem_android_numericShortcut android:numericShortcut}</code></td><td> The numeric shortcut key.</td></tr> <tr><td><code>{@link #MenuItem_android_onClick android:onClick}</code></td><td> Name of a method on the Context used to inflate the menu that will be called when the item is clicked.</td></tr> <tr><td><code>{@link #MenuItem_android_orderInCategory android:orderInCategory}</code></td><td> The order within the category applied to the item.</td></tr> <tr><td><code>{@link #MenuItem_android_title android:title}</code></td><td> The title associated with the item.</td></tr> <tr><td><code>{@link #MenuItem_android_titleCondensed android:titleCondensed}</code></td><td> The condensed title associated with the item.</td></tr> <tr><td><code>{@link #MenuItem_android_visible android:visible}</code></td><td> Whether the item is shown/visible.</td></tr> <tr><td><code>{@link #MenuItem_showAsAction com.vanco.abplayer:showAsAction}</code></td><td> How this item should display in the Action Bar, if present.</td></tr> </table> @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, 0x7f0100cd, 0x7f0100ce, 0x7f0100cf, 0x7f0100d0 }; /** <p> @attr description An optional layout to be used as an action view. See {@link android.view.MenuItem#setActionView(android.view.View)} for more info. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:actionLayout */ public static final int MenuItem_actionLayout = 14; /** <p> @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. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:actionProviderClass */ public static final int MenuItem_actionProviderClass = 16; /** <p> @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. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:actionViewClass */ public static final int MenuItem_actionViewClass = 15; /** <p> @attr description The alphabetic shortcut key. This is the shortcut when using a keyboard with alphabetic keys. <p>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; /** <p> @attr description Whether the item is capable of displaying a check mark. <p>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; /** <p> @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. <p>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; /** <p> @attr description Whether the item is enabled. <p>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; /** <p> @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. <p>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; /** <p> @attr description The ID of the item. <p>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; /** <p> @attr description The category applied to the item. (This will be or'ed with the orderInCategory attribute.) <p>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; /** <p> @attr description The numeric shortcut key. This is the shortcut when using a numeric (e.g., 12-key) keyboard. <p>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; /** <p> @attr description Name of a method on the Context used to inflate the menu that will be called when the item is clicked. <p>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; /** <p> @attr description The order within the category applied to the item. (This will be or'ed with the category attribute.) <p>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; /** <p> @attr description The title associated with the item. <p>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; /** <p> @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. <p>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; /** <p> @attr description Whether the item is shown/visible. <p>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; /** <p> @attr description How this item should display in the Action Bar, if present. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>never</code></td><td>0</td><td> Never show this item in an action bar, show it in the overflow menu instead. Mutually exclusive with "ifRoom" and "always". </td></tr> <tr><td><code>ifRoom</code></td><td>1</td><td> 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". </td></tr> <tr><td><code>always</code></td><td>2</td><td> 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". </td></tr> <tr><td><code>withText</code></td><td>4</td><td> 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. </td></tr> <tr><td><code>collapseActionView</code></td><td>8</td><td> This item's action view collapses to a normal menu item. When expanded, the action view takes over a larger segment of its container. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:showAsAction */ public static final int MenuItem_showAsAction = 13; /** Attributes that can be used with a MenuView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #MenuView_android_headerBackground android:headerBackground}</code></td><td> Default background for the menu header.</td></tr> <tr><td><code>{@link #MenuView_android_horizontalDivider android:horizontalDivider}</code></td><td> Default horizontal divider between rows of menu items.</td></tr> <tr><td><code>{@link #MenuView_android_itemBackground android:itemBackground}</code></td><td> Default background for each menu item.</td></tr> <tr><td><code>{@link #MenuView_android_itemIconDisabledAlpha android:itemIconDisabledAlpha}</code></td><td> Default disabled icon alpha for each menu item that shows an icon.</td></tr> <tr><td><code>{@link #MenuView_android_itemTextAppearance android:itemTextAppearance}</code></td><td> Default appearance of menu item text.</td></tr> <tr><td><code>{@link #MenuView_android_preserveIconSpacing android:preserveIconSpacing}</code></td><td> Whether space should be reserved in layout when an icon is missing.</td></tr> <tr><td><code>{@link #MenuView_android_verticalDivider android:verticalDivider}</code></td><td> Default vertical divider between menu items.</td></tr> <tr><td><code>{@link #MenuView_android_windowAnimationStyle android:windowAnimationStyle}</code></td><td> Default animations for the menu.</td></tr> </table> @see #MenuView_android_headerBackground @see #MenuView_android_horizontalDivider @see #MenuView_android_itemBackground @see #MenuView_android_itemIconDisabledAlpha @see #MenuView_android_itemTextAppearance @see #MenuView_android_preserveIconSpacing @see #MenuView_android_verticalDivider @see #MenuView_android_windowAnimationStyle */ public static final int[] MenuView = { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x0101052f }; /** <p> @attr description Default background for the menu header. <p>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; /** <p> @attr description Default horizontal divider between rows of menu items. <p>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; /** <p> @attr description Default background for each menu item. <p>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; /** <p> @attr description Default disabled icon alpha for each menu item that shows an icon. <p>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; /** <p> @attr description Default appearance of menu item text. <p>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; /** <p> @attr description Whether space should be reserved in layout when an icon is missing. <p>This is a private symbol. @attr name android:preserveIconSpacing */ public static final int MenuView_android_preserveIconSpacing = 7; /** <p> @attr description Default vertical divider between menu items. <p>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; /** <p> @attr description Default animations for the menu. <p>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; /** Attributes that can be used with a PinProgressButton. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #PinProgressButton_circleColor com.vanco.abplayer:circleColor}</code></td><td></td></tr> <tr><td><code>{@link #PinProgressButton_max com.vanco.abplayer:max}</code></td><td></td></tr> <tr><td><code>{@link #PinProgressButton_pinned com.vanco.abplayer:pinned}</code></td><td></td></tr> <tr><td><code>{@link #PinProgressButton_progress com.vanco.abplayer:progress}</code></td><td></td></tr> <tr><td><code>{@link #PinProgressButton_progressColor com.vanco.abplayer:progressColor}</code></td><td></td></tr> </table> @see #PinProgressButton_circleColor @see #PinProgressButton_max @see #PinProgressButton_pinned @see #PinProgressButton_progress @see #PinProgressButton_progressColor */ public static final int[] PinProgressButton = { 0x7f0100ee, 0x7f0100ef, 0x7f0100f0, 0x7f0100f1, 0x7f0100f2 }; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#circleColor} attribute's value can be found in the {@link #PinProgressButton} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:circleColor */ public static final int PinProgressButton_circleColor = 3; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#max} attribute's value can be found in the {@link #PinProgressButton} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:max */ public static final int PinProgressButton_max = 2; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#pinned} attribute's value can be found in the {@link #PinProgressButton} array. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:pinned */ public static final int PinProgressButton_pinned = 0; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#progress} attribute's value can be found in the {@link #PinProgressButton} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:progress */ public static final int PinProgressButton_progress = 1; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#progressColor} attribute's value can be found in the {@link #PinProgressButton} array. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:progressColor */ public static final int PinProgressButton_progressColor = 4; /** Attributes that can be used with a PinterestLikeAdapterView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaColumnNumber com.vanco.abplayer:plaColumnNumber}</code></td><td></td></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaColumnPaddingLeft com.vanco.abplayer:plaColumnPaddingLeft}</code></td><td></td></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaColumnPaddingRight com.vanco.abplayer:plaColumnPaddingRight}</code></td><td></td></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaLandscapeColumnNumber com.vanco.abplayer:plaLandscapeColumnNumber}</code></td><td></td></tr> </table> @see #PinterestLikeAdapterView_plaColumnNumber @see #PinterestLikeAdapterView_plaColumnPaddingLeft @see #PinterestLikeAdapterView_plaColumnPaddingRight @see #PinterestLikeAdapterView_plaLandscapeColumnNumber */ public static final int[] PinterestLikeAdapterView = { 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024 }; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#plaColumnNumber} attribute's value can be found in the {@link #PinterestLikeAdapterView} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:plaColumnNumber */ public static final int PinterestLikeAdapterView_plaColumnNumber = 0; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#plaColumnPaddingLeft} attribute's value can be found in the {@link #PinterestLikeAdapterView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:plaColumnPaddingLeft */ public static final int PinterestLikeAdapterView_plaColumnPaddingLeft = 2; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#plaColumnPaddingRight} attribute's value can be found in the {@link #PinterestLikeAdapterView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:plaColumnPaddingRight */ public static final int PinterestLikeAdapterView_plaColumnPaddingRight = 3; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#plaLandscapeColumnNumber} attribute's value can be found in the {@link #PinterestLikeAdapterView} array. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:plaLandscapeColumnNumber */ public static final int PinterestLikeAdapterView_plaLandscapeColumnNumber = 1; /** Attributes that can be used with a PullScrollView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #PullScrollView_header com.vanco.abplayer:header}</code></td><td></td></tr> <tr><td><code>{@link #PullScrollView_headerHeight com.vanco.abplayer:headerHeight}</code></td><td></td></tr> <tr><td><code>{@link #PullScrollView_headerVisibleHeight com.vanco.abplayer:headerVisibleHeight}</code></td><td></td></tr> </table> @see #PullScrollView_header @see #PullScrollView_headerHeight @see #PullScrollView_headerVisibleHeight */ public static final int[] PullScrollView = { 0x7f0100f5, 0x7f0100f6, 0x7f0100f7 }; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#header} attribute's value can be found in the {@link #PullScrollView} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.vanco.abplayer:header */ public static final int PullScrollView_header = 0; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#headerHeight} attribute's value can be found in the {@link #PullScrollView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:headerHeight */ public static final int PullScrollView_headerHeight = 1; /** <p>This symbol is the offset where the {@link com.vanco.abplayer.R.attr#headerVisibleHeight} attribute's value can be found in the {@link #PullScrollView} array. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. @attr name com.vanco.abplayer:headerVisibleHeight */ public static final int PullScrollView_headerVisibleHeight = 2; /** Attributes that can be used with a SearchView. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #SearchView_android_imeOptions android:imeOptions}</code></td><td> The IME options to set on the query text field.</td></tr> <tr><td><code>{@link #SearchView_android_inputType android:inputType}</code></td><td> The input type to set on the query text field.</td></tr> <tr><td><code>{@link #SearchView_android_maxWidth android:maxWidth}</code></td><td> An optional maximum width of the SearchView.</td></tr> <tr><td><code>{@link #SearchView_iconifiedByDefault com.vanco.abplayer:iconifiedByDefault}</code></td><td> The default state of the SearchView.</td></tr> <tr><td><code>{@link #SearchView_queryHint com.vanco.abplayer:queryHint}</code></td><td> An optional query hint string to be displayed in the empty query field.</td></tr> </table> @see #SearchView_android_imeOptions @see #SearchView_android_inputType @see #SearchView_android_maxWidth @see #SearchView_iconifiedByDefault @see #SearchView_queryHint */ public static final int[] SearchView = { 0x0101011f, 0x01010220, 0x01010264, 0x7f0100da, 0x7f0100db }; /** <p> @attr description The IME options to set on the query text field. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#imeOptions}. @attr name android:imeOptions */ public static final int SearchView_android_imeOptions = 2; /** <p> @attr description The input type to set on the query text field. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#inputType}. @attr name android:inputType */ public static final int SearchView_android_inputType = 1; /** <p> @attr description An optional maximum width of the SearchView. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#maxWidth}. @attr name android:maxWidth */ public static final int SearchView_android_maxWidth = 0; /** <p> @attr description The default state of the SearchView. If true, it will be iconified when not in use and expanded when clicked. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:iconifiedByDefault */ public static final int SearchView_iconifiedByDefault = 3; /** <p> @attr description An optional query hint string to be displayed in the empty query field. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:queryHint */ public static final int SearchView_queryHint = 4; /** Attributes that can be used with a Spinner. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Spinner_android_dropDownHorizontalOffset android:dropDownHorizontalOffset}</code></td><td> Horizontal offset from the spinner widget for positioning the dropdown in spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_android_dropDownSelector android:dropDownSelector}</code></td><td> List selector to use for spinnerMode="dropdown" display.</td></tr> <tr><td><code>{@link #Spinner_android_dropDownVerticalOffset android:dropDownVerticalOffset}</code></td><td> Vertical offset from the spinner widget for positioning the dropdown in spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_android_dropDownWidth android:dropDownWidth}</code></td><td> Width of the dropdown in spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_android_gravity android:gravity}</code></td><td> Gravity setting for positioning the currently selected item.</td></tr> <tr><td><code>{@link #Spinner_android_popupBackground android:popupBackground}</code></td><td> Background drawable to use for the dropdown in spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_disableChildrenWhenDisabled com.vanco.abplayer:disableChildrenWhenDisabled}</code></td><td> Whether this spinner should mark child views as enabled/disabled when the spinner itself is enabled/disabled.</td></tr> <tr><td><code>{@link #Spinner_popupPromptView com.vanco.abplayer:popupPromptView}</code></td><td> Reference to a layout to use for displaying a prompt in the dropdown for spinnerMode="dropdown".</td></tr> <tr><td><code>{@link #Spinner_prompt com.vanco.abplayer:prompt}</code></td><td> The prompt to display when the spinner's dialog is shown.</td></tr> <tr><td><code>{@link #Spinner_spinnerMode com.vanco.abplayer:spinnerMode}</code></td><td> Display mode for spinner options.</td></tr> </table> @see #Spinner_android_dropDownHorizontalOffset @see #Spinner_android_dropDownSelector @see #Spinner_android_dropDownVerticalOffset @see #Spinner_android_dropDownWidth @see #Spinner_android_gravity @see #Spinner_android_popupBackground @see #Spinner_disableChildrenWhenDisabled @see #Spinner_popupPromptView @see #Spinner_prompt @see #Spinner_spinnerMode */ public static final int[] Spinner = { 0x010100af, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f0100d1, 0x7f0100d2, 0x7f0100d3, 0x7f0100d4 }; /** <p> @attr description Horizontal offset from the spinner widget for positioning the dropdown in spinnerMode="dropdown". <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownHorizontalOffset}. @attr name android:dropDownHorizontalOffset */ public static final int Spinner_android_dropDownHorizontalOffset = 4; /** <p> @attr description List selector to use for spinnerMode="dropdown" display. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownSelector}. @attr name android:dropDownSelector */ public static final int Spinner_android_dropDownSelector = 1; /** <p> @attr description Vertical offset from the spinner widget for positioning the dropdown in spinnerMode="dropdown". <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dropDownVerticalOffset}. @attr name android:dropDownVerticalOffset */ public static final int Spinner_android_dropDownVerticalOffset = 5; /** <p> @attr description Width of the dropdown in spinnerMode="dropdown". <p>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; /** <p> @attr description Gravity setting for positioning the currently selected item. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#gravity}. @attr name android:gravity */ public static final int Spinner_android_gravity = 0; /** <p> @attr description Background drawable to use for the dropdown in spinnerMode="dropdown". <p>This corresponds to the global attribute resource symbol {@link android.R.attr#popupBackground}. @attr name android:popupBackground */ public static final int Spinner_android_popupBackground = 2; /** <p> @attr description Whether this spinner should mark child views as enabled/disabled when the spinner itself is enabled/disabled. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:disableChildrenWhenDisabled */ public static final int Spinner_disableChildrenWhenDisabled = 9; /** <p> @attr description Reference to a layout to use for displaying a prompt in the dropdown for spinnerMode="dropdown". This layout must contain a TextView with the id {@code @android:id/text1} to be populated with the prompt text. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:popupPromptView */ public static final int Spinner_popupPromptView = 8; /** <p> @attr description The prompt to display when the spinner's dialog is shown. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:prompt */ public static final int Spinner_prompt = 6; /** <p> @attr description Display mode for spinner options. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>dialog</code></td><td>0</td><td> Spinner options will be presented to the user as a dialog window. </td></tr> <tr><td><code>dropdown</code></td><td>1</td><td> Spinner options will be presented to the user as an inline dropdown anchored to the spinner widget itself. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:spinnerMode */ public static final int Spinner_spinnerMode = 7; /** These are the standard attributes that make up a complete theme. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #Theme_actionDropDownStyle com.vanco.abplayer:actionDropDownStyle}</code></td><td> Default ActionBar dropdown style.</td></tr> <tr><td><code>{@link #Theme_dropdownListPreferredItemHeight com.vanco.abplayer:dropdownListPreferredItemHeight}</code></td><td> The preferred item height for dropdown lists.</td></tr> <tr><td><code>{@link #Theme_listChoiceBackgroundIndicator com.vanco.abplayer:listChoiceBackgroundIndicator}</code></td><td> Drawable used as a background for selected list items.</td></tr> <tr><td><code>{@link #Theme_panelMenuListTheme com.vanco.abplayer:panelMenuListTheme}</code></td><td> Default Panel Menu style.</td></tr> <tr><td><code>{@link #Theme_panelMenuListWidth com.vanco.abplayer:panelMenuListWidth}</code></td><td> Default Panel Menu width.</td></tr> <tr><td><code>{@link #Theme_popupMenuStyle com.vanco.abplayer:popupMenuStyle}</code></td><td> Default PopupMenu style.</td></tr> </table> @see #Theme_actionDropDownStyle @see #Theme_dropdownListPreferredItemHeight @see #Theme_listChoiceBackgroundIndicator @see #Theme_panelMenuListTheme @see #Theme_panelMenuListWidth @see #Theme_popupMenuStyle */ public static final int[] Theme = { 0x7f0100c7, 0x7f0100c8, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb, 0x7f0100cc }; /** <p> @attr description Default ActionBar dropdown style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:actionDropDownStyle */ public static final int Theme_actionDropDownStyle = 0; /** <p> @attr description The preferred item height for dropdown lists. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:dropdownListPreferredItemHeight */ public static final int Theme_dropdownListPreferredItemHeight = 1; /** <p> @attr description Drawable used as a background for selected list items. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:listChoiceBackgroundIndicator */ public static final int Theme_listChoiceBackgroundIndicator = 5; /** <p> @attr description Default Panel Menu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:panelMenuListTheme */ public static final int Theme_panelMenuListTheme = 4; /** <p> @attr description Default Panel Menu width. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:panelMenuListWidth */ public static final int Theme_panelMenuListWidth = 3; /** <p> @attr description Default PopupMenu style. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:popupMenuStyle */ public static final int Theme_popupMenuStyle = 2; /** Attributes that can be used with a TitlePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #TitlePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #TitlePageIndicator_android_textColor android:textColor}</code></td><td> Color of regular titles.</td></tr> <tr><td><code>{@link #TitlePageIndicator_android_textSize android:textSize}</code></td><td> Size of title text.</td></tr> <tr><td><code>{@link #TitlePageIndicator_clipPadding com.vanco.abplayer:clipPadding}</code></td><td> Screen edge padding.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerColor com.vanco.abplayer:footerColor}</code></td><td> Color of the footer line and indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight com.vanco.abplayer:footerIndicatorHeight}</code></td><td> Height of the indicator above the footer line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle com.vanco.abplayer:footerIndicatorStyle}</code></td><td> Style of the indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.vanco.abplayer:footerIndicatorUnderlinePadding}</code></td><td> Left and right padding of the underline indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerLineHeight com.vanco.abplayer:footerLineHeight}</code></td><td> Height of the footer line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerPadding com.vanco.abplayer:footerPadding}</code></td><td> Padding between the bottom of the title and the footer.</td></tr> <tr><td><code>{@link #TitlePageIndicator_linePosition com.vanco.abplayer:linePosition}</code></td><td> Position of the line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_selectedBold com.vanco.abplayer:selectedBold}</code></td><td> Whether or not the selected item is displayed as bold.</td></tr> <tr><td><code>{@link #TitlePageIndicator_selectedColor com.vanco.abplayer:selectedColor}</code></td><td> Color of the selected title.</td></tr> <tr><td><code>{@link #TitlePageIndicator_titlePadding com.vanco.abplayer:titlePadding}</code></td><td> Padding between titles when bumping into each other.</td></tr> <tr><td><code>{@link #TitlePageIndicator_topPadding com.vanco.abplayer:topPadding}</code></td><td> Padding between titles and the top of the View.</td></tr> </table> @see #TitlePageIndicator_android_background @see #TitlePageIndicator_android_textColor @see #TitlePageIndicator_android_textSize @see #TitlePageIndicator_clipPadding @see #TitlePageIndicator_footerColor @see #TitlePageIndicator_footerIndicatorHeight @see #TitlePageIndicator_footerIndicatorStyle @see #TitlePageIndicator_footerIndicatorUnderlinePadding @see #TitlePageIndicator_footerLineHeight @see #TitlePageIndicator_footerPadding @see #TitlePageIndicator_linePosition @see #TitlePageIndicator_selectedBold @see #TitlePageIndicator_selectedColor @see #TitlePageIndicator_titlePadding @see #TitlePageIndicator_topPadding */ public static final int[] TitlePageIndicator = { 0x01010095, 0x01010098, 0x010100d4, 0x7f010007, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int TitlePageIndicator_android_background = 2; /** <p> @attr description Color of regular titles. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textColor}. @attr name android:textColor */ public static final int TitlePageIndicator_android_textColor = 1; /** <p> @attr description Size of title text. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textSize}. @attr name android:textSize */ public static final int TitlePageIndicator_android_textSize = 0; /** <p> @attr description Screen edge padding. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:clipPadding */ public static final int TitlePageIndicator_clipPadding = 4; /** <p> @attr description Color of the footer line and indicator. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:footerColor */ public static final int TitlePageIndicator_footerColor = 5; /** <p> @attr description Height of the indicator above the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:footerIndicatorHeight */ public static final int TitlePageIndicator_footerIndicatorHeight = 8; /** <p> @attr description Style of the indicator. Default is triangle. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>triangle</code></td><td>1</td><td></td></tr> <tr><td><code>underline</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:footerIndicatorStyle */ public static final int TitlePageIndicator_footerIndicatorStyle = 7; /** <p> @attr description Left and right padding of the underline indicator. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:footerIndicatorUnderlinePadding */ public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 9; /** <p> @attr description Height of the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:footerLineHeight */ public static final int TitlePageIndicator_footerLineHeight = 6; /** <p> @attr description Padding between the bottom of the title and the footer. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:footerPadding */ public static final int TitlePageIndicator_footerPadding = 10; /** <p> @attr description Position of the line. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:linePosition */ public static final int TitlePageIndicator_linePosition = 11; /** <p> @attr description Whether or not the selected item is displayed as bold. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:selectedBold */ public static final int TitlePageIndicator_selectedBold = 12; /** <p> @attr description Color of the selected title. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:selectedColor */ public static final int TitlePageIndicator_selectedColor = 3; /** <p> @attr description Padding between titles when bumping into each other. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:titlePadding */ public static final int TitlePageIndicator_titlePadding = 13; /** <p> @attr description Padding between titles and the top of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:topPadding */ public static final int TitlePageIndicator_topPadding = 14; /** Attributes that can be used with a UnderlinePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #UnderlinePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fadeDelay com.vanco.abplayer:fadeDelay}</code></td><td> Length of the delay to fade the indicator.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fadeLength com.vanco.abplayer:fadeLength}</code></td><td> Length of the indicator fade to transparent.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fades com.vanco.abplayer:fades}</code></td><td> Whether or not the selected indicator fades.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_selectedColor com.vanco.abplayer:selectedColor}</code></td><td> Color of the selected line that represents the current page.</td></tr> </table> @see #UnderlinePageIndicator_android_background @see #UnderlinePageIndicator_fadeDelay @see #UnderlinePageIndicator_fadeLength @see #UnderlinePageIndicator_fades @see #UnderlinePageIndicator_selectedColor */ public static final int[] UnderlinePageIndicator = { 0x010100d4, 0x7f010007, 0x7f01001c, 0x7f01001d, 0x7f01001e }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int UnderlinePageIndicator_android_background = 0; /** <p> @attr description Length of the delay to fade the indicator. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fadeDelay */ public static final int UnderlinePageIndicator_fadeDelay = 3; /** <p> @attr description Length of the indicator fade to transparent. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fadeLength */ public static final int UnderlinePageIndicator_fadeLength = 4; /** <p> @attr description Whether or not the selected indicator fades. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fades */ public static final int UnderlinePageIndicator_fades = 2; /** <p> @attr description Color of the selected line that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:selectedColor */ public static final int UnderlinePageIndicator_selectedColor = 1; /** Attributes that can be used with a View. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #View_accessibilityFocusable com.vanco.abplayer:accessibilityFocusable}</code></td><td> @hide Controls whether this view can take accessibility focus.</td></tr> <tr><td><code>{@link #View_alpha com.vanco.abplayer:alpha}</code></td><td> alpha property of the view, as a value between 0 (completely transparent) and 1 (completely opaque).</td></tr> <tr><td><code>{@link #View_android_focusable android:focusable}</code></td><td> Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_clickable com.vanco.abplayer:clickable}</code></td><td> Defines whether this view reacts to click events.</td></tr> <tr><td><code>{@link #View_contentDescription com.vanco.abplayer:contentDescription}</code></td><td> Defines text that briefly describes content of the view.</td></tr> <tr><td><code>{@link #View_drawingCacheQuality com.vanco.abplayer:drawingCacheQuality}</code></td><td> Defines the quality of translucent drawing caches.</td></tr> <tr><td><code>{@link #View_duplicateParentState com.vanco.abplayer:duplicateParentState}</code></td><td> When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.</td></tr> <tr><td><code>{@link #View_fadeScrollbars com.vanco.abplayer:fadeScrollbars}</code></td><td> Defines whether to fade out scrollbars when they are not in use.</td></tr> <tr><td><code>{@link #View_fadingEdge com.vanco.abplayer:fadingEdge}</code></td><td> This attribute is deprecated and will be ignored as of API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}).</td></tr> <tr><td><code>{@link #View_fadingEdgeLength com.vanco.abplayer:fadingEdgeLength}</code></td><td> Defines the length of the fading edges.</td></tr> <tr><td><code>{@link #View_filterTouchesWhenObscured com.vanco.abplayer:filterTouchesWhenObscured}</code></td><td> Specifies whether to filter touches when the view's window is obscured by another visible window.</td></tr> <tr><td><code>{@link #View_fitsSystemWindows com.vanco.abplayer:fitsSystemWindows}</code></td><td> Boolean internal attribute to adjust view layout based on system windows such as the status bar.</td></tr> <tr><td><code>{@link #View_focusable com.vanco.abplayer:focusable}</code></td><td> Boolean that controls whether a view can take focus.</td></tr> <tr><td><code>{@link #View_focusableInTouchMode com.vanco.abplayer:focusableInTouchMode}</code></td><td> Boolean that controls whether a view can take focus while in touch mode.</td></tr> <tr><td><code>{@link #View_hapticFeedbackEnabled com.vanco.abplayer:hapticFeedbackEnabled}</code></td><td> Boolean that controls whether a view should have haptic feedback enabled for events such as long presses.</td></tr> <tr><td><code>{@link #View_id com.vanco.abplayer:id}</code></td><td> Supply an identifier name for this view, to later retrieve it with {@link android.view.View#findViewById View.findViewById()} or {@link android.app.Activity#findViewById Activity.findViewById()}.</td></tr> <tr><td><code>{@link #View_importantForAccessibility com.vanco.abplayer:importantForAccessibility}</code></td><td> Controls how this View is important for accessibility which is if it fires accessibility events and if it is reported to accessibility services that query the screen.</td></tr> <tr><td><code>{@link #View_isScrollContainer com.vanco.abplayer:isScrollContainer}</code></td><td> Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method.</td></tr> <tr><td><code>{@link #View_keepScreenOn com.vanco.abplayer:keepScreenOn}</code></td><td> Controls whether the view's window should keep the screen on while visible.</td></tr> <tr><td><code>{@link #View_layerType com.vanco.abplayer:layerType}</code></td><td> Specifies the type of layer backing this view.</td></tr> <tr><td><code>{@link #View_layoutDirection com.vanco.abplayer:layoutDirection}</code></td><td> Defines the direction of layout drawing.</td></tr> <tr><td><code>{@link #View_longClickable com.vanco.abplayer:longClickable}</code></td><td> Defines whether this view reacts to long click events.</td></tr> <tr><td><code>{@link #View_minHeight com.vanco.abplayer:minHeight}</code></td><td> Defines the minimum height of the view.</td></tr> <tr><td><code>{@link #View_minWidth com.vanco.abplayer:minWidth}</code></td><td> Defines the minimum width of the view.</td></tr> <tr><td><code>{@link #View_nextFocusDown com.vanco.abplayer:nextFocusDown}</code></td><td> Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_DOWN} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed.</td></tr> <tr><td><code>{@link #View_nextFocusForward com.vanco.abplayer:nextFocusForward}</code></td><td> Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_FORWARD} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed.</td></tr> <tr><td><code>{@link #View_nextFocusLeft com.vanco.abplayer:nextFocusLeft}</code></td><td> Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_LEFT}.</td></tr> <tr><td><code>{@link #View_nextFocusRight com.vanco.abplayer:nextFocusRight}</code></td><td> Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_RIGHT} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed.</td></tr> <tr><td><code>{@link #View_nextFocusUp com.vanco.abplayer:nextFocusUp}</code></td><td> Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_UP} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed.</td></tr> <tr><td><code>{@link #View_onClick com.vanco.abplayer:onClick}</code></td><td> Name of the method in this View's context to invoke when the view is clicked.</td></tr> <tr><td><code>{@link #View_overScrollMode com.vanco.abplayer:overScrollMode}</code></td><td> Defines over-scrolling behavior.</td></tr> <tr><td><code>{@link #View_padding com.vanco.abplayer:padding}</code></td><td> A drawable to use as the background.</td></tr> <tr><td><code>{@link #View_paddingBottom com.vanco.abplayer:paddingBottom}</code></td><td> Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_paddingEnd com.vanco.abplayer:paddingEnd}</code></td><td> Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_paddingLeft com.vanco.abplayer:paddingLeft}</code></td><td> Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_paddingRight com.vanco.abplayer:paddingRight}</code></td><td> Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_paddingStart com.vanco.abplayer:paddingStart}</code></td><td> Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_paddingTop com.vanco.abplayer:paddingTop}</code></td><td> Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}.</td></tr> <tr><td><code>{@link #View_requiresFadingEdge com.vanco.abplayer:requiresFadingEdge}</code></td><td> Defines which edges should be faded on scrolling.</td></tr> <tr><td><code>{@link #View_rotation com.vanco.abplayer:rotation}</code></td><td> rotation of the view, in degrees.</td></tr> <tr><td><code>{@link #View_rotationX com.vanco.abplayer:rotationX}</code></td><td> rotation of the view around the x axis, in degrees.</td></tr> <tr><td><code>{@link #View_rotationY com.vanco.abplayer:rotationY}</code></td><td> rotation of the view around the y axis, in degrees.</td></tr> <tr><td><code>{@link #View_saveEnabled com.vanco.abplayer:saveEnabled}</code></td><td> If unset, no state will be saved for this view when it is being frozen.</td></tr> <tr><td><code>{@link #View_scaleX com.vanco.abplayer:scaleX}</code></td><td> scale of the view in the x direction.</td></tr> <tr><td><code>{@link #View_scaleY com.vanco.abplayer:scaleY}</code></td><td> scale of the view in the y direction.</td></tr> <tr><td><code>{@link #View_scrollX com.vanco.abplayer:scrollX}</code></td><td> The initial horizontal scroll offset, in pixels.</td></tr> <tr><td><code>{@link #View_scrollY com.vanco.abplayer:scrollY}</code></td><td> The initial vertical scroll offset, in pixels.</td></tr> <tr><td><code>{@link #View_scrollbarAlwaysDrawHorizontalTrack com.vanco.abplayer:scrollbarAlwaysDrawHorizontalTrack}</code></td><td> Defines whether the horizontal scrollbar track should always be drawn.</td></tr> <tr><td><code>{@link #View_scrollbarAlwaysDrawVerticalTrack com.vanco.abplayer:scrollbarAlwaysDrawVerticalTrack}</code></td><td> Defines whether the vertical scrollbar track should always be drawn.</td></tr> <tr><td><code>{@link #View_scrollbarDefaultDelayBeforeFade com.vanco.abplayer:scrollbarDefaultDelayBeforeFade}</code></td><td> Defines the delay in milliseconds that a scrollbar waits before fade out.</td></tr> <tr><td><code>{@link #View_scrollbarFadeDuration com.vanco.abplayer:scrollbarFadeDuration}</code></td><td> Defines the delay in milliseconds that a scrollbar takes to fade out.</td></tr> <tr><td><code>{@link #View_scrollbarSize com.vanco.abplayer:scrollbarSize}</code></td><td> Sets the width of vertical scrollbars and height of horizontal scrollbars.</td></tr> <tr><td><code>{@link #View_scrollbarStyle com.vanco.abplayer:scrollbarStyle}</code></td><td> Controls the scrollbar style and position.</td></tr> <tr><td><code>{@link #View_scrollbarThumbHorizontal com.vanco.abplayer:scrollbarThumbHorizontal}</code></td><td> Defines the horizontal scrollbar thumb drawable.</td></tr> <tr><td><code>{@link #View_scrollbarThumbVertical com.vanco.abplayer:scrollbarThumbVertical}</code></td><td> Defines the vertical scrollbar thumb drawable.</td></tr> <tr><td><code>{@link #View_scrollbarTrackHorizontal com.vanco.abplayer:scrollbarTrackHorizontal}</code></td><td> Defines the horizontal scrollbar track drawable.</td></tr> <tr><td><code>{@link #View_scrollbarTrackVertical com.vanco.abplayer:scrollbarTrackVertical}</code></td><td> Defines the vertical scrollbar track drawable.</td></tr> <tr><td><code>{@link #View_scrollbars com.vanco.abplayer:scrollbars}</code></td><td> Defines which scrollbars should be displayed on scrolling or not.</td></tr> <tr><td><code>{@link #View_soundEffectsEnabled com.vanco.abplayer:soundEffectsEnabled}</code></td><td> Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching.</td></tr> <tr><td><code>{@link #View_tag com.vanco.abplayer:tag}</code></td><td> Supply a tag for this view containing a String, to be retrieved later with {@link android.view.View#getTag View.getTag()} or searched for with {@link android.view.View#findViewWithTag View.findViewWithTag()}.</td></tr> <tr><td><code>{@link #View_textAlignment com.vanco.abplayer:textAlignment}</code></td><td> Alignment of the text.</td></tr> <tr><td><code>{@link #View_textDirection com.vanco.abplayer:textDirection}</code></td><td> Direction of the text.</td></tr> <tr><td><code>{@link #View_transformPivotX com.vanco.abplayer:transformPivotX}</code></td><td> x location of the pivot point around which the view will rotate and scale.</td></tr> <tr><td><code>{@link #View_transformPivotY com.vanco.abplayer:transformPivotY}</code></td><td> y location of the pivot point around which the view will rotate and scale.</td></tr> <tr><td><code>{@link #View_translationX com.vanco.abplayer:translationX}</code></td><td> translation in x of the view.</td></tr> <tr><td><code>{@link #View_translationY com.vanco.abplayer:translationY}</code></td><td> translation in y of the view.</td></tr> <tr><td><code>{@link #View_verticalScrollbarPosition com.vanco.abplayer:verticalScrollbarPosition}</code></td><td> Determines which side the vertical scroll bar should be placed on.</td></tr> <tr><td><code>{@link #View_visibility com.vanco.abplayer:visibility}</code></td><td> Controls the initial visibility of the view.</td></tr> </table> @see #View_accessibilityFocusable @see #View_alpha @see #View_android_focusable @see #View_clickable @see #View_contentDescription @see #View_drawingCacheQuality @see #View_duplicateParentState @see #View_fadeScrollbars @see #View_fadingEdge @see #View_fadingEdgeLength @see #View_filterTouchesWhenObscured @see #View_fitsSystemWindows @see #View_focusable @see #View_focusableInTouchMode @see #View_hapticFeedbackEnabled @see #View_id @see #View_importantForAccessibility @see #View_isScrollContainer @see #View_keepScreenOn @see #View_layerType @see #View_layoutDirection @see #View_longClickable @see #View_minHeight @see #View_minWidth @see #View_nextFocusDown @see #View_nextFocusForward @see #View_nextFocusLeft @see #View_nextFocusRight @see #View_nextFocusUp @see #View_onClick @see #View_overScrollMode @see #View_padding @see #View_paddingBottom @see #View_paddingEnd @see #View_paddingLeft @see #View_paddingRight @see #View_paddingStart @see #View_paddingTop @see #View_requiresFadingEdge @see #View_rotation @see #View_rotationX @see #View_rotationY @see #View_saveEnabled @see #View_scaleX @see #View_scaleY @see #View_scrollX @see #View_scrollY @see #View_scrollbarAlwaysDrawHorizontalTrack @see #View_scrollbarAlwaysDrawVerticalTrack @see #View_scrollbarDefaultDelayBeforeFade @see #View_scrollbarFadeDuration @see #View_scrollbarSize @see #View_scrollbarStyle @see #View_scrollbarThumbHorizontal @see #View_scrollbarThumbVertical @see #View_scrollbarTrackHorizontal @see #View_scrollbarTrackVertical @see #View_scrollbars @see #View_soundEffectsEnabled @see #View_tag @see #View_textAlignment @see #View_textDirection @see #View_transformPivotX @see #View_transformPivotY @see #View_translationX @see #View_translationY @see #View_verticalScrollbarPosition @see #View_visibility */ public static final int[] View = { 0x010100da, 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 }; /** <p> @attr description @hide Controls whether this view can take accessibility focus. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>0</td><td> The system determines whether the view can take accessibility focus - default (recommended). <p> Such a view is consideted by the focus search if it is: <ul> <li> Important for accessibility and actionable (clickable, long clickable, focusable) </li> <li> Important for accessibility, not actionable (clickable, long clickable, focusable), and does not have an actionable predecessor. </li> </ul> An accessibility srvice can request putting accessibility focus on such a view. </p> </td></tr> <tr><td><code>yes</code></td><td>1</td><td> The view can take accessibility focus. <p> A view that can take accessibility focus is always considered during focus search and an accessibility service can request putting accessibility focus on it. </p> </td></tr> <tr><td><code>no</code></td><td>2</td><td> The view can not take accessibility focus. <p> A view that can not take accessibility focus is never considered during focus search and an accessibility service can not request putting accessibility focus on it. </p> </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:accessibilityFocusable */ public static final int View_accessibilityFocusable = 67; /** <p> @attr description alpha property of the view, as a value between 0 (completely transparent) and 1 (completely opaque). <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:alpha */ public static final int View_alpha = 51; /** <p> @attr description Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. 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. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#focusable}. @attr name android:focusable */ public static final int View_android_focusable = 0; /** <p> @attr description Defines whether this view reacts to click events. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:clickable */ public static final int View_clickable = 37; /** <p> @attr description Defines text that briefly describes content of the view. This property is used primarily for accessibility. Since some views do not have textual representation this attribute can be used for providing such. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:contentDescription */ public static final int View_contentDescription = 48; /** <p> @attr description Defines the quality of translucent drawing caches. This property is used only when the drawing cache is enabled and translucent. The default value is auto. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>0</td><td> Lets the framework decide what quality level should be used for the drawing cache. </td></tr> <tr><td><code>low</code></td><td>1</td><td> Low quality. When set to low quality, the drawing cache uses a lower color depth, thus losing precision in rendering gradients, but uses less memory. </td></tr> <tr><td><code>high</code></td><td>2</td><td> High quality. When set to high quality, the drawing cache uses a higher color depth but uses more memory. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:drawingCacheQuality */ public static final int View_drawingCacheQuality = 41; /** <p> @attr description When this attribute is set to true, the view gets its drawable state (focused, pressed, etc.) from its direct parent rather than from itself. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:duplicateParentState */ public static final int View_duplicateParentState = 43; /** <p> @attr description Defines whether to fade out scrollbars when they are not in use. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fadeScrollbars */ public static final int View_fadeScrollbars = 19; /** <p> @attr description This attribute is deprecated and will be ignored as of API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}). Using fading edges may introduce noticeable performance degradations and should be used only when required by the application's visual design. To request fading edges with API level 14 and above, use the <code>android:requiresFadingEdge</code> attribute instead. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr> <tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr> <tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:fadingEdge */ public static final int View_fadingEdge = 29; /** <p> @attr description Defines the length of the fading edges. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fadingEdgeLength */ public static final int View_fadingEdgeLength = 31; /** <p> @attr description Specifies whether to filter touches when the view's window is obscured by another visible window. When set to true, the view will not receive touches whenever a toast, dialog or other window appears above the view's window. Refer to the {@link android.view.View} security documentation for more details. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:filterTouchesWhenObscured */ public static final int View_filterTouchesWhenObscured = 40; /** <p> @attr description Boolean internal attribute to adjust view layout based on system windows such as the status bar. If true, adjusts the padding of this view to leave space for the system windows. Will only take effect if this view is in a non-embedded activity. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:fitsSystemWindows */ public static final int View_fitsSystemWindows = 15; /** <p> @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. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:focusable */ public static final int View_focusable = 12; /** <p> @attr description Boolean that controls whether a view can take focus while in touch mode. If this is true for a view, that view can gain focus when clicked on, and can keep focus if another view is clicked on that doesn't have this attribute set to true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:focusableInTouchMode */ public static final int View_focusableInTouchMode = 13; /** <p> @attr description Boolean that controls whether a view should have haptic feedback enabled for events such as long presses. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:hapticFeedbackEnabled */ public static final int View_hapticFeedbackEnabled = 47; /** <p> @attr description Supply an identifier name for this view, to later retrieve it with {@link android.view.View#findViewById View.findViewById()} or {@link android.app.Activity#findViewById Activity.findViewById()}. This must be a resource reference; typically you set this using the <code>@+</code> syntax to create a new ID resources. For example: <code>android:id="@+id/my_id"</code> which allows you to later retrieve the view with <code>findViewById(R.id.my_id)</code>. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:id */ public static final int View_id = 1; /** <p> @attr description Controls how this View is important for accessibility which is if it fires accessibility events and if it is reported to accessibility services that query the screen. Note: While not recommended, an accessibility service may decide to ignore this attribute and operate on all views in the view tree. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>auto</code></td><td>0</td><td> The system determines whether the view is important for accessibility - default (recommended). </td></tr> <tr><td><code>yes</code></td><td>1</td><td> The view is important for accessibility. </td></tr> <tr><td><code>no</code></td><td>2</td><td> The view is not important for accessibility. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:importantForAccessibility */ public static final int View_importantForAccessibility = 66; /** <p> @attr description Set this if the view will serve as a scrolling container, meaing that it can be resized to shrink its overall window so that there will be space for an input method. If not set, the default value will be true if "scrollbars" has the vertical scrollbar set, else it will be false. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:isScrollContainer */ public static final int View_isScrollContainer = 18; /** <p> @attr description Controls whether the view's window should keep the screen on while visible. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:keepScreenOn */ public static final int View_keepScreenOn = 42; /** <p> @attr description Specifies the type of layer backing this view. The default value is none. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)} for more information. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td> Don't use a layer. </td></tr> <tr><td><code>software</code></td><td>1</td><td> Use a software layer. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint) for more information. </td></tr> <tr><td><code>hardware</code></td><td>2</td><td> Use a hardware layer. Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint) for more information. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:layerType */ public static final int View_layerType = 62; /** <p> @attr description Defines the direction of layout drawing. This typically is associated with writing direction of the language script used. The possible values are "ltr" for Left-to-Right, "rtl" for Right-to-Left, "locale" and "inherit" from parent view. If there is nothing to inherit, "locale" is used. "locale" falls back to "en-US". "ltr" is the direction used in "en-US". The default for this attribute is "inherit". <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>ltr</code></td><td>0</td><td> Left-to-Right </td></tr> <tr><td><code>rtl</code></td><td>1</td><td> Right-to-Left </td></tr> <tr><td><code>inherit</code></td><td>2</td><td> Inherit from parent </td></tr> <tr><td><code>locale</code></td><td>3</td><td> Locale </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:layoutDirection */ public static final int View_layoutDirection = 63; /** <p> @attr description Defines whether this view reacts to long click events. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:longClickable */ public static final int View_longClickable = 38; /** <p> @attr description Defines the minimum height of the view. It is not guaranteed the view will be able to achieve this minimum height (for example, if its parent layout constrains it with less available height). <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:minHeight */ public static final int View_minHeight = 44; /** <p> @attr description Defines the minimum width of the view. It is not guaranteed the view will be able to achieve this minimum width (for example, if its parent layout constrains it with less available width). <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:minWidth */ public static final int View_minWidth = 45; /** <p> @attr description Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_DOWN} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:nextFocusDown */ public static final int View_nextFocusDown = 35; /** <p> @attr description Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_FORWARD} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:nextFocusForward */ public static final int View_nextFocusForward = 36; /** <p> @attr description Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_LEFT}. If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:nextFocusLeft */ public static final int View_nextFocusLeft = 32; /** <p> @attr description Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_RIGHT} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:nextFocusRight */ public static final int View_nextFocusRight = 33; /** <p> @attr description Defines the next view to give focus to when the next focus is {@link android.view.View#FOCUS_UP} If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a {@link java.lang.RuntimeException} will result when the reference is accessed. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:nextFocusUp */ public static final int View_nextFocusUp = 34; /** <p> @attr description Name of the method in this View's context to invoke when the view is clicked. This name must correspond to a public method that takes exactly one parameter of type View. For instance, if you specify <code>android:onClick="sayHello"</code>, you must declare a <code>public void sayHello(View v)</code> method of your context (typically, your Activity). <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:onClick */ public static final int View_onClick = 49; /** <p> @attr description Defines over-scrolling behavior. This property is used only if the View is scrollable. Over-scrolling is the ability for the user to receive feedback when attempting to scroll beyond meaningful content. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>always</code></td><td>0</td><td> Always show over-scroll effects, even if the content fits entirely within the available space. </td></tr> <tr><td><code>ifContentScrolls</code></td><td>1</td><td> Only show over-scroll effects if the content is large enough to meaningfully scroll. </td></tr> <tr><td><code>never</code></td><td>2</td><td> Never show over-scroll effects. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:overScrollMode */ public static final int View_overScrollMode = 50; /** <p> @attr description A drawable to use as the background. This can be either a reference to a full drawable resource (such as a PNG image, 9-patch, XML state list description, etc), or a solid color such as "#ff000000" (black). <attr name="background" format="reference|color" /> Sets the padding, in pixels, of all four edges. Padding is defined as space between the edges of the view and the view's content. A views size will include it's padding. If a {@link android.R.attr#background} is provided, the padding will initially be set to that (0 if the drawable does not have padding). Explicitly setting a padding value will override the corresponding padding found in the background. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:padding */ public static final int View_padding = 5; /** <p> @attr description Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:paddingBottom */ public static final int View_paddingBottom = 9; /** <p> @attr description Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:paddingEnd */ public static final int View_paddingEnd = 11; /** <p> @attr description Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:paddingLeft */ public static final int View_paddingLeft = 6; /** <p> @attr description Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:paddingRight */ public static final int View_paddingRight = 8; /** <p> @attr description Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:paddingStart */ public static final int View_paddingStart = 10; /** <p> @attr description Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:paddingTop */ public static final int View_paddingTop = 7; /** <p> @attr description Defines which edges should be faded on scrolling. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr> <tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr> <tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:requiresFadingEdge */ public static final int View_requiresFadingEdge = 30; /** <p> @attr description rotation of the view, in degrees. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:rotation */ public static final int View_rotation = 56; /** <p> @attr description rotation of the view around the x axis, in degrees. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:rotationX */ public static final int View_rotationX = 57; /** <p> @attr description rotation of the view around the y axis, in degrees. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:rotationY */ public static final int View_rotationY = 58; /** <p> @attr description If unset, no state will be saved for this view when it is being frozen. The default is true, allowing the view to be saved (however it also must have an ID assigned to it for its state to be saved). Setting this to false only disables the state for this view, not for its children which may still be saved. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:saveEnabled */ public static final int View_saveEnabled = 39; /** <p> @attr description scale of the view in the x direction. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scaleX */ public static final int View_scaleX = 59; /** <p> @attr description scale of the view in the y direction. <p>Must be a floating point value, such as "<code>1.2</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scaleY */ public static final int View_scaleY = 60; /** <p> @attr description The initial horizontal scroll offset, in pixels. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollX */ public static final int View_scrollX = 3; /** <p> @attr description The initial vertical scroll offset, in pixels. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollY */ public static final int View_scrollY = 4; /** <p> @attr description Defines whether the horizontal scrollbar track should always be drawn. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarAlwaysDrawHorizontalTrack */ public static final int View_scrollbarAlwaysDrawHorizontalTrack = 27; /** <p> @attr description Defines whether the vertical scrollbar track should always be drawn. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarAlwaysDrawVerticalTrack */ public static final int View_scrollbarAlwaysDrawVerticalTrack = 28; /** <p> @attr description Defines the delay in milliseconds that a scrollbar waits before fade out. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarDefaultDelayBeforeFade */ public static final int View_scrollbarDefaultDelayBeforeFade = 21; /** <p> @attr description Defines the delay in milliseconds that a scrollbar takes to fade out. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarFadeDuration */ public static final int View_scrollbarFadeDuration = 20; /** <p> @attr description Sets the width of vertical scrollbars and height of horizontal scrollbars. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarSize */ public static final int View_scrollbarSize = 22; /** <p> @attr description Controls the scrollbar style and position. The scrollbars can be overlaid or inset. When inset, they add to the padding of the view. And the scrollbars can be drawn inside the padding area or on the edge of the view. For example, if a view has a background drawable and you want to draw the scrollbars inside the padding specified by the drawable, you can use insideOverlay or insideInset. If you want them to appear at the edge of the view, ignoring the padding, then you can use outsideOverlay or outsideInset. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>insideOverlay</code></td><td>0x0</td><td> Inside the padding and overlaid </td></tr> <tr><td><code>insideInset</code></td><td>0x01000000</td><td> Inside the padding and inset </td></tr> <tr><td><code>outsideOverlay</code></td><td>0x02000000</td><td> Edge of the view and overlaid </td></tr> <tr><td><code>outsideInset</code></td><td>0x03000000</td><td> Edge of the view and inset </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarStyle */ public static final int View_scrollbarStyle = 17; /** <p> @attr description Defines the horizontal scrollbar thumb drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarThumbHorizontal */ public static final int View_scrollbarThumbHorizontal = 23; /** <p> @attr description Defines the vertical scrollbar thumb drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarThumbVertical */ public static final int View_scrollbarThumbVertical = 24; /** <p> @attr description Defines the horizontal scrollbar track drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarTrackHorizontal */ public static final int View_scrollbarTrackHorizontal = 25; /** <p> @attr description Defines the vertical scrollbar track drawable. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbarTrackVertical */ public static final int View_scrollbarTrackVertical = 26; /** <p> @attr description Defines which scrollbars should be displayed on scrolling or not. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x00000000</td><td> No scrollbar is displayed. </td></tr> <tr><td><code>horizontal</code></td><td>0x00000100</td><td> Displays horizontal scrollbar only. </td></tr> <tr><td><code>vertical</code></td><td>0x00000200</td><td> Displays vertical scrollbar only. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:scrollbars */ public static final int View_scrollbars = 16; /** <p> @attr description Boolean that controls whether a view should have sound effects enabled for events such as clicking and touching. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:soundEffectsEnabled */ public static final int View_soundEffectsEnabled = 46; /** <p> @attr description Supply a tag for this view containing a String, to be retrieved later with {@link android.view.View#getTag View.getTag()} or searched for with {@link android.view.View#findViewWithTag View.findViewWithTag()}. It is generally preferable to use IDs (through the android:id attribute) instead of tags because they are faster and allow for compile-time type checking. <p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character. <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:tag */ public static final int View_tag = 2; /** <p> @attr description Alignment of the text. A heuristic is used to determine the resolved text alignment. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr> <tr><td><code>gravity</code></td><td>1</td><td> Default for the root view. The gravity determines the alignment, ALIGN_NORMAL, ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s text direction </td></tr> <tr><td><code>textStart</code></td><td>2</td><td> Align to the start of the paragraph, e.g. ALIGN_NORMAL. </td></tr> <tr><td><code>textEnd</code></td><td>3</td><td> Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. </td></tr> <tr><td><code>center</code></td><td>4</td><td> Center the paragraph, e.g. ALIGN_CENTER. </td></tr> <tr><td><code>viewStart</code></td><td>5</td><td> Align to the start of the view, which is ALIGN_LEFT if the view’s resolved layoutDirection is LTR, and ALIGN_RIGHT otherwise. </td></tr> <tr><td><code>viewEnd</code></td><td>6</td><td> Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved layoutDirection is LTR, and ALIGN_LEFT otherwise </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:textAlignment */ public static final int View_textAlignment = 65; /** <p> @attr description Direction of the text. A heuristic is used to determine the resolved text direction of paragraphs. <p>May be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>May be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr> <tr><td><code>firstStrong</code></td><td>1</td><td> Default for the root view. The first strong directional character determines the paragraph direction. If there is no strong directional character, the paragraph direction is the view’s resolved layout direction. </td></tr> <tr><td><code>anyRtl</code></td><td>2</td><td> The paragraph direction is RTL if it contains any strong RTL character, otherwise it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view’s resolved layout direction. </td></tr> <tr><td><code>ltr</code></td><td>3</td><td> The paragraph direction is left to right. </td></tr> <tr><td><code>rtl</code></td><td>4</td><td> The paragraph direction is right to left. </td></tr> <tr><td><code>locale</code></td><td>5</td><td> The paragraph direction is coming from the system Locale. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:textDirection */ public static final int View_textDirection = 64; /** <p> @attr description x location of the pivot point around which the view will rotate and scale. This xml attribute sets the pivotX property of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:transformPivotX */ public static final int View_transformPivotX = 54; /** <p> @attr description y location of the pivot point around which the view will rotate and scale. This xml attribute sets the pivotY property of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:transformPivotY */ public static final int View_transformPivotY = 55; /** <p> @attr description translation in x of the view. This value is added post-layout to the left property of the view, which is set by its layout. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:translationX */ public static final int View_translationX = 52; /** <p> @attr description translation in y of the view. This value is added post-layout to the left property of the view, which is set by its layout. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:translationY */ public static final int View_translationY = 53; /** <p> @attr description Determines which side the vertical scroll bar should be placed on. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>defaultPosition</code></td><td>0</td><td> Place the scroll bar wherever the system default determines. </td></tr> <tr><td><code>left</code></td><td>1</td><td> Place the scroll bar on the left. </td></tr> <tr><td><code>right</code></td><td>2</td><td> Place the scroll bar on the right. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:verticalScrollbarPosition */ public static final int View_verticalScrollbarPosition = 61; /** <p> @attr description Controls the initial visibility of the view. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>visible</code></td><td>0</td><td> Visible on screen; the default value. </td></tr> <tr><td><code>invisible</code></td><td>1</td><td> Not displayed, but taken into account during layout (space is left for it). </td></tr> <tr><td><code>gone</code></td><td>2</td><td> Completely hidden, as if the view had not been added. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:visibility */ public static final int View_visibility = 14; /** Attributes that can be used with a {@link android.view.ViewGroup} or any of its subclasses. Also see {@link #ViewGroup_Layout} for attributes that this class processes in its children. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ViewGroup_addStatesFromChildren com.vanco.abplayer:addStatesFromChildren}</code></td><td> Sets whether this ViewGroup's drawable states also include its children's drawable states.</td></tr> <tr><td><code>{@link #ViewGroup_alwaysDrawnWithCache com.vanco.abplayer:alwaysDrawnWithCache}</code></td><td> Defines whether the ViewGroup should always draw its children using their drawing cache or not.</td></tr> <tr><td><code>{@link #ViewGroup_animateLayoutChanges com.vanco.abplayer:animateLayoutChanges}</code></td><td> Defines whether changes in layout (caused by adding and removing items) should cause a LayoutTransition to run.</td></tr> <tr><td><code>{@link #ViewGroup_animationCache com.vanco.abplayer:animationCache}</code></td><td> Defines whether layout animations should create a drawing cache for their children.</td></tr> <tr><td><code>{@link #ViewGroup_clipChildren com.vanco.abplayer:clipChildren}</code></td><td> Defines whether a child is limited to draw inside of its bounds or not.</td></tr> <tr><td><code>{@link #ViewGroup_clipToPadding com.vanco.abplayer:clipToPadding}</code></td><td> Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area.</td></tr> <tr><td><code>{@link #ViewGroup_descendantFocusability com.vanco.abplayer:descendantFocusability}</code></td><td> Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus.</td></tr> <tr><td><code>{@link #ViewGroup_layoutAnimation com.vanco.abplayer:layoutAnimation}</code></td><td> Defines the layout animation to use the first time the ViewGroup is laid out.</td></tr> <tr><td><code>{@link #ViewGroup_persistentDrawingCache com.vanco.abplayer:persistentDrawingCache}</code></td><td> Defines the persistence of the drawing cache.</td></tr> <tr><td><code>{@link #ViewGroup_splitMotionEvents com.vanco.abplayer:splitMotionEvents}</code></td><td> Sets whether this ViewGroup should split MotionEvents to separate child views during touch event dispatch.</td></tr> </table> @see #ViewGroup_addStatesFromChildren @see #ViewGroup_alwaysDrawnWithCache @see #ViewGroup_animateLayoutChanges @see #ViewGroup_animationCache @see #ViewGroup_clipChildren @see #ViewGroup_clipToPadding @see #ViewGroup_descendantFocusability @see #ViewGroup_layoutAnimation @see #ViewGroup_persistentDrawingCache @see #ViewGroup_splitMotionEvents */ public static final int[] ViewGroup = { 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071 }; /** <p> @attr description Sets whether this ViewGroup's drawable states also include its children's drawable states. This is used, for example, to make a group appear to be focused when its child EditText or button is focused. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:addStatesFromChildren */ public static final int ViewGroup_addStatesFromChildren = 7; /** <p> @attr description Defines whether the ViewGroup should always draw its children using their drawing cache or not. The default value is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:alwaysDrawnWithCache */ public static final int ViewGroup_alwaysDrawnWithCache = 6; /** <p> @attr description Defines whether changes in layout (caused by adding and removing items) should cause a LayoutTransition to run. When this flag is set to true, a default LayoutTransition object will be set on the ViewGroup container and default animations will run when these layout changes occur. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:animateLayoutChanges */ public static final int ViewGroup_animateLayoutChanges = 0; /** <p> @attr description Defines whether layout animations should create a drawing cache for their children. Enabling the animation cache consumes more memory and requires a longer initialization but provides better performance. The animation cache is enabled by default. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:animationCache */ public static final int ViewGroup_animationCache = 4; /** <p> @attr description Defines whether a child is limited to draw inside of its bounds or not. This is useful with animations that scale the size of the children to more than 100% for instance. In such a case, this property should be set to false to allow the children to draw outside of their bounds. The default value of this property is true. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:clipChildren */ public static final int ViewGroup_clipChildren = 1; /** <p> @attr description Defines whether the ViewGroup will clip its drawing surface so as to exclude the padding area. This property is set to true by default. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:clipToPadding */ public static final int ViewGroup_clipToPadding = 2; /** <p> @attr description Defines the relationship between the ViewGroup and its descendants when looking for a View to take focus. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>beforeDescendants</code></td><td>0</td><td> The ViewGroup will get focus before any of its descendants. </td></tr> <tr><td><code>afterDescendants</code></td><td>1</td><td> The ViewGroup will get focus only if none of its descendants want it. </td></tr> <tr><td><code>blocksDescendants</code></td><td>2</td><td> The ViewGroup will block its descendants from receiving focus. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:descendantFocusability */ public static final int ViewGroup_descendantFocusability = 8; /** <p> @attr description Defines the layout animation to use the first time the ViewGroup is laid out. Layout animations can also be started manually after the first layout. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:layoutAnimation */ public static final int ViewGroup_layoutAnimation = 3; /** <p> @attr description Defines the persistence of the drawing cache. The drawing cache might be enabled by a ViewGroup for all its children in specific situations (for instance during a scrolling.) This property lets you persist the cache in memory after its initial usage. Persisting the cache consumes more memory but may prevent frequent garbage collection is the cache is created over and over again. By default the persistence is set to scrolling. <p>Must be one or more (separated by '|') of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0x0</td><td> The drawing cache is not persisted after use. </td></tr> <tr><td><code>animation</code></td><td>0x1</td><td> The drawing cache is persisted after a layout animation. </td></tr> <tr><td><code>scrolling</code></td><td>0x2</td><td> The drawing cache is persisted after a scroll. </td></tr> <tr><td><code>all</code></td><td>0x3</td><td> The drawing cache is always persisted. </td></tr> </table> <p>This is a private symbol. @attr name com.vanco.abplayer:persistentDrawingCache */ public static final int ViewGroup_persistentDrawingCache = 5; /** <p> @attr description Sets whether this ViewGroup should split MotionEvents to separate child views during touch event dispatch. If false (default), touch events will be dispatched to the child view where the first pointer went down until the last pointer goes up. If true, touch events may be dispatched to multiple children. MotionEvents for each pointer will be dispatched to the child view where the initial ACTION_DOWN event happened. See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)} for more information. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.vanco.abplayer:splitMotionEvents */ public static final int ViewGroup_splitMotionEvents = 9; /** Attributes that can be used with a ViewPagerIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiCirclePageIndicatorStyle com.vanco.abplayer:vpiCirclePageIndicatorStyle}</code></td><td> Style of the circle indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiIconPageIndicatorStyle com.vanco.abplayer:vpiIconPageIndicatorStyle}</code></td><td> Style of the icon indicator's views.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiLinePageIndicatorStyle com.vanco.abplayer:vpiLinePageIndicatorStyle}</code></td><td> Style of the line indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiTabPageIndicatorStyle com.vanco.abplayer:vpiTabPageIndicatorStyle}</code></td><td> Style of the tab indicator's tabs.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiTitlePageIndicatorStyle com.vanco.abplayer:vpiTitlePageIndicatorStyle}</code></td><td> Style of the title indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle com.vanco.abplayer:vpiUnderlinePageIndicatorStyle}</code></td><td> Style of the underline indicator.</td></tr> </table> @see #ViewPagerIndicator_vpiCirclePageIndicatorStyle @see #ViewPagerIndicator_vpiIconPageIndicatorStyle @see #ViewPagerIndicator_vpiLinePageIndicatorStyle @see #ViewPagerIndicator_vpiTabPageIndicatorStyle @see #ViewPagerIndicator_vpiTitlePageIndicatorStyle @see #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle */ public static final int[] ViewPagerIndicator = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005 }; /** <p> @attr description Style of the circle indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:vpiCirclePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiCirclePageIndicatorStyle = 0; /** <p> @attr description Style of the icon indicator's views. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:vpiIconPageIndicatorStyle */ public static final int ViewPagerIndicator_vpiIconPageIndicatorStyle = 1; /** <p> @attr description Style of the line indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:vpiLinePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiLinePageIndicatorStyle = 2; /** <p> @attr description Style of the tab indicator's tabs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:vpiTabPageIndicatorStyle */ public static final int ViewPagerIndicator_vpiTabPageIndicatorStyle = 4; /** <p> @attr description Style of the title indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:vpiTitlePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiTitlePageIndicatorStyle = 3; /** <p> @attr description Style of the underline indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.vanco.abplayer:vpiUnderlinePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle = 5; }; }