/* 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.example.mysql_tester;
public final class R {
public static final class anim {
public static final int fade_in=0x7f040000;
public static final int fade_out=0x7f040001;
}
public static final class array {
public static final int country=0x7f0c0000;
}
public static final class attr {
/** 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=0x7f01000e;
/** 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=0x7f01000f;
/** Size of the Action Bar, including the contextual
bar used to present Action Modes.
<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>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></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>wrap_content</code></td><td>0</td><td></td></tr>
</table>
*/
public static final int actionBarSize=0x7f01000d;
/** Reference to a style for the split Action Bar. This style
controls the split component that holds the menu/action
buttons. actionBarStyle is still used for the primary
bar.
<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=0x7f01000b;
/** 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=0x7f01000a;
/** <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=0x7f010007;
/** 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=0x7f010006;
/** <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=0x7f010008;
/** 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=0x7f01000c;
/** <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=0x7f01003a;
/** <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=0x7f010039;
/** 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=0x7f010010;
/** 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=0x7f010011;
/** 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=0x7f010014;
/** <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=0x7f010013;
/** 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=0x7f010016;
/** 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=0x7f010018;
/** 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=0x7f010017;
/** 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=0x7f010015;
/** <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=0x7f010012;
/** <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=0x7f010009;
/** <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 actionSpinnerItemStyle=0x7f01003f;
/** Drawable used as a background for activated 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 activatedBackgroundIndicator=0x7f010047;
/** 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=0x7f010046;
/** <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 background=0x7f010002;
/** <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=0x7f010003;
/** 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=0x7f01004f;
/** <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 behindOffset=0x7f010065;
/** <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 behindScrollScale=0x7f010067;
/** <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 behindWidth=0x7f010066;
/** Small 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 buttonStyleSmall=0x7f010019;
/** <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 cameraBearing=0x7f010071;
/** <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 cameraTargetLat=0x7f010072;
/** <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 cameraTargetLng=0x7f010073;
/** <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 cameraTilt=0x7f010074;
/** <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 cameraZoom=0x7f010075;
/** 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=0x7f010050;
/** 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=0x7f01004a;
/** <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=0x7f010005;
/** Drawable to use for generic vertical 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 dividerVertical=0x7f010038;
/** <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 dropDownHintAppearance=0x7f010048;
/** <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=0x7f01003c;
/** <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=0x7f01003e;
/** 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=0x7f01005f;
/** <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 fadeDegree=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 fadeEnabled=0x7f01006c;
/** Default background for the menu header.
<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 headerBackground=0x7f010059;
/** <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=0x7f010004;
/** <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=0x7f01003b;
/** 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=0x7f010051;
/** Default horizontal divider between rows of 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 horizontalDivider=0x7f010057;
/** 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=0x7f01004d;
/** 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=0x7f010060;
/** 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=0x7f010053;
/** 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=0x7f01005e;
/** Default background for each menu item.
<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 itemBackground=0x7f01005a;
/** Default disabled icon alpha for each menu item that shows an icon.
<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 itemIconDisabledAlpha=0x7f01005c;
/** 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=0x7f010055;
/** Default appearance of menu item 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 itemTextAppearance=0x7f010056;
/** <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=0x7f010045;
/** 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=0x7f010032;
/** 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=0x7f010033;
/** 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=0x7f010034;
/** 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=0x7f01004e;
/** <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>normal</code></td><td>1</td><td></td></tr>
<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
</table>
*/
public static final int mapType=0x7f010070;
/** <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>left</code></td><td>0</td><td></td></tr>
<tr><td><code>right</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int mode=0x7f010062;
/** 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=0x7f010049;
/** <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=0x7f01003d;
/** Whether space should be reserved in layout when an icon is missing.
<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 preserveIconSpacing=0x7f01005d;
/** 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=0x7f010054;
/** 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=0x7f010052;
/** 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=0x7f010061;
/** 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 searchAutoCompleteTextView=0x7f010024;
/** 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=0x7f010025;
/** 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=0x7f01002f;
/** 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=0x7f010026;
/** 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=0x7f01002a;
/** 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=0x7f01002b;
/** 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=0x7f010027;
/** 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=0x7f010028;
/** 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=0x7f01002c;
/** 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=0x7f01002d;
/** 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=0x7f010029;
/** Background drawable for standalone items that need focus/pressed states.
<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=0x7f01001a;
/** <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 selectorDrawable=0x7f01006f;
/** <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 selectorEnabled=0x7f01006e;
/** <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 shadowDrawable=0x7f01006a;
/** <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 shadowWidth=0x7f01006b;
/** <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=0x7f010023;
/** <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 spinnerItemStyle=0x7f010022;
/** 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=0x7f01004c;
/** <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=0x7f010001;
/** 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=0x7f01001c;
/** 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=0x7f010035;
/** 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=0x7f010031;
/** 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=0x7f010030;
/** Text color, typeface, size, and style for "small" text. Defaults to secondary 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 textAppearanceSmall=0x7f01001e;
/** 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=0x7f01001d;
/** <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 textColorPrimary=0x7f01001f;
/** <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 textColorPrimaryDisableOnly=0x7f010020;
/** <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 textColorPrimaryInverse=0x7f010021;
/** Text color for urls in search suggestions, used by things like global search and the browser. @hide
<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=0x7f01002e;
/** 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.
*/
public static final int title=0x7f01004b;
/** <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=0x7f010000;
/** <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>margin</code></td><td>0</td><td></td></tr>
<tr><td><code>fullscreen</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int touchModeAbove=0x7f010068;
/** <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>margin</code></td><td>0</td><td></td></tr>
<tr><td><code>fullscreen</code></td><td>1</td><td></td></tr>
</table>
*/
public static final int touchModeBehind=0x7f010069;
/** <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 uiCompass=0x7f010076;
/** <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 uiRotateGestures=0x7f010077;
/** <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 uiScrollGestures=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 uiTiltGestures=0x7f010079;
/** <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 uiZoomControls=0x7f01007a;
/** <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 uiZoomGestures=0x7f01007b;
/** <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 useViewLifecycle=0x7f01007c;
/** Default vertical divider between 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 verticalDivider=0x7f010058;
/** <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 viewAbove=0x7f010063;
/** <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 viewBehind=0x7f010064;
/** <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=0x7f010041;
/** <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=0x7f010042;
/** <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 windowActionModeOverlay=0x7f010043;
/** Default animations for the 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 windowAnimationStyle=0x7f01005b;
/** This Drawable is overlaid over the foreground of the Window's content area, usually
to place a shadow below the title.
<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 windowContentOverlay=0x7f01001b;
/** <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 windowMinWidthMajor=0x7f010036;
/** <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 windowMinWidthMinor=0x7f010037;
/** <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 windowNoTitle=0x7f010040;
/** <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=0x7f010044;
/** <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 zOrderOnTop=0x7f01007d;
}
public static final class bool {
public static final int abs__action_bar_embed_tabs=0x7f060000;
public static final int abs__action_bar_expanded_action_views_exclusive=0x7f060002;
/** 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 abs__config_actionMenuItemAllCaps=0x7f060004;
/** 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
flag. This may be set to false for situations where space is
extremely limited.
*/
public static final int abs__config_allowActionMenuItemTextWithIcon=0x7f060005;
/** Sets whether menu shortcuts should be displayed on panel menus when
a keyboard is present.
*/
public static final int abs__config_showMenuShortcutsWhenKeyboardPresent=0x7f060003;
public static final int abs__split_action_bar_is_narrow=0x7f060001;
}
public static final class color {
public static final int abs__background_holo_dark=0x7f070000;
public static final int abs__background_holo_light=0x7f070001;
public static final int abs__bright_foreground_disabled_holo_dark=0x7f070004;
public static final int abs__bright_foreground_disabled_holo_light=0x7f070005;
public static final int abs__bright_foreground_holo_dark=0x7f070002;
public static final int abs__bright_foreground_holo_light=0x7f070003;
public static final int abs__primary_text_disable_only_holo_dark=0x7f070013;
public static final int abs__primary_text_disable_only_holo_light=0x7f070014;
public static final int abs__primary_text_holo_dark=0x7f070015;
public static final int abs__primary_text_holo_light=0x7f070016;
public static final int common_action_bar_splitter=0x7f07000f;
/** Sign-in Button Colors
*/
public static final int common_signin_btn_dark_text_default=0x7f070006;
public static final int common_signin_btn_dark_text_disabled=0x7f070008;
public static final int common_signin_btn_dark_text_focused=0x7f070009;
public static final int common_signin_btn_dark_text_pressed=0x7f070007;
public static final int common_signin_btn_default_background=0x7f07000e;
public static final int common_signin_btn_light_text_default=0x7f07000a;
public static final int common_signin_btn_light_text_disabled=0x7f07000c;
public static final int common_signin_btn_light_text_focused=0x7f07000d;
public static final int common_signin_btn_light_text_pressed=0x7f07000b;
public static final int common_signin_btn_text_dark=0x7f070017;
public static final int common_signin_btn_text_light=0x7f070018;
public static final int pressed_myfivetry=0x7f070012;
public static final int translucent=0x7f070011;
public static final int translucent_black=0x7f070010;
}
public static final class dimen {
/** 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.
Default height of an action bar.
Default height of an action bar.
Default height of an action bar.
*/
public static final int abs__action_bar_default_height=0x7f080001;
/** 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.
Vertical padding around action bar icons.
Vertical padding around action bar icons.
Vertical padding around action bar icons.
*/
public static final int abs__action_bar_icon_vertical_padding=0x7f080002;
/** 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
Bottom margin for action bar subtitles
Bottom margin for action bar subtitles
Bottom margin for action bar subtitles
*/
public static final int abs__action_bar_subtitle_bottom_margin=0x7f080006;
/** 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
Text size for action bar subtitles
Text size for action bar subtitles
Text size for action bar subtitles
*/
public static final int abs__action_bar_subtitle_text_size=0x7f080004;
/** 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
Top margin for action bar subtitles
Top margin for action bar subtitles
Top margin for action bar subtitles
*/
public static final int abs__action_bar_subtitle_top_margin=0x7f080005;
/** 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
Text size for action bar titles
Text size for action bar titles
Text size for action bar titles
*/
public static final int abs__action_bar_title_text_size=0x7f080003;
/** 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
Minimum width for an action button in the menu area of an action bar
*/
public static final int abs__action_button_min_width=0x7f080007;
/** 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.
*/
public static final int abs__config_prefDialogWidth=0x7f080000;
/** The platform's desired minimum size for a dialog's width when it
is along the major axis (that is the screen is landscape). This may
be either a fraction or a dimension.
*/
public static final int abs__dialog_min_width_major=0x7f08000d;
/** The platform's desired minimum size for a dialog's width when it
is along the minor axis (that is the screen is portrait). This may
be either a fraction or a dimension.
*/
public static final int abs__dialog_min_width_minor=0x7f08000e;
/** Width of the icon in a dropdown list
*/
public static final int abs__dropdownitem_icon_width=0x7f08000a;
/** Text padding for dropdown items
*/
public static final int abs__dropdownitem_text_padding_left=0x7f080008;
/** Text padding for dropdown items
*/
public static final int abs__dropdownitem_text_padding_right=0x7f080009;
/** Preferred width of the search view.
*/
public static final int abs__search_view_preferred_width=0x7f08000c;
/** Minimum width of the search view text entry area.
*/
public static final int abs__search_view_text_min_width=0x7f08000b;
/** Default screen margins, per the Android Design guidelines.
Customize dimensions originally defined in res/values/dimens.xml (such as
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
*/
public static final int activity_horizontal_margin=0x7f08000f;
public static final int activity_vertical_margin=0x7f080010;
public static final int shadowUse=0x7f080011;
public static final int sidebarUse=0x7f080012;
}
public static final class drawable {
public static final int ab_background_textured_myfivetry=0x7f020000;
public static final int ab_bottom_solid_myfivetry=0x7f020001;
public static final int ab_solid_myfivetry=0x7f020002;
public static final int ab_stacked_solid_myfivetry=0x7f020003;
public static final int ab_texture_tile_myfivetry=0x7f020004;
public static final int ab_transparent_myfivetry=0x7f020005;
public static final int abs__ab_bottom_solid_dark_holo=0x7f020006;
public static final int abs__ab_bottom_solid_inverse_holo=0x7f020007;
public static final int abs__ab_bottom_solid_light_holo=0x7f020008;
public static final int abs__ab_bottom_transparent_dark_holo=0x7f020009;
public static final int abs__ab_bottom_transparent_light_holo=0x7f02000a;
public static final int abs__ab_share_pack_holo_dark=0x7f02000b;
public static final int abs__ab_share_pack_holo_light=0x7f02000c;
public static final int abs__ab_solid_dark_holo=0x7f02000d;
public static final int abs__ab_solid_light_holo=0x7f02000e;
public static final int abs__ab_solid_shadow_holo=0x7f02000f;
public static final int abs__ab_stacked_solid_dark_holo=0x7f020010;
public static final int abs__ab_stacked_solid_light_holo=0x7f020011;
public static final int abs__ab_stacked_transparent_dark_holo=0x7f020012;
public static final int abs__ab_stacked_transparent_light_holo=0x7f020013;
public static final int abs__ab_transparent_dark_holo=0x7f020014;
public static final int abs__ab_transparent_light_holo=0x7f020015;
public static final int abs__activated_background_holo_dark=0x7f020016;
public static final int abs__activated_background_holo_light=0x7f020017;
public static final int abs__btn_cab_done_default_holo_dark=0x7f020018;
public static final int abs__btn_cab_done_default_holo_light=0x7f020019;
public static final int abs__btn_cab_done_focused_holo_dark=0x7f02001a;
public static final int abs__btn_cab_done_focused_holo_light=0x7f02001b;
public static final int abs__btn_cab_done_holo_dark=0x7f02001c;
public static final int abs__btn_cab_done_holo_light=0x7f02001d;
public static final int abs__btn_cab_done_pressed_holo_dark=0x7f02001e;
public static final int abs__btn_cab_done_pressed_holo_light=0x7f02001f;
public static final int abs__cab_background_bottom_holo_dark=0x7f020020;
public static final int abs__cab_background_bottom_holo_light=0x7f020021;
public static final int abs__cab_background_top_holo_dark=0x7f020022;
public static final int abs__cab_background_top_holo_light=0x7f020023;
public static final int abs__ic_ab_back_holo_dark=0x7f020024;
public static final int abs__ic_ab_back_holo_light=0x7f020025;
public static final int abs__ic_cab_done_holo_dark=0x7f020026;
public static final int abs__ic_cab_done_holo_light=0x7f020027;
public static final int abs__ic_clear=0x7f020028;
public static final int abs__ic_clear_disabled=0x7f020029;
public static final int abs__ic_clear_holo_light=0x7f02002a;
public static final int abs__ic_clear_normal=0x7f02002b;
public static final int abs__ic_clear_search_api_disabled_holo_light=0x7f02002c;
public static final int abs__ic_clear_search_api_holo_light=0x7f02002d;
public static final int abs__ic_commit_search_api_holo_dark=0x7f02002e;
public static final int abs__ic_commit_search_api_holo_light=0x7f02002f;
public static final int abs__ic_go=0x7f020030;
public static final int abs__ic_go_search_api_holo_light=0x7f020031;
public static final int abs__ic_menu_moreoverflow_holo_dark=0x7f020032;
public static final int abs__ic_menu_moreoverflow_holo_light=0x7f020033;
public static final int abs__ic_menu_moreoverflow_normal_holo_dark=0x7f020034;
public static final int abs__ic_menu_moreoverflow_normal_holo_light=0x7f020035;
public static final int abs__ic_menu_share_holo_dark=0x7f020036;
public static final int abs__ic_menu_share_holo_light=0x7f020037;
public static final int abs__ic_search=0x7f020038;
public static final int abs__ic_search_api_holo_light=0x7f020039;
public static final int abs__ic_voice_search=0x7f02003a;
public static final int abs__ic_voice_search_api_holo_light=0x7f02003b;
public static final int abs__item_background_holo_dark=0x7f02003c;
public static final int abs__item_background_holo_light=0x7f02003d;
public static final int abs__list_activated_holo=0x7f02003e;
public static final int abs__list_divider_holo_dark=0x7f02003f;
public static final int abs__list_divider_holo_light=0x7f020040;
public static final int abs__list_focused_holo=0x7f020041;
public static final int abs__list_longpressed_holo=0x7f020042;
public static final int abs__list_pressed_holo_dark=0x7f020043;
public static final int abs__list_pressed_holo_light=0x7f020044;
public static final int abs__list_selector_background_transition_holo_dark=0x7f020045;
public static final int abs__list_selector_background_transition_holo_light=0x7f020046;
public static final int abs__list_selector_disabled_holo_dark=0x7f020047;
public static final int abs__list_selector_disabled_holo_light=0x7f020048;
public static final int abs__list_selector_holo_dark=0x7f020049;
public static final int abs__list_selector_holo_light=0x7f02004a;
public static final int abs__menu_dropdown_panel_holo_dark=0x7f02004b;
public static final int abs__menu_dropdown_panel_holo_light=0x7f02004c;
public static final int abs__progress_bg_holo_dark=0x7f02004d;
public static final int abs__progress_bg_holo_light=0x7f02004e;
public static final int abs__progress_horizontal_holo_dark=0x7f02004f;
public static final int abs__progress_horizontal_holo_light=0x7f020050;
public static final int abs__progress_medium_holo=0x7f020051;
public static final int abs__progress_primary_holo_dark=0x7f020052;
public static final int abs__progress_primary_holo_light=0x7f020053;
public static final int abs__progress_secondary_holo_dark=0x7f020054;
public static final int abs__progress_secondary_holo_light=0x7f020055;
public static final int abs__search_dropdown_dark=0x7f020056;
public static final int abs__search_dropdown_light=0x7f020057;
public static final int abs__spinner_48_inner_holo=0x7f020058;
public static final int abs__spinner_48_outer_holo=0x7f020059;
public static final int abs__spinner_ab_default_holo_dark=0x7f02005a;
public static final int abs__spinner_ab_default_holo_light=0x7f02005b;
public static final int abs__spinner_ab_disabled_holo_dark=0x7f02005c;
public static final int abs__spinner_ab_disabled_holo_light=0x7f02005d;
public static final int abs__spinner_ab_focused_holo_dark=0x7f02005e;
public static final int abs__spinner_ab_focused_holo_light=0x7f02005f;
public static final int abs__spinner_ab_holo_dark=0x7f020060;
public static final int abs__spinner_ab_holo_light=0x7f020061;
public static final int abs__spinner_ab_pressed_holo_dark=0x7f020062;
public static final int abs__spinner_ab_pressed_holo_light=0x7f020063;
public static final int abs__tab_indicator_ab_holo=0x7f020064;
public static final int abs__tab_selected_focused_holo=0x7f020065;
public static final int abs__tab_selected_holo=0x7f020066;
public static final int abs__tab_selected_pressed_holo=0x7f020067;
public static final int abs__tab_unselected_pressed_holo=0x7f020068;
public static final int abs__textfield_search_default_holo_dark=0x7f020069;
public static final int abs__textfield_search_default_holo_light=0x7f02006a;
public static final int abs__textfield_search_right_default_holo_dark=0x7f02006b;
public static final int abs__textfield_search_right_default_holo_light=0x7f02006c;
public static final int abs__textfield_search_right_selected_holo_dark=0x7f02006d;
public static final int abs__textfield_search_right_selected_holo_light=0x7f02006e;
public static final int abs__textfield_search_selected_holo_dark=0x7f02006f;
public static final int abs__textfield_search_selected_holo_light=0x7f020070;
public static final int abs__textfield_searchview_holo_dark=0x7f020071;
public static final int abs__textfield_searchview_holo_light=0x7f020072;
public static final int abs__textfield_searchview_right_holo_dark=0x7f020073;
public static final int abs__textfield_searchview_right_holo_light=0x7f020074;
public static final int abs__toast_frame=0x7f020075;
public static final int add_photo_test=0x7f020076;
public static final int btn_cab_done_default_myfivetry=0x7f020077;
public static final int btn_cab_done_focused_myfivetry=0x7f020078;
public static final int btn_cab_done_myfivetry=0x7f020079;
public static final int btn_cab_done_pressed_myfivetry=0x7f02007a;
public static final int cab_background_bottom_myfivetry=0x7f02007b;
public static final int cab_background_top_myfivetry=0x7f02007c;
public static final int common_signin_btn_icon_dark=0x7f02007d;
public static final int common_signin_btn_icon_disabled_dark=0x7f02007e;
public static final int common_signin_btn_icon_disabled_focus_dark=0x7f02007f;
public static final int common_signin_btn_icon_disabled_focus_light=0x7f020080;
public static final int common_signin_btn_icon_disabled_light=0x7f020081;
public static final int common_signin_btn_icon_focus_dark=0x7f020082;
public static final int common_signin_btn_icon_focus_light=0x7f020083;
public static final int common_signin_btn_icon_light=0x7f020084;
public static final int common_signin_btn_icon_normal_dark=0x7f020085;
public static final int common_signin_btn_icon_normal_light=0x7f020086;
public static final int common_signin_btn_icon_pressed_dark=0x7f020087;
public static final int common_signin_btn_icon_pressed_light=0x7f020088;
public static final int common_signin_btn_text_dark=0x7f020089;
public static final int common_signin_btn_text_disabled_dark=0x7f02008a;
public static final int common_signin_btn_text_disabled_focus_dark=0x7f02008b;
public static final int common_signin_btn_text_disabled_focus_light=0x7f02008c;
public static final int common_signin_btn_text_disabled_light=0x7f02008d;
public static final int common_signin_btn_text_focus_dark=0x7f02008e;
public static final int common_signin_btn_text_focus_light=0x7f02008f;
public static final int common_signin_btn_text_light=0x7f020090;
public static final int common_signin_btn_text_normal_dark=0x7f020091;
public static final int common_signin_btn_text_normal_light=0x7f020092;
public static final int common_signin_btn_text_pressed_dark=0x7f020093;
public static final int common_signin_btn_text_pressed_light=0x7f020094;
public static final int ic_launcher=0x7f020095;
public static final int ic_menu_goto=0x7f020096;
public static final int list_focused_myfivetry=0x7f020097;
public static final int logo=0x7f020098;
public static final int menu_dropdown_panel_myfivetry=0x7f020099;
public static final int pressed_background_myfivetry=0x7f02009a;
public static final int progress_bg_myfivetry=0x7f02009b;
public static final int progress_horizontal_myfivetry=0x7f02009c;
public static final int progress_primary_myfivetry=0x7f02009d;
public static final int progress_secondary_myfivetry=0x7f02009e;
public static final int ptr_progress_horizontal_holo_center=0x7f02009f;
public static final int ptr_progress_indeterminate_horizontal_holo=0x7f0200a0;
public static final int ptr_progress_primary_holo=0x7f0200a1;
public static final int ptr_progressbar_indeterminate_holo1=0x7f0200a2;
public static final int ptr_progressbar_indeterminate_holo2=0x7f0200a3;
public static final int ptr_progressbar_indeterminate_holo3=0x7f0200a4;
public static final int ptr_progressbar_indeterminate_holo4=0x7f0200a5;
public static final int ptr_progressbar_indeterminate_holo5=0x7f0200a6;
public static final int ptr_progressbar_indeterminate_holo6=0x7f0200a7;
public static final int ptr_progressbar_indeterminate_holo7=0x7f0200a8;
public static final int ptr_progressbar_indeterminate_holo8=0x7f0200a9;
public static final int selectable_background_myfivetry=0x7f0200aa;
public static final int shadow=0x7f0200ab;
public static final int spinner_ab_default_myfivetry=0x7f0200ac;
public static final int spinner_ab_disabled_myfivetry=0x7f0200ad;
public static final int spinner_ab_focused_myfivetry=0x7f0200ae;
public static final int spinner_ab_pressed_myfivetry=0x7f0200af;
public static final int spinner_background_ab_myfivetry=0x7f0200b0;
public static final int splash=0x7f0200b1;
public static final int tab_indicator_ab_myfivetry=0x7f0200b2;
public static final int tab_selected_focused_myfivetry=0x7f0200b3;
public static final int tab_selected_myfivetry=0x7f0200b4;
public static final int tab_selected_pressed_myfivetry=0x7f0200b5;
public static final int tab_unselected_focused_myfivetry=0x7f0200b6;
public static final int tab_unselected_myfivetry=0x7f0200b7;
public static final int tab_unselected_pressed_myfivetry=0x7f0200b8;
public static final int yaya=0x7f0200b9;
}
public static final class id {
public static final int Detail_gallery=0x7f05006d;
public static final int Detail_horizontalScrollView=0x7f05006c;
public static final int Detail_progressBar=0x7f05006b;
public static final int abs__action_bar=0x7f050030;
public static final int abs__action_bar_container=0x7f05002f;
public static final int abs__action_bar_subtitle=0x7f050021;
public static final int abs__action_bar_title=0x7f050020;
public static final int abs__action_context_bar=0x7f050031;
public static final int abs__action_menu_divider=0x7f05000c;
public static final int abs__action_menu_presenter=0x7f05000d;
public static final int abs__action_mode_bar=0x7f050035;
public static final int abs__action_mode_bar_stub=0x7f050034;
public static final int abs__action_mode_close_button=0x7f050024;
public static final int abs__activity_chooser_view_content=0x7f050025;
public static final int abs__checkbox=0x7f05002c;
public static final int abs__content=0x7f050032;
public static final int abs__default_activity_button=0x7f050028;
public static final int abs__expand_activities_button=0x7f050026;
public static final int abs__home=0x7f05000a;
public static final int abs__icon=0x7f05002a;
public static final int abs__image=0x7f050027;
public static final int abs__imageButton=0x7f050022;
public static final int abs__list_item=0x7f050029;
public static final int abs__progress_circular=0x7f05000e;
public static final int abs__progress_horizontal=0x7f05000f;
public static final int abs__radio=0x7f05002d;
public static final int abs__search_badge=0x7f050038;
public static final int abs__search_bar=0x7f050037;
public static final int abs__search_button=0x7f050039;
public static final int abs__search_close_btn=0x7f05003e;
public static final int abs__search_edit_frame=0x7f05003a;
public static final int abs__search_go_btn=0x7f050040;
public static final int abs__search_mag_icon=0x7f05003b;
public static final int abs__search_plate=0x7f05003c;
public static final int abs__search_src_text=0x7f05003d;
public static final int abs__search_voice_btn=0x7f050041;
public static final int abs__shortcut=0x7f05002e;
public static final int abs__split_action_bar=0x7f050033;
public static final int abs__submit_area=0x7f05003f;
public static final int abs__textButton=0x7f050023;
public static final int abs__title=0x7f05002b;
public static final int abs__up=0x7f05000b;
public static final int action_about=0x7f0500c0;
public static final int action_forceinput=0x7f0500be;
public static final int addItem_address_sample=0x7f050046;
public static final int addItem_modifyLocation=0x7f0500b2;
public static final int addItem_refresh=0x7f0500b3;
public static final int add_Photo=0x7f05006e;
public static final int add_an_object=0x7f0500b1;
public static final int add_item_pager=0x7f050060;
public static final int add_object=0x7f0500c3;
public static final int additemp1_layout=0x7f050043;
public static final int additemp2_layout=0x7f05004a;
public static final int additemp3_layout=0x7f050059;
public static final int btn_drag_reset=0x7f05009c;
public static final int btn_readMore=0x7f05008d;
public static final int btn_restReset=0x7f050083;
public static final int btn_toRegister=0x7f050098;
public static final int button_add_close_time=0x7f05004f;
public static final int button_add_close_time2=0x7f050079;
public static final int button_add_start_time=0x7f05004e;
public static final int button_add_start_time2=0x7f050078;
public static final int checkBox_CanDelivery=0x7f05005e;
public static final int checkBox_CanDelivery_editItem=0x7f05008a;
public static final int checkBox_CanToGo=0x7f05005f;
public static final int checkBox_CanToGo_editItem=0x7f05008b;
public static final int checkBox_holiday=0x7f050057;
public static final int checkBox_holiday_editItem=0x7f050082;
public static final int checkBox_w1=0x7f050050;
public static final int checkBox_w1_editItem=0x7f05007b;
public static final int checkBox_w2=0x7f050051;
public static final int checkBox_w2_editItem=0x7f05007c;
public static final int checkBox_w3=0x7f050052;
public static final int checkBox_w3_editItem=0x7f05007d;
public static final int checkBox_w4=0x7f050053;
public static final int checkBox_w4_editItem=0x7f05007e;
public static final int checkBox_w5=0x7f050054;
public static final int checkBox_w5_editItem=0x7f05007f;
public static final int checkBox_w6=0x7f050055;
public static final int checkBox_w6_editItem=0x7f050080;
public static final int checkBox_w7=0x7f050056;
public static final int checkBox_w7_editItem=0x7f050081;
public static final int delete_object=0x7f0500b5;
public static final int detail_map_interface=0x7f0500b6;
public static final int dialogText=0x7f050091;
public static final int dialog_processBar=0x7f050090;
public static final int disableHome=0x7f050009;
public static final int distance=0x7f050095;
public static final int drag_marker_cancel=0x7f0500ba;
public static final int drag_marker_confirm=0x7f0500b9;
public static final int drag_marker_save=0x7f0500b8;
public static final int editItem_layout_p1=0x7f05006f;
public static final int editItem_layout_p2=0x7f050074;
public static final int editItem_layout_p3=0x7f050085;
public static final int editItem_phone=0x7f050087;
public static final int editText_address=0x7f050049;
public static final int editText_address_editItem=0x7f050073;
public static final int editText_email=0x7f05005c;
public static final int editText_email_editItem=0x7f050088;
public static final int editText_name=0x7f050044;
public static final int editText_phone=0x7f05005b;
public static final int editText_price=0x7f05005a;
public static final int editText_price_editItem=0x7f050086;
public static final int editText_sMemo=0x7f050058;
public static final int editText_sMemo2=0x7f050084;
public static final int editText_store_web=0x7f05005d;
public static final int editText_store_web_editItem=0x7f050089;
public static final int editText_township=0x7f050048;
public static final int editText_township_editItem=0x7f050072;
public static final int edit_item_pager=0x7f05008c;
public static final int edit_marker_drag=0x7f0500bd;
public static final int edit_object_cancel=0x7f0500bc;
public static final int edit_object_save=0x7f0500bb;
public static final int edit_query=0x7f050036;
public static final int fullscreen=0x7f050013;
public static final int homeAsUp=0x7f050006;
public static final int hybrid=0x7f05001c;
public static final int imagePreview=0x7f05009e;
public static final int imageView_lightbox=0x7f05008f;
public static final int imageView_logo=0x7f05001d;
public static final int imgUpload_cancel=0x7f0500a0;
public static final int imgUpload_ok=0x7f0500a1;
public static final int is24hr_addItem=0x7f05004b;
public static final int is24hr_editItem=0x7f050075;
public static final int left=0x7f050010;
public static final int listMode=0x7f050002;
public static final int listView=0x7f050061;
public static final int listview_alertIcon=0x7f050064;
public static final int listview_noItemFound=0x7f050065;
public static final int listview_progressbar=0x7f050062;
public static final int listview_progresstext=0x7f050063;
public static final int login_account=0x7f050096;
public static final int login_error=0x7f050099;
public static final int login_menuButton=0x7f0500bf;
public static final int login_password=0x7f050097;
public static final int login_user=0x7f0500c4;
public static final int logout_user=0x7f0500c5;
public static final int map=0x7f05009a;
public static final int map_dragger=0x7f05009d;
public static final int map_interface=0x7f0500c6;
public static final int mapdragger_sample_address=0x7f05009b;
public static final int margin=0x7f050012;
public static final int modify_object=0x7f0500b4;
public static final int name=0x7f050093;
public static final int navgation_map=0x7f0500c9;
public static final int none=0x7f050019;
public static final int normal=0x7f050001;
public static final int photoMessage=0x7f05009f;
public static final int price=0x7f050094;
public static final int progressBar1=0x7f05008e;
public static final int ptr_content=0x7f050015;
public static final int ptr_progress=0x7f050018;
public static final int ptr_text=0x7f050017;
public static final int ptr_text_opaque_bg=0x7f050016;
public static final int reflesh_list=0x7f0500c2;
public static final int reflesh_object=0x7f0500c1;
public static final int register_account=0x7f0500a2;
public static final int register_cancelButton=0x7f0500c8;
public static final int register_error=0x7f0500ab;
public static final int register_female=0x7f0500a8;
public static final int register_male=0x7f0500a9;
public static final int register_menuButton=0x7f0500c7;
public static final int register_mystore=0x7f0500b7;
public static final int register_nickname=0x7f0500a6;
public static final int register_password=0x7f0500a3;
public static final int register_password_again=0x7f0500a4;
public static final int register_phone=0x7f0500a5;
public static final int register_radiogroup=0x7f0500a7;
public static final int register_xgender=0x7f0500aa;
public static final int right=0x7f050011;
public static final int sThanks=0x7f05001f;
public static final int satellite=0x7f05001a;
public static final int scrollView1=0x7f050042;
public static final int search_button=0x7f0500ad;
public static final int search_keywords=0x7f0500ac;
public static final int selected_view=0x7f050014;
public static final int showCustom=0x7f050008;
public static final int showHome=0x7f050005;
public static final int showTitle=0x7f050007;
public static final int sid=0x7f050092;
public static final int slidingmenumain=0x7f0500ae;
public static final int spinner_country=0x7f050047;
public static final int spinner_country_editItem=0x7f050071;
public static final int splash=0x7f0500af;
public static final int splash_progressBar=0x7f0500b0;
public static final int tabMode=0x7f050003;
public static final int terrain=0x7f05001b;
public static final int textView_address=0x7f050045;
public static final int textView_detail_address=0x7f05006a;
public static final int textView_detail_name=0x7f050067;
public static final int textView_detail_price=0x7f050069;
public static final int textView_inputName=0x7f050066;
public static final int textView_name_editItem=0x7f050070;
public static final int textView_price=0x7f050068;
public static final int textView_restdays_edit=0x7f05007a;
public static final int textView_store_end=0x7f05004d;
public static final int textView_store_end2=0x7f050077;
public static final int textView_store_start=0x7f05004c;
public static final int textView_store_start2=0x7f050076;
public static final int textView_version=0x7f05001e;
public static final int useLogo=0x7f050004;
public static final int wrap_content=0x7f050000;
}
public static final class integer {
public static final int abs__max_action_buttons=0x7f090000;
}
public static final class layout {
public static final int about=0x7f030000;
public static final int abs__action_bar_home=0x7f030001;
public static final int abs__action_bar_tab=0x7f030002;
public static final int abs__action_bar_tab_bar_view=0x7f030003;
public static final int abs__action_bar_title_item=0x7f030004;
public static final int abs__action_menu_item_layout=0x7f030005;
public static final int abs__action_menu_layout=0x7f030006;
public static final int abs__action_mode_bar=0x7f030007;
public static final int abs__action_mode_close_item=0x7f030008;
public static final int abs__activity_chooser_view=0x7f030009;
public static final int abs__activity_chooser_view_list_item=0x7f03000a;
public static final int abs__list_menu_item_checkbox=0x7f03000b;
public static final int abs__list_menu_item_icon=0x7f03000c;
public static final int abs__list_menu_item_radio=0x7f03000d;
public static final int abs__popup_menu_item_layout=0x7f03000e;
public static final int abs__screen_action_bar=0x7f03000f;
public static final int abs__screen_action_bar_overlay=0x7f030010;
public static final int abs__screen_simple=0x7f030011;
public static final int abs__screen_simple_overlay_action_mode=0x7f030012;
public static final int abs__search_dropdown_item_icons_2line=0x7f030013;
public static final int abs__search_view=0x7f030014;
public static final int abs__simple_dropdown_hint=0x7f030015;
public static final int add_item=0x7f030016;
public static final int add_item_page2=0x7f030017;
public static final int add_item_page3=0x7f030018;
public static final int add_item_tabs=0x7f030019;
public static final int all_item=0x7f03001a;
public static final int default_header=0x7f03001b;
public static final int detail_item=0x7f03001c;
public static final int edit_item=0x7f03001d;
public static final int edit_item_page2=0x7f03001e;
public static final int edit_item_page3=0x7f03001f;
public static final int edit_item_tabs=0x7f030020;
public static final int footer=0x7f030021;
public static final int lightbox_dialog=0x7f030022;
public static final int list_item=0x7f030023;
public static final int login=0x7f030024;
public static final int map_interface=0x7f030025;
public static final int map_makerdragger=0x7f030026;
public static final int photo_preview=0x7f030027;
public static final int register=0x7f030028;
public static final int sherlock_spinner_dropdown_item=0x7f030029;
public static final int sherlock_spinner_item=0x7f03002a;
public static final int sidebar=0x7f03002b;
public static final int slidingmenumain=0x7f03002c;
public static final int splash=0x7f03002d;
}
public static final class menu {
public static final int add_page=0x7f0d0000;
public static final int detail_menu=0x7f0d0001;
public static final int drag_item=0x7f0d0002;
public static final int edit_page=0x7f0d0003;
public static final int forceinput=0x7f0d0004;
public static final int login=0x7f0d0005;
public static final int main=0x7f0d0006;
public static final int register=0x7f0d0007;
public static final int single_map=0x7f0d0008;
}
public static final class string {
public static final int ItemP1_addressLast=0x7f0a0074;
public static final int ItemP1_addressTownship=0x7f0a0073;
/** Add/EditItem p1 java
*/
public static final int ItemP1_currentCountry=0x7f0a0075;
/** add/edit_item p1 xml
*/
public static final int ItemP1_custom=0x7f0a0071;
public static final int ItemP1_lowsetPrice=0x7f0a002f;
public static final int ItemP1_plzChooseCountry=0x7f0a0076;
public static final int ItemP1_plzChooseCountryToast=0x7f0a0077;
public static final int ItemP1_telephone=0x7f0a0072;
public static final int ItemP3_canDelivery=0x7f0a0057;
public static final int ItemP3_canToGo=0x7f0a0058;
public static final int ItemP3_otherOption=0x7f0a0056;
/** XItemPage3
*/
public static final int ItemP3_storeEmail=0x7f0a0054;
public static final int ItemP3_storeWeb=0x7f0a0055;
public static final int ItemTab_addressNo=0x7f0a006a;
public static final int ItemTab_cancelToEdit=0x7f0a0068;
public static final int ItemTab_cancelToEditMessage=0x7f0a0069;
public static final int ItemTab_comfirmMessage1=0x7f0a005f;
public static final int ItemTab_comfirmMessage2=0x7f0a0060;
public static final int ItemTab_comfirmMessage3=0x7f0a0061;
public static final int ItemTab_comfirmMessage4=0x7f0a0062;
public static final int ItemTab_comfirmMessage5=0x7f0a0063;
public static final int ItemTab_comfirmMessage6=0x7f0a0064;
public static final int ItemTab_comfirmMessage7=0x7f0a0065;
public static final int ItemTab_comfirmMessage8=0x7f0a0066;
public static final int ItemTab_comfirmMessage9=0x7f0a0067;
public static final int ItemTab_countryNull=0x7f0a005d;
public static final int ItemTab_dataGetError=0x7f0a0031;
public static final int ItemTab_nameOrCountryError=0x7f0a005e;
public static final int ItemTab_processing=0x7f0a005c;
/** XItem_tab
*/
public static final int ItemTab_tabName1=0x7f0a0059;
public static final int ItemTab_tabName2=0x7f0a005a;
public static final int ItemTab_tabName3=0x7f0a005b;
public static final int Item_24hropen=0x7f0a0041;
public static final int Item_TimeTo=0x7f0a0043;
public static final int Item_endTime=0x7f0a0044;
public static final int Item_friday=0x7f0a004a;
public static final int Item_memo=0x7f0a004e;
public static final int Item_monday=0x7f0a0046;
public static final int Item_nationHoliday=0x7f0a004d;
/** XitemPage2
*/
public static final int Item_opentime=0x7f0a0040;
public static final int Item_restdays=0x7f0a0045;
public static final int Item_saturday=0x7f0a004b;
public static final int Item_startTime=0x7f0a0042;
public static final int Item_sunday=0x7f0a004c;
public static final int Item_thursday=0x7f0a0049;
public static final int Item_tuesday=0x7f0a0047;
public static final int Item_wednesday=0x7f0a0048;
public static final int about_author_member=0x7f0a003e;
public static final int about_author_tag=0x7f0a003c;
public static final int about_author_vaule=0x7f0a003d;
public static final int about_special_thanks=0x7f0a003f;
public static final int about_temporary=0x7f0a0039;
/** about page use
*/
public static final int about_title=0x7f0a0038;
public static final int about_version_tag=0x7f0a003a;
public static final int about_version_vaule=0x7f0a003b;
/** Content description for the action bar "home" affordance. [CHAR LIMIT=NONE]
*/
public static final int abs__action_bar_home_description=0x7f0a0000;
/** Content description for the action bar "up" affordance. [CHAR LIMIT=NONE]
*/
public static final int abs__action_bar_up_description=0x7f0a0001;
/** Content description for the action menu overflow button. [CHAR LIMIT=NONE]
*/
public static final int abs__action_menu_overflow_description=0x7f0a0002;
/** Label for the "Done" button on the far left of action mode toolbars.
*/
public static final int abs__action_mode_done=0x7f0a0003;
/** Title for a button to expand the list of activities in ActivityChooserView [CHAR LIMIT=25]
*/
public static final int abs__activity_chooser_view_see_all=0x7f0a0004;
/** Description of the shwoing of a popup window with activities to choose from. [CHAR LIMIT=NONE]
*/
public static final int abs__activitychooserview_choose_application=0x7f0a0005;
/** SearchView accessibility description for clear button [CHAR LIMIT=NONE]
*/
public static final int abs__searchview_description_clear=0x7f0a000a;
/** SearchView accessibility description for search text field [CHAR LIMIT=NONE]
*/
public static final int abs__searchview_description_query=0x7f0a0009;
/** SearchView accessibility description for search button [CHAR LIMIT=NONE]
*/
public static final int abs__searchview_description_search=0x7f0a0008;
/** SearchView accessibility description for submit button [CHAR LIMIT=NONE]
*/
public static final int abs__searchview_description_submit=0x7f0a000b;
/** SearchView accessibility description for voice button [CHAR LIMIT=NONE]
*/
public static final int abs__searchview_description_voice=0x7f0a000c;
/** Description of the choose target button in a ShareActionProvider (share UI). [CHAR LIMIT=NONE]
*/
public static final int abs__shareactionprovider_share_with=0x7f0a0006;
/** 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 abs__shareactionprovider_share_with_application=0x7f0a0007;
public static final int action_about=0x7f0a0026;
public static final int addItemP2_addEndTime=0x7f0a0050;
/** addItem_Page2 xml only
*/
public static final int addItemP2_addStartTime=0x7f0a004f;
public static final int addItemP2_opentime=0x7f0a00b9;
public static final int alertComfirmTitle=0x7f0a002c;
public static final int alertDialogCancel=0x7f0a0028;
public static final int alertDialogOkay=0x7f0a0029;
public static final int allItem_loading=0x7f0a0027;
public static final int app_name=0x7f0a0025;
/** Title for notification shown when GooglePlayServices needs to be
enabled for a application to work. [CHAR LIMIT=70]
*/
public static final int auth_client_needs_enabling_title=0x7f0a0020;
/** Title for notification shown when GooglePlayServices needs to be
installed for a application to work. [CHAR LIMIT=70]
*/
public static final int auth_client_needs_installation_title=0x7f0a0021;
/** Title for notification shown when GooglePlayServices needs to be
udpated for a application to work. [CHAR LIMIT=70]
*/
public static final int auth_client_needs_update_title=0x7f0a0022;
/** Title for notification shown when GooglePlayServices is unavailable [CHAR LIMIT=42]
*/
public static final int auth_client_play_services_err_notification_msg=0x7f0a0023;
/** Requested by string saying which app requested the notification. [CHAR LIMIT=42]
*/
public static final int auth_client_requested_by_msg=0x7f0a0024;
/** Title for notification shown when a bad version of GooglePlayServices
has been installed and needs correction for an application to work.
[CHAR LIMIT=70]
*/
public static final int auth_client_using_bad_version_title=0x7f0a001f;
/** Button in confirmation dialog to enable Google Play services. Clicking it
will direct user to application settings of Google Play services where they
can enable it [CHAR LIMIT=40]
*/
public static final int common_google_play_services_enable_button=0x7f0a0016;
/** Message in confirmation dialog informing user they need to enable
Google Play services in application settings [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_enable_text=0x7f0a0015;
/** Title of confirmation dialog informing user they need to enable
Google Play services in application settings [CHAR LIMIT=40]
*/
public static final int common_google_play_services_enable_title=0x7f0a0014;
/** Button in confirmation dialog for installing Google Play services [CHAR LIMIT=40]
*/
public static final int common_google_play_services_install_button=0x7f0a0013;
/** (For phones) Message in confirmation dialog informing user that
they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_install_text_phone=0x7f0a0011;
/** (For tablets) Message in confirmation dialog informing user that
they need to install Google Play services (from Play Store) [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_install_text_tablet=0x7f0a0012;
/** Title of confirmation dialog informing user that they need to install
Google Play services (from Play Store) [CHAR LIMIT=40]
*/
public static final int common_google_play_services_install_title=0x7f0a0010;
/** Message in confirmation dialog informing user there is an unknown issue in Google Play
services [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_unknown_issue=0x7f0a0019;
/** Message in confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_unsupported_text=0x7f0a001b;
/** Title of confirmation dialog informing user that Google Play services is not supported on their device [CHAR LIMIT=40]
*/
public static final int common_google_play_services_unsupported_title=0x7f0a001a;
/** Button in confirmation dialog for updating Google Play services [CHAR LIMIT=40]
*/
public static final int common_google_play_services_update_button=0x7f0a001c;
/** Message in confirmation dialog informing user that they need to update
Google Play services (from Play Store) [CHAR LIMIT=NONE]
*/
public static final int common_google_play_services_update_text=0x7f0a0018;
/** Title of confirmation dialog informing user that they need to update
Google Play services (from Play Store) [CHAR LIMIT=40]
*/
public static final int common_google_play_services_update_title=0x7f0a0017;
/** Sign-in button text [CHAR LIMIT=15]
*/
public static final int common_signin_button_text=0x7f0a001d;
/** Long form sign-in button text [CHAR LIMIT=30]
*/
public static final int common_signin_button_text_long=0x7f0a001e;
public static final int detailItem_alertDeleteMes=0x7f0a007c;
public static final int detailItem_alertDeleteTitle=0x7f0a007b;
public static final int detailItem_alertGoToRegisterMes=0x7f0a0081;
public static final int detailItem_alertGoToRegisterTitle=0x7f0a0080;
public static final int detailItem_alertPlzChoosePitureApp=0x7f0a0087;
public static final int detailItem_choosePhotos=0x7f0a0086;
public static final int detailItem_createChooser=0x7f0a0083;
public static final int detailItem_deletingItem=0x7f0a0082;
public static final int detailItem_doNotFindAppforSend=0x7f0a0084;
public static final int detailItem_gpsFixingNow=0x7f0a007d;
public static final int detailItem_imagePreview=0x7f0a0088;
/** DetailItem java and xml
*/
public static final int detailItem_photo=0x7f0a007a;
public static final int detailItem_registerMyStoreMes=0x7f0a007f;
public static final int detailItem_registerMyStoreTitle=0x7f0a007e;
public static final int detailItem_sendingPhoto=0x7f0a0089;
public static final int detailItem_takeaPicture=0x7f0a0085;
public static final int editItemP1_countryError=0x7f0a0079;
/** EditItem p1 java only
*/
public static final int editItemP1_currentCountry=0x7f0a0078;
public static final int editItemP2_editEndTime=0x7f0a0052;
/** editItem_Page2 xml only
*/
public static final int editItemP2_editStartTime=0x7f0a0051;
public static final int editItemP2_resetRestDay=0x7f0a0053;
public static final int editItemTab_alertAskForExitMes=0x7f0a006e;
public static final int editItemTab_alertAskForExitTitle=0x7f0a006d;
public static final int editItemTab_alertCancelToEditMes=0x7f0a0070;
public static final int editItemTab_alertCancelToEditTitle=0x7f0a006f;
public static final int editItemTab_confirmMessage=0x7f0a006c;
public static final int editItemTab_loadingDetailData=0x7f0a0032;
/** EditItem Java only
*/
public static final int editItemTab_saving=0x7f0a006b;
public static final int footer_DisplayMore=0x7f0a0033;
public static final int gpsRequest=0x7f0a002a;
public static final int itemList_alertExitAppMes=0x7f0a0091;
public static final int itemList_alertExitAppOkay=0x7f0a0092;
public static final int itemList_alertExitAppTitle=0x7f0a0090;
public static final int itemList_alertLogoutMes=0x7f0a008e;
public static final int itemList_alertLogoutTitle=0x7f0a008d;
public static final int itemList_alertNetErrorMes=0x7f0a008c;
public static final int itemList_alertNetErrorTitle=0x7f0a008b;
public static final int itemList_goMapInterfaceError=0x7f0a008f;
/** ItemList java and list_item xml
*/
public static final int listItem_distances=0x7f0a008a;
public static final int listView_noItem=0x7f0a00b8;
public static final int login_account=0x7f0a0094;
public static final int login_accountNote=0x7f0a0095;
public static final int login_errorMessage=0x7f0a009b;
public static final int login_iWantToRegister=0x7f0a0097;
public static final int login_nowLogining=0x7f0a0098;
public static final int login_password=0x7f0a0096;
public static final int login_plzCheckEmailFormat=0x7f0a009c;
/** login xml and LoginActivity java
*/
public static final int login_title=0x7f0a0093;
public static final int login_welcomeMessage1=0x7f0a0099;
public static final int login_welcomeMessage2=0x7f0a009a;
public static final int map_getInformation=0x7f0a00a0;
public static final int map_markerForConfirm=0x7f0a00a1;
public static final int map_snipetEndTime=0x7f0a00a3;
public static final int map_snipetStartTime=0x7f0a00a2;
public static final int mapdragger_alertCautionMessage=0x7f0a009f;
public static final int mapdragger_alertCautionTitle=0x7f0a009e;
/** For those map use
*/
public static final int mapdragger_reset=0x7f0a009d;
public static final int mapdragger_updateLocationMes=0x7f0a00a5;
public static final int mapdragger_updatingOurLocation=0x7f0a00a4;
public static final int menu_addStore=0x7f0a00c7;
public static final int menu_cancel=0x7f0a00c3;
public static final int menu_confirm=0x7f0a00c2;
public static final int menu_delete=0x7f0a00be;
public static final int menu_editLocation=0x7f0a00c4;
public static final int menu_force_input=0x7f0a00cd;
public static final int menu_login=0x7f0a00c5;
public static final int menu_logout=0x7f0a00c8;
public static final int menu_map=0x7f0a00c9;
public static final int menu_mapLocation=0x7f0a00bf;
public static final int menu_maprefresh=0x7f0a00bc;
public static final int menu_modify=0x7f0a00bd;
public static final int menu_modifyLocation=0x7f0a00bb;
public static final int menu_navgation_map=0x7f0a00cb;
public static final int menu_reflesh_list=0x7f0a00cc;
public static final int menu_refresh=0x7f0a00c6;
public static final int menu_register=0x7f0a00ca;
public static final int menu_save=0x7f0a00c1;
public static final int menu_sendinfor=0x7f0a00ba;
public static final int menu_shopkeeper=0x7f0a00c0;
public static final int photoPreview_okayAndUpload=0x7f0a0035;
public static final int pull_to_refresh_pull_label=0x7f0a000d;
public static final int pull_to_refresh_refreshing_label=0x7f0a000f;
public static final int pull_to_refresh_release_label=0x7f0a000e;
/** register xml and RegisterActivity java
*/
public static final int register_Title=0x7f0a00a6;
public static final int register_alertComfirmMes=0x7f0a00b0;
public static final int register_errorOccured=0x7f0a00af;
public static final int register_exitRegisterPageMes=0x7f0a00b3;
public static final int register_nickName=0x7f0a00a9;
public static final int register_passwordAgain=0x7f0a00a7;
public static final int register_passwordNotSame=0x7f0a00b2;
public static final int register_phone=0x7f0a00a8;
public static final int register_registing=0x7f0a00ae;
public static final int register_sex=0x7f0a00aa;
public static final int register_sex_boy=0x7f0a00ac;
public static final int register_sex_girl=0x7f0a00ab;
public static final int register_sex_xsex=0x7f0a00ad;
public static final int register_toastEmailFormatOrEmpty=0x7f0a00b1;
public static final int sampleAddress=0x7f0a002d;
public static final int search_noItem=0x7f0a00b7;
public static final int search_noString=0x7f0a00b6;
/** sidebar use
*/
public static final int sidebar_searchTitle=0x7f0a00b4;
public static final int sidebar_tagsTitle=0x7f0a00b5;
public static final int splash_alertNetErrorMes=0x7f0a0037;
public static final int splash_alertNetErrorTitle=0x7f0a0036;
public static final int store_address=0x7f0a0030;
public static final int store_name=0x7f0a002e;
public static final int user_Mes=0x7f0a0034;
public static final int waitForGps=0x7f0a002b;
}
public static final class style {
public static final int ActionBar_Solid_Myfivetry=0x7f0b005d;
public static final int ActionBar_Transparent_Myfivetry=0x7f0b005e;
public static final int ActionBarTabStyle_Myfivetry=0x7f0b0061;
public static final int ActionButton_CloseMode_Myfivetry=0x7f0b0064;
/**
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.
Base application theme for API 11+. This theme completely replaces
AppBaseTheme from res/values/styles.xml on API 11+ devices.
API 11 theme customizations can go here.
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
API 14 theme customizations can go here.
*/
public static final int AppBaseTheme=0x7f0b005a;
/** Application theme.
All customizations that are NOT specific to a particular API-level can go here.
*/
public static final int AppTheme=0x7f0b005b;
public static final int DropDownListView_Myfivetry=0x7f0b0060;
public static final int DropDownNav_Myfivetry=0x7f0b0062;
public static final int PopupMenu_Myfivetry=0x7f0b005f;
public static final int ProgressBar_Myfivetry=0x7f0b0063;
public static final int Sherlock___TextAppearance_Small=0x7f0b0046;
public static final int Sherlock___Theme=0x7f0b0051;
public static final int Sherlock___Theme_DarkActionBar=0x7f0b0053;
public static final int Sherlock___Theme_Light=0x7f0b0052;
public static final int Sherlock___Widget_ActionBar=0x7f0b0001;
public static final int Sherlock___Widget_ActionMode=0x7f0b0016;
public static final int Sherlock___Widget_ActivityChooserView=0x7f0b001e;
public static final int Sherlock___Widget_Holo_DropDownItem=0x7f0b0029;
public static final int Sherlock___Widget_Holo_ListView=0x7f0b0026;
public static final int Sherlock___Widget_Holo_Spinner=0x7f0b0023;
public static final int Sherlock___Widget_SearchAutoCompleteTextView=0x7f0b0033;
public static final int TextAppearance_Sherlock=0x7f0b004a;
public static final int TextAppearance_Sherlock_Light_SearchResult=0x7f0b004e;
public static final int TextAppearance_Sherlock_Light_SearchResult_Subtitle=0x7f0b0050;
public static final int TextAppearance_Sherlock_Light_SearchResult_Title=0x7f0b004f;
public static final int TextAppearance_Sherlock_Light_Small=0x7f0b0048;
public static final int TextAppearance_Sherlock_Light_Widget_PopupMenu_Large=0x7f0b0041;
public static final int TextAppearance_Sherlock_Light_Widget_PopupMenu_Small=0x7f0b0043;
public static final int TextAppearance_Sherlock_SearchResult=0x7f0b004b;
public static final int TextAppearance_Sherlock_SearchResult_Subtitle=0x7f0b004d;
public static final int TextAppearance_Sherlock_SearchResult_Title=0x7f0b004c;
public static final int TextAppearance_Sherlock_Small=0x7f0b0047;
public static final int TextAppearance_Sherlock_Widget_ActionBar_Menu=0x7f0b0036;
public static final int TextAppearance_Sherlock_Widget_ActionBar_Subtitle=0x7f0b0039;
public static final int TextAppearance_Sherlock_Widget_ActionBar_Subtitle_Inverse=0x7f0b003a;
public static final int TextAppearance_Sherlock_Widget_ActionBar_Title=0x7f0b0037;
public static final int TextAppearance_Sherlock_Widget_ActionBar_Title_Inverse=0x7f0b0038;
public static final int TextAppearance_Sherlock_Widget_ActionMode_Subtitle=0x7f0b003d;
public static final int TextAppearance_Sherlock_Widget_ActionMode_Subtitle_Inverse=0x7f0b003e;
public static final int TextAppearance_Sherlock_Widget_ActionMode_Title=0x7f0b003b;
public static final int TextAppearance_Sherlock_Widget_ActionMode_Title_Inverse=0x7f0b003c;
public static final int TextAppearance_Sherlock_Widget_DropDownHint=0x7f0b0049;
public static final int TextAppearance_Sherlock_Widget_DropDownItem=0x7f0b0045;
public static final int TextAppearance_Sherlock_Widget_PopupMenu=0x7f0b003f;
public static final int TextAppearance_Sherlock_Widget_PopupMenu_Large=0x7f0b0040;
public static final int TextAppearance_Sherlock_Widget_PopupMenu_Small=0x7f0b0042;
public static final int TextAppearance_Sherlock_Widget_TextView_SpinnerItem=0x7f0b0044;
public static final int Theme_Myfivetry=0x7f0b005c;
/** this style is only referenced in a Light.DarkActionBar based theme
this style is only referenced in a Light.DarkActionBar based theme
*/
public static final int Theme_Myfivetry_Widget=0x7f0b0065;
public static final int Theme_Sherlock=0x7f0b0054;
public static final int Theme_Sherlock_Light=0x7f0b0055;
public static final int Theme_Sherlock_Light_DarkActionBar=0x7f0b0056;
public static final int Theme_Sherlock_Light_NoActionBar=0x7f0b0058;
public static final int Theme_Sherlock_NoActionBar=0x7f0b0057;
public static final int Widget=0x7f0b0000;
public static final int Widget_PullToRefresh_ProgressBar_Horizontal_Center=0x7f0b0059;
public static final int Widget_Sherlock_ActionBar=0x7f0b0002;
public static final int Widget_Sherlock_ActionBar_Solid=0x7f0b0003;
public static final int Widget_Sherlock_ActionBar_TabBar=0x7f0b000a;
public static final int Widget_Sherlock_ActionBar_TabText=0x7f0b000d;
public static final int Widget_Sherlock_ActionBar_TabView=0x7f0b0007;
public static final int Widget_Sherlock_ActionButton=0x7f0b0010;
public static final int Widget_Sherlock_ActionButton_CloseMode=0x7f0b0012;
public static final int Widget_Sherlock_ActionButton_Overflow=0x7f0b0014;
public static final int Widget_Sherlock_ActionMode=0x7f0b0017;
public static final int Widget_Sherlock_ActivityChooserView=0x7f0b001f;
public static final int Widget_Sherlock_Button_Small=0x7f0b0021;
public static final int Widget_Sherlock_DropDownItem_Spinner=0x7f0b002a;
public static final int Widget_Sherlock_Light_ActionBar=0x7f0b0004;
public static final int Widget_Sherlock_Light_ActionBar_Solid=0x7f0b0005;
public static final int Widget_Sherlock_Light_ActionBar_Solid_Inverse=0x7f0b0006;
public static final int Widget_Sherlock_Light_ActionBar_TabBar=0x7f0b000b;
public static final int Widget_Sherlock_Light_ActionBar_TabBar_Inverse=0x7f0b000c;
public static final int Widget_Sherlock_Light_ActionBar_TabText=0x7f0b000e;
public static final int Widget_Sherlock_Light_ActionBar_TabText_Inverse=0x7f0b000f;
public static final int Widget_Sherlock_Light_ActionBar_TabView=0x7f0b0008;
public static final int Widget_Sherlock_Light_ActionBar_TabView_Inverse=0x7f0b0009;
public static final int Widget_Sherlock_Light_ActionButton=0x7f0b0011;
public static final int Widget_Sherlock_Light_ActionButton_CloseMode=0x7f0b0013;
public static final int Widget_Sherlock_Light_ActionButton_Overflow=0x7f0b0015;
public static final int Widget_Sherlock_Light_ActionMode=0x7f0b0018;
public static final int Widget_Sherlock_Light_ActionMode_Inverse=0x7f0b0019;
public static final int Widget_Sherlock_Light_ActivityChooserView=0x7f0b0020;
public static final int Widget_Sherlock_Light_Button_Small=0x7f0b0022;
public static final int Widget_Sherlock_Light_DropDownItem_Spinner=0x7f0b002b;
public static final int Widget_Sherlock_Light_ListPopupWindow=0x7f0b001b;
public static final int Widget_Sherlock_Light_ListView_DropDown=0x7f0b0028;
public static final int Widget_Sherlock_Light_PopupMenu=0x7f0b001d;
public static final int Widget_Sherlock_Light_PopupWindow_ActionMode=0x7f0b002d;
public static final int Widget_Sherlock_Light_ProgressBar=0x7f0b002f;
public static final int Widget_Sherlock_Light_ProgressBar_Horizontal=0x7f0b0031;
public static final int Widget_Sherlock_Light_SearchAutoCompleteTextView=0x7f0b0035;
public static final int Widget_Sherlock_Light_Spinner_DropDown_ActionBar=0x7f0b0025;
public static final int Widget_Sherlock_ListPopupWindow=0x7f0b001a;
public static final int Widget_Sherlock_ListView_DropDown=0x7f0b0027;
public static final int Widget_Sherlock_PopupMenu=0x7f0b001c;
public static final int Widget_Sherlock_PopupWindow_ActionMode=0x7f0b002c;
public static final int Widget_Sherlock_ProgressBar=0x7f0b002e;
public static final int Widget_Sherlock_ProgressBar_Horizontal=0x7f0b0030;
public static final int Widget_Sherlock_SearchAutoCompleteTextView=0x7f0b0034;
public static final int Widget_Sherlock_Spinner_DropDown_ActionBar=0x7f0b0024;
public static final int Widget_Sherlock_TextView_SpinnerItem=0x7f0b0032;
public static final int dialog_animation=0x7f0b0067;
public static final int lightbox_dialog=0x7f0b0066;
}
public static final class styleable {
/** Attributes that can be used with a MapAttrs.
<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 #MapAttrs_cameraBearing com.example.mysql_tester:cameraBearing}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTargetLat com.example.mysql_tester:cameraTargetLat}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTargetLng com.example.mysql_tester:cameraTargetLng}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraTilt com.example.mysql_tester:cameraTilt}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_cameraZoom com.example.mysql_tester:cameraZoom}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_mapType com.example.mysql_tester:mapType}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiCompass com.example.mysql_tester:uiCompass}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiRotateGestures com.example.mysql_tester:uiRotateGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiScrollGestures com.example.mysql_tester:uiScrollGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiTiltGestures com.example.mysql_tester:uiTiltGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiZoomControls com.example.mysql_tester:uiZoomControls}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_uiZoomGestures com.example.mysql_tester:uiZoomGestures}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_useViewLifecycle com.example.mysql_tester:useViewLifecycle}</code></td><td></td></tr>
<tr><td><code>{@link #MapAttrs_zOrderOnTop com.example.mysql_tester:zOrderOnTop}</code></td><td></td></tr>
</table>
@see #MapAttrs_cameraBearing
@see #MapAttrs_cameraTargetLat
@see #MapAttrs_cameraTargetLng
@see #MapAttrs_cameraTilt
@see #MapAttrs_cameraZoom
@see #MapAttrs_mapType
@see #MapAttrs_uiCompass
@see #MapAttrs_uiRotateGestures
@see #MapAttrs_uiScrollGestures
@see #MapAttrs_uiTiltGestures
@see #MapAttrs_uiZoomControls
@see #MapAttrs_uiZoomGestures
@see #MapAttrs_useViewLifecycle
@see #MapAttrs_zOrderOnTop
*/
public static final int[] MapAttrs = {
0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073,
0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077,
0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b,
0x7f01007c, 0x7f01007d
};
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#cameraBearing}
attribute's value can be found in the {@link #MapAttrs} array.
<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.
@attr name com.example.mysql_tester:cameraBearing
*/
public static final int MapAttrs_cameraBearing = 1;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#cameraTargetLat}
attribute's value can be found in the {@link #MapAttrs} array.
<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.
@attr name com.example.mysql_tester:cameraTargetLat
*/
public static final int MapAttrs_cameraTargetLat = 2;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#cameraTargetLng}
attribute's value can be found in the {@link #MapAttrs} array.
<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.
@attr name com.example.mysql_tester:cameraTargetLng
*/
public static final int MapAttrs_cameraTargetLng = 3;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#cameraTilt}
attribute's value can be found in the {@link #MapAttrs} array.
<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.
@attr name com.example.mysql_tester:cameraTilt
*/
public static final int MapAttrs_cameraTilt = 4;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#cameraZoom}
attribute's value can be found in the {@link #MapAttrs} array.
<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.
@attr name com.example.mysql_tester:cameraZoom
*/
public static final int MapAttrs_cameraZoom = 5;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#mapType}
attribute's value can be found in the {@link #MapAttrs} array.
<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>normal</code></td><td>1</td><td></td></tr>
<tr><td><code>satellite</code></td><td>2</td><td></td></tr>
<tr><td><code>terrain</code></td><td>3</td><td></td></tr>
<tr><td><code>hybrid</code></td><td>4</td><td></td></tr>
</table>
@attr name com.example.mysql_tester:mapType
*/
public static final int MapAttrs_mapType = 0;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#uiCompass}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:uiCompass
*/
public static final int MapAttrs_uiCompass = 6;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#uiRotateGestures}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:uiRotateGestures
*/
public static final int MapAttrs_uiRotateGestures = 7;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#uiScrollGestures}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:uiScrollGestures
*/
public static final int MapAttrs_uiScrollGestures = 8;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#uiTiltGestures}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:uiTiltGestures
*/
public static final int MapAttrs_uiTiltGestures = 9;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#uiZoomControls}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:uiZoomControls
*/
public static final int MapAttrs_uiZoomControls = 10;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#uiZoomGestures}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:uiZoomGestures
*/
public static final int MapAttrs_uiZoomGestures = 11;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#useViewLifecycle}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:useViewLifecycle
*/
public static final int MapAttrs_useViewLifecycle = 12;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#zOrderOnTop}
attribute's value can be found in the {@link #MapAttrs} 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.example.mysql_tester:zOrderOnTop
*/
public static final int MapAttrs_zOrderOnTop = 13;
/** Attributes used to style the Action Bar.
<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 #SherlockActionBar_background com.example.mysql_tester:background}</code></td><td> Specifies a background drawable for the action bar.</td></tr>
<tr><td><code>{@link #SherlockActionBar_backgroundSplit com.example.mysql_tester:backgroundSplit}</code></td><td> Specifies a background drawable for the bottom component of a split action bar.</td></tr>
<tr><td><code>{@link #SherlockActionBar_backgroundStacked com.example.mysql_tester:backgroundStacked}</code></td><td> Specifies a background drawable for a second stacked row of the action bar.</td></tr>
<tr><td><code>{@link #SherlockActionBar_customNavigationLayout com.example.mysql_tester:customNavigationLayout}</code></td><td> Specifies a layout for custom navigation.</td></tr>
<tr><td><code>{@link #SherlockActionBar_displayOptions com.example.mysql_tester:displayOptions}</code></td><td> Options affecting how the action bar is displayed.</td></tr>
<tr><td><code>{@link #SherlockActionBar_divider com.example.mysql_tester:divider}</code></td><td> Specifies the drawable used for item dividers.</td></tr>
<tr><td><code>{@link #SherlockActionBar_height com.example.mysql_tester:height}</code></td><td> Specifies a fixed height.</td></tr>
<tr><td><code>{@link #SherlockActionBar_homeLayout com.example.mysql_tester:homeLayout}</code></td><td> Specifies a layout to use for the "home" section of the action bar.</td></tr>
<tr><td><code>{@link #SherlockActionBar_icon com.example.mysql_tester:icon}</code></td><td> Specifies the drawable used for the application icon.</td></tr>
<tr><td><code>{@link #SherlockActionBar_indeterminateProgressStyle com.example.mysql_tester:indeterminateProgressStyle}</code></td><td> Specifies a style resource to use for an indeterminate progress spinner.</td></tr>
<tr><td><code>{@link #SherlockActionBar_itemPadding com.example.mysql_tester: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 #SherlockActionBar_logo com.example.mysql_tester:logo}</code></td><td> Specifies the drawable used for the application logo.</td></tr>
<tr><td><code>{@link #SherlockActionBar_navigationMode com.example.mysql_tester:navigationMode}</code></td><td> The type of navigation to use.</td></tr>
<tr><td><code>{@link #SherlockActionBar_progressBarPadding com.example.mysql_tester:progressBarPadding}</code></td><td> Specifies the horizontal padding on either end for an embedded progress bar.</td></tr>
<tr><td><code>{@link #SherlockActionBar_progressBarStyle com.example.mysql_tester:progressBarStyle}</code></td><td> Specifies a style resource to use for an embedded progress bar.</td></tr>
<tr><td><code>{@link #SherlockActionBar_subtitle com.example.mysql_tester:subtitle}</code></td><td> Specifies subtitle text used for navigationMode="normal" </td></tr>
<tr><td><code>{@link #SherlockActionBar_subtitleTextStyle com.example.mysql_tester:subtitleTextStyle}</code></td><td> Specifies a style to use for subtitle text.</td></tr>
<tr><td><code>{@link #SherlockActionBar_title com.example.mysql_tester:title}</code></td><td> Specifies title text used for navigationMode="normal" </td></tr>
<tr><td><code>{@link #SherlockActionBar_titleTextStyle com.example.mysql_tester:titleTextStyle}</code></td><td> Specifies a style to use for title text.</td></tr>
</table>
@see #SherlockActionBar_background
@see #SherlockActionBar_backgroundSplit
@see #SherlockActionBar_backgroundStacked
@see #SherlockActionBar_customNavigationLayout
@see #SherlockActionBar_displayOptions
@see #SherlockActionBar_divider
@see #SherlockActionBar_height
@see #SherlockActionBar_homeLayout
@see #SherlockActionBar_icon
@see #SherlockActionBar_indeterminateProgressStyle
@see #SherlockActionBar_itemPadding
@see #SherlockActionBar_logo
@see #SherlockActionBar_navigationMode
@see #SherlockActionBar_progressBarPadding
@see #SherlockActionBar_progressBarStyle
@see #SherlockActionBar_subtitle
@see #SherlockActionBar_subtitleTextStyle
@see #SherlockActionBar_title
@see #SherlockActionBar_titleTextStyle
*/
public static final int[] SherlockActionBar = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004, 0x7f010005, 0x7f010049, 0x7f01004a,
0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e,
0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052,
0x7f010053, 0x7f010054, 0x7f010055
};
/**
<p>
@attr description
Specifies a background drawable for 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.example.mysql_tester:background
*/
public static final int SherlockActionBar_background = 2;
/**
<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.example.mysql_tester:backgroundSplit
*/
public static final int SherlockActionBar_backgroundSplit = 3;
/**
<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.example.mysql_tester:backgroundStacked
*/
public static final int SherlockActionBar_backgroundStacked = 12;
/**
<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.example.mysql_tester:customNavigationLayout
*/
public static final int SherlockActionBar_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.example.mysql_tester:displayOptions
*/
public static final int SherlockActionBar_displayOptions = 7;
/**
<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.example.mysql_tester:divider
*/
public static final int SherlockActionBar_divider = 5;
/**
<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.example.mysql_tester:height
*/
public static final int SherlockActionBar_height = 4;
/**
<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.example.mysql_tester:homeLayout
*/
public static final int SherlockActionBar_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.example.mysql_tester:icon
*/
public static final int SherlockActionBar_icon = 10;
/**
<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.example.mysql_tester:indeterminateProgressStyle
*/
public static final int SherlockActionBar_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.example.mysql_tester:itemPadding
*/
public static final int SherlockActionBar_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.example.mysql_tester:logo
*/
public static final int SherlockActionBar_logo = 11;
/**
<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.example.mysql_tester:navigationMode
*/
public static final int SherlockActionBar_navigationMode = 6;
/**
<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.example.mysql_tester:progressBarPadding
*/
public static final int SherlockActionBar_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.example.mysql_tester:progressBarStyle
*/
public static final int SherlockActionBar_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.example.mysql_tester:subtitle
*/
public static final int SherlockActionBar_subtitle = 9;
/**
<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.example.mysql_tester:subtitleTextStyle
*/
public static final int SherlockActionBar_subtitleTextStyle = 1;
/**
<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.example.mysql_tester:title
*/
public static final int SherlockActionBar_title = 8;
/**
<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.example.mysql_tester:titleTextStyle
*/
public static final int SherlockActionBar_titleTextStyle = 0;
/** Attributes that can be used with a SherlockActionMenuItemView.
<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 #SherlockActionMenuItemView_android_minWidth android:minWidth}</code></td><td></td></tr>
</table>
@see #SherlockActionMenuItemView_android_minWidth
*/
public static final int[] SherlockActionMenuItemView = {
0x0101013f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#minWidth}
attribute's value can be found in the {@link #SherlockActionMenuItemView} array.
@attr name android:minWidth
*/
public static final int SherlockActionMenuItemView_android_minWidth = 0;
/** Attributes that can be used with a SherlockActionMode.
<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 #SherlockActionMode_background com.example.mysql_tester:background}</code></td><td> Specifies a background for the action mode bar.</td></tr>
<tr><td><code>{@link #SherlockActionMode_backgroundSplit com.example.mysql_tester:backgroundSplit}</code></td><td> Specifies a background for the split action mode bar.</td></tr>
<tr><td><code>{@link #SherlockActionMode_height com.example.mysql_tester:height}</code></td><td> Specifies a fixed height for the action mode bar.</td></tr>
<tr><td><code>{@link #SherlockActionMode_subtitleTextStyle com.example.mysql_tester:subtitleTextStyle}</code></td><td> Specifies a style to use for subtitle text.</td></tr>
<tr><td><code>{@link #SherlockActionMode_titleTextStyle com.example.mysql_tester:titleTextStyle}</code></td><td> Specifies a style to use for title text.</td></tr>
</table>
@see #SherlockActionMode_background
@see #SherlockActionMode_backgroundSplit
@see #SherlockActionMode_height
@see #SherlockActionMode_subtitleTextStyle
@see #SherlockActionMode_titleTextStyle
*/
public static final int[] SherlockActionMode = {
0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003,
0x7f010004
};
/**
<p>
@attr description
Specifies a background for the 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.example.mysql_tester:background
*/
public static final int SherlockActionMode_background = 2;
/**
<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.example.mysql_tester:backgroundSplit
*/
public static final int SherlockActionMode_backgroundSplit = 3;
/**
<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.example.mysql_tester:height
*/
public static final int SherlockActionMode_height = 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.example.mysql_tester:subtitleTextStyle
*/
public static final int SherlockActionMode_subtitleTextStyle = 1;
/**
<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.example.mysql_tester:titleTextStyle
*/
public static final int SherlockActionMode_titleTextStyle = 0;
/** Attributes that can be used with a SherlockActivityChooserView.
<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 #SherlockActivityChooserView_android_background android:background}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockActivityChooserView_expandActivityOverflowButtonDrawable com.example.mysql_tester:expandActivityOverflowButtonDrawable}</code></td><td> The drawable to show in the button for expanding the activities overflow popup.</td></tr>
<tr><td><code>{@link #SherlockActivityChooserView_initialActivityCount com.example.mysql_tester:initialActivityCount}</code></td><td> The maximal number of items initially shown in the activity list.</td></tr>
</table>
@see #SherlockActivityChooserView_android_background
@see #SherlockActivityChooserView_expandActivityOverflowButtonDrawable
@see #SherlockActivityChooserView_initialActivityCount
*/
public static final int[] SherlockActivityChooserView = {
0x010100d4, 0x7f01005e, 0x7f01005f
};
/**
<p>This symbol is the offset where the {@link android.R.attr#background}
attribute's value can be found in the {@link #SherlockActivityChooserView} array.
@attr name android:background
*/
public static final int SherlockActivityChooserView_android_background = 0;
/**
<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.example.mysql_tester:expandActivityOverflowButtonDrawable
*/
public static final int SherlockActivityChooserView_expandActivityOverflowButtonDrawable = 2;
/**
<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.example.mysql_tester:initialActivityCount
*/
public static final int SherlockActivityChooserView_initialActivityCount = 1;
/** 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 #SherlockMenuGroup_android_checkableBehavior android:checkableBehavior}</code></td><td> Whether the items are capable of displaying a check mark.</td></tr>
<tr><td><code>{@link #SherlockMenuGroup_android_enabled android:enabled}</code></td><td> Whether the items are enabled.</td></tr>
<tr><td><code>{@link #SherlockMenuGroup_android_id android:id}</code></td><td> The ID of the group.</td></tr>
<tr><td><code>{@link #SherlockMenuGroup_android_menuCategory android:menuCategory}</code></td><td> The category applied to all items within this group.</td></tr>
<tr><td><code>{@link #SherlockMenuGroup_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 #SherlockMenuGroup_android_visible android:visible}</code></td><td> Whether the items are shown/visible.</td></tr>
</table>
@see #SherlockMenuGroup_android_checkableBehavior
@see #SherlockMenuGroup_android_enabled
@see #SherlockMenuGroup_android_id
@see #SherlockMenuGroup_android_menuCategory
@see #SherlockMenuGroup_android_orderInCategory
@see #SherlockMenuGroup_android_visible
*/
public static final int[] SherlockMenuGroup = {
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 SherlockMenuGroup_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 SherlockMenuGroup_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 SherlockMenuGroup_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 SherlockMenuGroup_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 SherlockMenuGroup_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 SherlockMenuGroup_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 #SherlockMenuItem_android_actionLayout android:actionLayout}</code></td><td> An optional layout to be used as an action view.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_actionProviderClass android: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 #SherlockMenuItem_android_actionViewClass android: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 #SherlockMenuItem_android_alphabeticShortcut android:alphabeticShortcut}</code></td><td> The alphabetic shortcut key.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_checkable android:checkable}</code></td><td> Whether the item is capable of displaying a check mark.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_checked android:checked}</code></td><td> Whether the item is checked.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_enabled android:enabled}</code></td><td> Whether the item is enabled.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_icon android:icon}</code></td><td> The icon associated with this item.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_id android:id}</code></td><td> The ID of the item.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_menuCategory android:menuCategory}</code></td><td> The category applied to the item.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_numericShortcut android:numericShortcut}</code></td><td> The numeric shortcut key.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_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 #SherlockMenuItem_android_orderInCategory android:orderInCategory}</code></td><td> The order within the category applied to the item.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_showAsAction android:showAsAction}</code></td><td> How this item should display in the Action Bar, if present.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_title android:title}</code></td><td> The title associated with the item.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_titleCondensed android:titleCondensed}</code></td><td> The condensed title associated with the item.</td></tr>
<tr><td><code>{@link #SherlockMenuItem_android_visible android:visible}</code></td><td> Whether the item is shown/visible.</td></tr>
</table>
@see #SherlockMenuItem_android_actionLayout
@see #SherlockMenuItem_android_actionProviderClass
@see #SherlockMenuItem_android_actionViewClass
@see #SherlockMenuItem_android_alphabeticShortcut
@see #SherlockMenuItem_android_checkable
@see #SherlockMenuItem_android_checked
@see #SherlockMenuItem_android_enabled
@see #SherlockMenuItem_android_icon
@see #SherlockMenuItem_android_id
@see #SherlockMenuItem_android_menuCategory
@see #SherlockMenuItem_android_numericShortcut
@see #SherlockMenuItem_android_onClick
@see #SherlockMenuItem_android_orderInCategory
@see #SherlockMenuItem_android_showAsAction
@see #SherlockMenuItem_android_title
@see #SherlockMenuItem_android_titleCondensed
@see #SherlockMenuItem_android_visible
*/
public static final int[] SherlockMenuItem = {
0x01010002, 0x0101000e, 0x010100d0, 0x01010106,
0x01010194, 0x010101de, 0x010101df, 0x010101e1,
0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5,
0x0101026f, 0x010102d9, 0x010102fb, 0x010102fc,
0x01010389
};
/**
<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>This corresponds to the global attribute
resource symbol {@link android.R.attr#actionLayout}.
@attr name android:actionLayout
*/
public static final int SherlockMenuItem_android_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>This corresponds to the global attribute
resource symbol {@link android.R.attr#actionProviderClass}.
@attr name android:actionProviderClass
*/
public static final int SherlockMenuItem_android_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>This corresponds to the global attribute
resource symbol {@link android.R.attr#actionViewClass}.
@attr name android:actionViewClass
*/
public static final int SherlockMenuItem_android_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_android_orderInCategory = 6;
/**
<p>
@attr description
How this item should display in the Action Bar, if present.
<p>This corresponds to the global attribute
resource symbol {@link android.R.attr#showAsAction}.
@attr name android:showAsAction
*/
public static final int SherlockMenuItem_android_showAsAction = 13;
/**
<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 SherlockMenuItem_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 SherlockMenuItem_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 SherlockMenuItem_android_visible = 4;
/** Attributes that can be used with a SherlockMenuView.
<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 #SherlockMenuView_headerBackground com.example.mysql_tester:headerBackground}</code></td><td> Default background for the menu header.</td></tr>
<tr><td><code>{@link #SherlockMenuView_horizontalDivider com.example.mysql_tester:horizontalDivider}</code></td><td> Default horizontal divider between rows of menu items.</td></tr>
<tr><td><code>{@link #SherlockMenuView_itemBackground com.example.mysql_tester:itemBackground}</code></td><td> Default background for each menu item.</td></tr>
<tr><td><code>{@link #SherlockMenuView_itemIconDisabledAlpha com.example.mysql_tester:itemIconDisabledAlpha}</code></td><td> Default disabled icon alpha for each menu item that shows an icon.</td></tr>
<tr><td><code>{@link #SherlockMenuView_itemTextAppearance com.example.mysql_tester:itemTextAppearance}</code></td><td> Default appearance of menu item text.</td></tr>
<tr><td><code>{@link #SherlockMenuView_preserveIconSpacing com.example.mysql_tester:preserveIconSpacing}</code></td><td> Whether space should be reserved in layout when an icon is missing.</td></tr>
<tr><td><code>{@link #SherlockMenuView_verticalDivider com.example.mysql_tester:verticalDivider}</code></td><td> Default vertical divider between menu items.</td></tr>
<tr><td><code>{@link #SherlockMenuView_windowAnimationStyle com.example.mysql_tester:windowAnimationStyle}</code></td><td> Default animations for the menu.</td></tr>
</table>
@see #SherlockMenuView_headerBackground
@see #SherlockMenuView_horizontalDivider
@see #SherlockMenuView_itemBackground
@see #SherlockMenuView_itemIconDisabledAlpha
@see #SherlockMenuView_itemTextAppearance
@see #SherlockMenuView_preserveIconSpacing
@see #SherlockMenuView_verticalDivider
@see #SherlockMenuView_windowAnimationStyle
*/
public static final int[] SherlockMenuView = {
0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059,
0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d
};
/**
<p>
@attr description
Default background for the menu header.
<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.example.mysql_tester:headerBackground
*/
public static final int SherlockMenuView_headerBackground = 3;
/**
<p>
@attr description
Default horizontal divider between rows of 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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:horizontalDivider
*/
public static final int SherlockMenuView_horizontalDivider = 1;
/**
<p>
@attr description
Default background for each menu item.
<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.example.mysql_tester:itemBackground
*/
public static final int SherlockMenuView_itemBackground = 4;
/**
<p>
@attr description
Default disabled icon alpha for each menu item that shows an icon.
<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.example.mysql_tester:itemIconDisabledAlpha
*/
public static final int SherlockMenuView_itemIconDisabledAlpha = 6;
/**
<p>
@attr description
Default appearance of menu item 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.example.mysql_tester:itemTextAppearance
*/
public static final int SherlockMenuView_itemTextAppearance = 0;
/**
<p>
@attr description
Whether space should be reserved in layout when an icon is missing.
<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.example.mysql_tester:preserveIconSpacing
*/
public static final int SherlockMenuView_preserveIconSpacing = 7;
/**
<p>
@attr description
Default vertical divider between 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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:verticalDivider
*/
public static final int SherlockMenuView_verticalDivider = 2;
/**
<p>
@attr description
Default animations for the 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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:windowAnimationStyle
*/
public static final int SherlockMenuView_windowAnimationStyle = 5;
/** Attributes that can be used with a SherlockSearchView.
<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 #SherlockSearchView_android_imeOptions android:imeOptions}</code></td><td> The IME options to set on the query text field.</td></tr>
<tr><td><code>{@link #SherlockSearchView_android_inputType android:inputType}</code></td><td> The input type to set on the query text field.</td></tr>
<tr><td><code>{@link #SherlockSearchView_android_maxWidth android:maxWidth}</code></td><td> An optional maximum width of the SearchView.</td></tr>
<tr><td><code>{@link #SherlockSearchView_iconifiedByDefault com.example.mysql_tester:iconifiedByDefault}</code></td><td> The default state of the SearchView.</td></tr>
<tr><td><code>{@link #SherlockSearchView_queryHint com.example.mysql_tester:queryHint}</code></td><td> An optional query hint string to be displayed in the empty query field.</td></tr>
</table>
@see #SherlockSearchView_android_imeOptions
@see #SherlockSearchView_android_inputType
@see #SherlockSearchView_android_maxWidth
@see #SherlockSearchView_iconifiedByDefault
@see #SherlockSearchView_queryHint
*/
public static final int[] SherlockSearchView = {
0x0101011f, 0x01010220, 0x01010264, 0x7f010060,
0x7f010061
};
/**
<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 SherlockSearchView_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 SherlockSearchView_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 SherlockSearchView_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.example.mysql_tester:iconifiedByDefault
*/
public static final int SherlockSearchView_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.example.mysql_tester:queryHint
*/
public static final int SherlockSearchView_queryHint = 4;
/** Attributes that can be used with a SherlockSpinner.
<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 #SherlockSpinner_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 #SherlockSpinner_android_dropDownSelector android:dropDownSelector}</code></td><td> List selector to use for spinnerMode="dropdown" display.</td></tr>
<tr><td><code>{@link #SherlockSpinner_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 #SherlockSpinner_android_dropDownWidth android:dropDownWidth}</code></td><td> Width of the dropdown in spinnerMode="dropdown".</td></tr>
<tr><td><code>{@link #SherlockSpinner_android_gravity android:gravity}</code></td><td> Gravity setting for positioning the currently selected item.</td></tr>
<tr><td><code>{@link #SherlockSpinner_android_popupBackground android:popupBackground}</code></td><td> Background drawable to use for the dropdown in spinnerMode="dropdown".</td></tr>
<tr><td><code>{@link #SherlockSpinner_android_popupPromptView android: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 #SherlockSpinner_android_prompt android:prompt}</code></td><td> The prompt to display when the spinner's dialog is shown.</td></tr>
</table>
@see #SherlockSpinner_android_dropDownHorizontalOffset
@see #SherlockSpinner_android_dropDownSelector
@see #SherlockSpinner_android_dropDownVerticalOffset
@see #SherlockSpinner_android_dropDownWidth
@see #SherlockSpinner_android_gravity
@see #SherlockSpinner_android_popupBackground
@see #SherlockSpinner_android_popupPromptView
@see #SherlockSpinner_android_prompt
*/
public static final int[] SherlockSpinner = {
0x010100af, 0x01010175, 0x01010176, 0x0101017b,
0x01010262, 0x010102ac, 0x010102ad, 0x010103fd
};
/**
<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 SherlockSpinner_android_dropDownHorizontalOffset = 5;
/**
<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 SherlockSpinner_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 SherlockSpinner_android_dropDownVerticalOffset = 6;
/**
<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 SherlockSpinner_android_dropDownWidth = 4;
/**
<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 SherlockSpinner_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 SherlockSpinner_android_popupBackground = 2;
/**
<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
@android:id/text1 to be populated with the prompt text.
<p>This is a private symbol.
@attr name android:popupPromptView
*/
public static final int SherlockSpinner_android_popupPromptView = 7;
/**
<p>
@attr description
The prompt to display when the spinner's dialog is shown.
<p>This corresponds to the global attribute
resource symbol {@link android.R.attr#prompt}.
@attr name android:prompt
*/
public static final int SherlockSpinner_android_prompt = 3;
/** Attributes that can be used with a SherlockTheme.
<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 #SherlockTheme_actionBarDivider com.example.mysql_tester:actionBarDivider}</code></td><td> Custom divider drawable to use for elements in the action bar.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarItemBackground com.example.mysql_tester:actionBarItemBackground}</code></td><td> Custom item state list drawable background for action bar items.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarSize com.example.mysql_tester:actionBarSize}</code></td><td> Size of the Action Bar, including the contextual
bar used to present Action Modes.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarSplitStyle com.example.mysql_tester:actionBarSplitStyle}</code></td><td> Reference to a style for the split Action Bar.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarStyle com.example.mysql_tester:actionBarStyle}</code></td><td> Reference to a style for the Action Bar </td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarTabBarStyle com.example.mysql_tester:actionBarTabBarStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarTabStyle com.example.mysql_tester:actionBarTabStyle}</code></td><td> Default style for tabs within an action bar </td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarTabTextStyle com.example.mysql_tester:actionBarTabTextStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionBarWidgetTheme com.example.mysql_tester:actionBarWidgetTheme}</code></td><td> Reference to a theme that should be used to inflate widgets
and layouts destined for the action bar.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionButtonStyle com.example.mysql_tester:actionButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionDropDownStyle com.example.mysql_tester:actionDropDownStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionMenuTextAppearance com.example.mysql_tester:actionMenuTextAppearance}</code></td><td> TextAppearance style that will be applied to text that
appears within action menu items.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionMenuTextColor com.example.mysql_tester:actionMenuTextColor}</code></td><td> Color for text that appears within action menu items.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionModeBackground com.example.mysql_tester:actionModeBackground}</code></td><td> Background drawable to use for action mode UI </td></tr>
<tr><td><code>{@link #SherlockTheme_actionModeCloseButtonStyle com.example.mysql_tester:actionModeCloseButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionModeCloseDrawable com.example.mysql_tester:actionModeCloseDrawable}</code></td><td> Drawable to use for the close action mode button </td></tr>
<tr><td><code>{@link #SherlockTheme_actionModePopupWindowStyle com.example.mysql_tester:actionModePopupWindowStyle}</code></td><td> PopupWindow style to use for action modes when showing as a window overlay.</td></tr>
<tr><td><code>{@link #SherlockTheme_actionModeShareDrawable com.example.mysql_tester:actionModeShareDrawable}</code></td><td> Drawable to use for the Share action button in WebView selection action modes </td></tr>
<tr><td><code>{@link #SherlockTheme_actionModeSplitBackground com.example.mysql_tester:actionModeSplitBackground}</code></td><td> Background drawable to use for action mode UI in the lower split bar </td></tr>
<tr><td><code>{@link #SherlockTheme_actionModeStyle com.example.mysql_tester:actionModeStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionOverflowButtonStyle com.example.mysql_tester:actionOverflowButtonStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_actionSpinnerItemStyle com.example.mysql_tester:actionSpinnerItemStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_activatedBackgroundIndicator com.example.mysql_tester:activatedBackgroundIndicator}</code></td><td> Drawable used as a background for activated items.</td></tr>
<tr><td><code>{@link #SherlockTheme_activityChooserViewStyle com.example.mysql_tester:activityChooserViewStyle}</code></td><td> Default ActivityChooserView style.</td></tr>
<tr><td><code>{@link #SherlockTheme_buttonStyleSmall com.example.mysql_tester:buttonStyleSmall}</code></td><td> Small Button style.</td></tr>
<tr><td><code>{@link #SherlockTheme_dividerVertical com.example.mysql_tester:dividerVertical}</code></td><td> Drawable to use for generic vertical dividers.</td></tr>
<tr><td><code>{@link #SherlockTheme_dropDownHintAppearance com.example.mysql_tester:dropDownHintAppearance}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_dropDownListViewStyle com.example.mysql_tester:dropDownListViewStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_dropdownListPreferredItemHeight com.example.mysql_tester:dropdownListPreferredItemHeight}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_homeAsUpIndicator com.example.mysql_tester:homeAsUpIndicator}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_listPopupWindowStyle com.example.mysql_tester:listPopupWindowStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_listPreferredItemHeightSmall com.example.mysql_tester:listPreferredItemHeightSmall}</code></td><td> A smaller, sleeker list item height.</td></tr>
<tr><td><code>{@link #SherlockTheme_listPreferredItemPaddingLeft com.example.mysql_tester:listPreferredItemPaddingLeft}</code></td><td> The preferred padding along the left edge of list items.</td></tr>
<tr><td><code>{@link #SherlockTheme_listPreferredItemPaddingRight com.example.mysql_tester:listPreferredItemPaddingRight}</code></td><td> The preferred padding along the right edge of list items.</td></tr>
<tr><td><code>{@link #SherlockTheme_popupMenuStyle com.example.mysql_tester:popupMenuStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_searchAutoCompleteTextView com.example.mysql_tester:searchAutoCompleteTextView}</code></td><td> SearchView AutoCompleteTextView style </td></tr>
<tr><td><code>{@link #SherlockTheme_searchDropdownBackground com.example.mysql_tester:searchDropdownBackground}</code></td><td> SearchView dropdown background </td></tr>
<tr><td><code>{@link #SherlockTheme_searchResultListItemHeight com.example.mysql_tester:searchResultListItemHeight}</code></td><td> The list item height for search results.</td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewCloseIcon com.example.mysql_tester:searchViewCloseIcon}</code></td><td> SearchView close button icon </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewEditQuery com.example.mysql_tester:searchViewEditQuery}</code></td><td> SearchView query refinement icon </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewEditQueryBackground com.example.mysql_tester:searchViewEditQueryBackground}</code></td><td> SearchView query refinement icon background </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewGoIcon com.example.mysql_tester:searchViewGoIcon}</code></td><td> SearchView Go button icon </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewSearchIcon com.example.mysql_tester:searchViewSearchIcon}</code></td><td> SearchView Search icon </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewTextField com.example.mysql_tester:searchViewTextField}</code></td><td> SearchView text field background for the left section </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewTextFieldRight com.example.mysql_tester:searchViewTextFieldRight}</code></td><td> SearchView text field background for the right section </td></tr>
<tr><td><code>{@link #SherlockTheme_searchViewVoiceIcon com.example.mysql_tester:searchViewVoiceIcon}</code></td><td> SearchView Voice button icon </td></tr>
<tr><td><code>{@link #SherlockTheme_selectableItemBackground com.example.mysql_tester:selectableItemBackground}</code></td><td> Background drawable for standalone items that need focus/pressed states.</td></tr>
<tr><td><code>{@link #SherlockTheme_spinnerDropDownItemStyle com.example.mysql_tester:spinnerDropDownItemStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_spinnerItemStyle com.example.mysql_tester:spinnerItemStyle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_textAppearanceLargePopupMenu com.example.mysql_tester:textAppearanceLargePopupMenu}</code></td><td> Text color, typeface, size, and style for the text inside of a popup menu.</td></tr>
<tr><td><code>{@link #SherlockTheme_textAppearanceListItemSmall com.example.mysql_tester:textAppearanceListItemSmall}</code></td><td> The preferred TextAppearance for the primary text of small list items.</td></tr>
<tr><td><code>{@link #SherlockTheme_textAppearanceSearchResultSubtitle com.example.mysql_tester:textAppearanceSearchResultSubtitle}</code></td><td> Text color, typeface, size, and style for system search result subtitle.</td></tr>
<tr><td><code>{@link #SherlockTheme_textAppearanceSearchResultTitle com.example.mysql_tester:textAppearanceSearchResultTitle}</code></td><td> Text color, typeface, size, and style for system search result title.</td></tr>
<tr><td><code>{@link #SherlockTheme_textAppearanceSmall com.example.mysql_tester:textAppearanceSmall}</code></td><td> Text color, typeface, size, and style for "small" text.</td></tr>
<tr><td><code>{@link #SherlockTheme_textAppearanceSmallPopupMenu com.example.mysql_tester:textAppearanceSmallPopupMenu}</code></td><td> Text color, typeface, size, and style for small text inside of a popup menu.</td></tr>
<tr><td><code>{@link #SherlockTheme_textColorPrimary com.example.mysql_tester:textColorPrimary}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_textColorPrimaryDisableOnly com.example.mysql_tester:textColorPrimaryDisableOnly}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_textColorPrimaryInverse com.example.mysql_tester:textColorPrimaryInverse}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_textColorSearchUrl com.example.mysql_tester:textColorSearchUrl}</code></td><td> Text color for urls in search suggestions, used by things like global search and the browser.</td></tr>
<tr><td><code>{@link #SherlockTheme_windowActionBar com.example.mysql_tester:windowActionBar}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_windowActionBarOverlay com.example.mysql_tester:windowActionBarOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_windowActionModeOverlay com.example.mysql_tester:windowActionModeOverlay}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_windowContentOverlay com.example.mysql_tester:windowContentOverlay}</code></td><td> This Drawable is overlaid over the foreground of the Window's content area, usually
to place a shadow below the title.</td></tr>
<tr><td><code>{@link #SherlockTheme_windowMinWidthMajor com.example.mysql_tester:windowMinWidthMajor}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_windowMinWidthMinor com.example.mysql_tester:windowMinWidthMinor}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_windowNoTitle com.example.mysql_tester:windowNoTitle}</code></td><td></td></tr>
<tr><td><code>{@link #SherlockTheme_windowSplitActionBar com.example.mysql_tester:windowSplitActionBar}</code></td><td></td></tr>
</table>
@see #SherlockTheme_actionBarDivider
@see #SherlockTheme_actionBarItemBackground
@see #SherlockTheme_actionBarSize
@see #SherlockTheme_actionBarSplitStyle
@see #SherlockTheme_actionBarStyle
@see #SherlockTheme_actionBarTabBarStyle
@see #SherlockTheme_actionBarTabStyle
@see #SherlockTheme_actionBarTabTextStyle
@see #SherlockTheme_actionBarWidgetTheme
@see #SherlockTheme_actionButtonStyle
@see #SherlockTheme_actionDropDownStyle
@see #SherlockTheme_actionMenuTextAppearance
@see #SherlockTheme_actionMenuTextColor
@see #SherlockTheme_actionModeBackground
@see #SherlockTheme_actionModeCloseButtonStyle
@see #SherlockTheme_actionModeCloseDrawable
@see #SherlockTheme_actionModePopupWindowStyle
@see #SherlockTheme_actionModeShareDrawable
@see #SherlockTheme_actionModeSplitBackground
@see #SherlockTheme_actionModeStyle
@see #SherlockTheme_actionOverflowButtonStyle
@see #SherlockTheme_actionSpinnerItemStyle
@see #SherlockTheme_activatedBackgroundIndicator
@see #SherlockTheme_activityChooserViewStyle
@see #SherlockTheme_buttonStyleSmall
@see #SherlockTheme_dividerVertical
@see #SherlockTheme_dropDownHintAppearance
@see #SherlockTheme_dropDownListViewStyle
@see #SherlockTheme_dropdownListPreferredItemHeight
@see #SherlockTheme_homeAsUpIndicator
@see #SherlockTheme_listPopupWindowStyle
@see #SherlockTheme_listPreferredItemHeightSmall
@see #SherlockTheme_listPreferredItemPaddingLeft
@see #SherlockTheme_listPreferredItemPaddingRight
@see #SherlockTheme_popupMenuStyle
@see #SherlockTheme_searchAutoCompleteTextView
@see #SherlockTheme_searchDropdownBackground
@see #SherlockTheme_searchResultListItemHeight
@see #SherlockTheme_searchViewCloseIcon
@see #SherlockTheme_searchViewEditQuery
@see #SherlockTheme_searchViewEditQueryBackground
@see #SherlockTheme_searchViewGoIcon
@see #SherlockTheme_searchViewSearchIcon
@see #SherlockTheme_searchViewTextField
@see #SherlockTheme_searchViewTextFieldRight
@see #SherlockTheme_searchViewVoiceIcon
@see #SherlockTheme_selectableItemBackground
@see #SherlockTheme_spinnerDropDownItemStyle
@see #SherlockTheme_spinnerItemStyle
@see #SherlockTheme_textAppearanceLargePopupMenu
@see #SherlockTheme_textAppearanceListItemSmall
@see #SherlockTheme_textAppearanceSearchResultSubtitle
@see #SherlockTheme_textAppearanceSearchResultTitle
@see #SherlockTheme_textAppearanceSmall
@see #SherlockTheme_textAppearanceSmallPopupMenu
@see #SherlockTheme_textColorPrimary
@see #SherlockTheme_textColorPrimaryDisableOnly
@see #SherlockTheme_textColorPrimaryInverse
@see #SherlockTheme_textColorSearchUrl
@see #SherlockTheme_windowActionBar
@see #SherlockTheme_windowActionBarOverlay
@see #SherlockTheme_windowActionModeOverlay
@see #SherlockTheme_windowContentOverlay
@see #SherlockTheme_windowMinWidthMajor
@see #SherlockTheme_windowMinWidthMinor
@see #SherlockTheme_windowNoTitle
@see #SherlockTheme_windowSplitActionBar
*/
public static final int[] SherlockTheme = {
0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009,
0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d,
0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011,
0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015,
0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019,
0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d,
0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021,
0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025,
0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029,
0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d,
0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031,
0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035,
0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039,
0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d,
0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041,
0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045,
0x7f010046, 0x7f010047, 0x7f010048
};
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionBarDivider
*/
public static final int SherlockTheme_actionBarDivider = 8;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionBarItemBackground
*/
public static final int SherlockTheme_actionBarItemBackground = 9;
/**
<p>
@attr description
Size of the Action Bar, including the contextual
bar used to present Action Modes.
<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>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></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>wrap_content</code></td><td>0</td><td></td></tr>
</table>
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionBarSize
*/
public static final int SherlockTheme_actionBarSize = 7;
/**
<p>
@attr description
Reference to a style for the split Action Bar. This style
controls the split component that holds the menu/action
buttons. actionBarStyle is still used for the primary
bar.
<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.example.mysql_tester:actionBarSplitStyle
*/
public static final int SherlockTheme_actionBarSplitStyle = 5;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionBarStyle
*/
public static final int SherlockTheme_actionBarStyle = 4;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionBarTabBarStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionBarTabBarStyle
*/
public static final int SherlockTheme_actionBarTabBarStyle = 1;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionBarTabStyle
*/
public static final int SherlockTheme_actionBarTabStyle = 0;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionBarTabTextStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionBarTabTextStyle
*/
public static final int SherlockTheme_actionBarTabTextStyle = 2;
/**
<p>
@attr description
Reference to a theme that should be used to inflate widgets
and layouts destined for the action bar. Most of the time
this will be a reference to the current theme, but when
the action bar has a significantly different contrast
profile than the rest of the activity the difference
can become important. If this is set to @null the current
theme will be used.
<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.example.mysql_tester:actionBarWidgetTheme
*/
public static final int SherlockTheme_actionBarWidgetTheme = 6;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionButtonStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionButtonStyle
*/
public static final int SherlockTheme_actionButtonStyle = 52;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionDropDownStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionDropDownStyle
*/
public static final int SherlockTheme_actionDropDownStyle = 51;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionMenuTextAppearance
*/
public static final int SherlockTheme_actionMenuTextAppearance = 10;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionMenuTextColor
*/
public static final int SherlockTheme_actionMenuTextColor = 11;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionModeBackground
*/
public static final int SherlockTheme_actionModeBackground = 14;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionModeCloseButtonStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionModeCloseButtonStyle
*/
public static final int SherlockTheme_actionModeCloseButtonStyle = 13;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionModeCloseDrawable
*/
public static final int SherlockTheme_actionModeCloseDrawable = 16;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionModePopupWindowStyle
*/
public static final int SherlockTheme_actionModePopupWindowStyle = 18;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionModeShareDrawable
*/
public static final int SherlockTheme_actionModeShareDrawable = 17;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:actionModeSplitBackground
*/
public static final int SherlockTheme_actionModeSplitBackground = 15;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionModeStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionModeStyle
*/
public static final int SherlockTheme_actionModeStyle = 12;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionOverflowButtonStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionOverflowButtonStyle
*/
public static final int SherlockTheme_actionOverflowButtonStyle = 3;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#actionSpinnerItemStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:actionSpinnerItemStyle
*/
public static final int SherlockTheme_actionSpinnerItemStyle = 57;
/**
<p>
@attr description
Drawable used as a background for activated 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.example.mysql_tester:activatedBackgroundIndicator
*/
public static final int SherlockTheme_activatedBackgroundIndicator = 65;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:activityChooserViewStyle
*/
public static final int SherlockTheme_activityChooserViewStyle = 64;
/**
<p>
@attr description
Small 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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:buttonStyleSmall
*/
public static final int SherlockTheme_buttonStyleSmall = 19;
/**
<p>
@attr description
Drawable to use for generic vertical 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.example.mysql_tester:dividerVertical
*/
public static final int SherlockTheme_dividerVertical = 50;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#dropDownHintAppearance}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:dropDownHintAppearance
*/
public static final int SherlockTheme_dropDownHintAppearance = 66;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#dropDownListViewStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:dropDownListViewStyle
*/
public static final int SherlockTheme_dropDownListViewStyle = 54;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#dropdownListPreferredItemHeight}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:dropdownListPreferredItemHeight
*/
public static final int SherlockTheme_dropdownListPreferredItemHeight = 56;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#homeAsUpIndicator}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:homeAsUpIndicator
*/
public static final int SherlockTheme_homeAsUpIndicator = 53;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#listPopupWindowStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:listPopupWindowStyle
*/
public static final int SherlockTheme_listPopupWindowStyle = 63;
/**
<p>
@attr description
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.
<p>This is a private symbol.
@attr name com.example.mysql_tester:listPreferredItemHeightSmall
*/
public static final int SherlockTheme_listPreferredItemHeightSmall = 44;
/**
<p>
@attr description
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.
<p>This is a private symbol.
@attr name com.example.mysql_tester:listPreferredItemPaddingLeft
*/
public static final int SherlockTheme_listPreferredItemPaddingLeft = 45;
/**
<p>
@attr description
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.
<p>This is a private symbol.
@attr name com.example.mysql_tester:listPreferredItemPaddingRight
*/
public static final int SherlockTheme_listPreferredItemPaddingRight = 46;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#popupMenuStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:popupMenuStyle
*/
public static final int SherlockTheme_popupMenuStyle = 55;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchAutoCompleteTextView
*/
public static final int SherlockTheme_searchAutoCompleteTextView = 30;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchDropdownBackground
*/
public static final int SherlockTheme_searchDropdownBackground = 31;
/**
<p>
@attr description
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.
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchResultListItemHeight
*/
public static final int SherlockTheme_searchResultListItemHeight = 41;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewCloseIcon
*/
public static final int SherlockTheme_searchViewCloseIcon = 32;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewEditQuery
*/
public static final int SherlockTheme_searchViewEditQuery = 36;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewEditQueryBackground
*/
public static final int SherlockTheme_searchViewEditQueryBackground = 37;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewGoIcon
*/
public static final int SherlockTheme_searchViewGoIcon = 33;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewSearchIcon
*/
public static final int SherlockTheme_searchViewSearchIcon = 34;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewTextField
*/
public static final int SherlockTheme_searchViewTextField = 38;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewTextFieldRight
*/
public static final int SherlockTheme_searchViewTextFieldRight = 39;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:searchViewVoiceIcon
*/
public static final int SherlockTheme_searchViewVoiceIcon = 35;
/**
<p>
@attr description
Background drawable for standalone items that need focus/pressed states.
<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.example.mysql_tester:selectableItemBackground
*/
public static final int SherlockTheme_selectableItemBackground = 20;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#spinnerDropDownItemStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:spinnerDropDownItemStyle
*/
public static final int SherlockTheme_spinnerDropDownItemStyle = 29;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#spinnerItemStyle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:spinnerItemStyle
*/
public static final int SherlockTheme_spinnerItemStyle = 28;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:textAppearanceLargePopupMenu
*/
public static final int SherlockTheme_textAppearanceLargePopupMenu = 22;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:textAppearanceListItemSmall
*/
public static final int SherlockTheme_textAppearanceListItemSmall = 47;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:textAppearanceSearchResultSubtitle
*/
public static final int SherlockTheme_textAppearanceSearchResultSubtitle = 43;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:textAppearanceSearchResultTitle
*/
public static final int SherlockTheme_textAppearanceSearchResultTitle = 42;
/**
<p>
@attr description
Text color, typeface, size, and style for "small" text. Defaults to secondary 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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:textAppearanceSmall
*/
public static final int SherlockTheme_textAppearanceSmall = 24;
/**
<p>
@attr description
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>".
<p>This is a private symbol.
@attr name com.example.mysql_tester:textAppearanceSmallPopupMenu
*/
public static final int SherlockTheme_textAppearanceSmallPopupMenu = 23;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#textColorPrimary}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:textColorPrimary
*/
public static final int SherlockTheme_textColorPrimary = 25;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#textColorPrimaryDisableOnly}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:textColorPrimaryDisableOnly
*/
public static final int SherlockTheme_textColorPrimaryDisableOnly = 26;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#textColorPrimaryInverse}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:textColorPrimaryInverse
*/
public static final int SherlockTheme_textColorPrimaryInverse = 27;
/**
<p>
@attr description
Text color for urls in search suggestions, used by things like global search and the browser. @hide
<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.example.mysql_tester:textColorSearchUrl
*/
public static final int SherlockTheme_textColorSearchUrl = 40;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowActionBar}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowActionBar
*/
public static final int SherlockTheme_windowActionBar = 59;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowActionBarOverlay}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowActionBarOverlay
*/
public static final int SherlockTheme_windowActionBarOverlay = 60;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowActionModeOverlay}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowActionModeOverlay
*/
public static final int SherlockTheme_windowActionModeOverlay = 61;
/**
<p>
@attr description
This Drawable is overlaid over the foreground of the Window's content area, usually
to place a shadow below the title.
<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.example.mysql_tester:windowContentOverlay
*/
public static final int SherlockTheme_windowContentOverlay = 21;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowMinWidthMajor}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowMinWidthMajor
*/
public static final int SherlockTheme_windowMinWidthMajor = 48;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowMinWidthMinor}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowMinWidthMinor
*/
public static final int SherlockTheme_windowMinWidthMinor = 49;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowNoTitle}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowNoTitle
*/
public static final int SherlockTheme_windowNoTitle = 58;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#windowSplitActionBar}
attribute's value can be found in the {@link #SherlockTheme} 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.example.mysql_tester:windowSplitActionBar
*/
public static final int SherlockTheme_windowSplitActionBar = 62;
/** Attributes that can be used with a SherlockView.
<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 #SherlockView_android_focusable android:focusable}</code></td><td></td></tr>
</table>
@see #SherlockView_android_focusable
*/
public static final int[] SherlockView = {
0x010100da
};
/**
<p>This symbol is the offset where the {@link android.R.attr#focusable}
attribute's value can be found in the {@link #SherlockView} array.
@attr name android:focusable
*/
public static final int SherlockView_android_focusable = 0;
/** Attributes that can be used with a SlidingMenu.
<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 #SlidingMenu_behindOffset com.example.mysql_tester:behindOffset}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_behindScrollScale com.example.mysql_tester:behindScrollScale}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_behindWidth com.example.mysql_tester:behindWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_fadeDegree com.example.mysql_tester:fadeDegree}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_fadeEnabled com.example.mysql_tester:fadeEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_mode com.example.mysql_tester:mode}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_selectorDrawable com.example.mysql_tester:selectorDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_selectorEnabled com.example.mysql_tester:selectorEnabled}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_shadowDrawable com.example.mysql_tester:shadowDrawable}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_shadowWidth com.example.mysql_tester:shadowWidth}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_touchModeAbove com.example.mysql_tester:touchModeAbove}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_touchModeBehind com.example.mysql_tester:touchModeBehind}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_viewAbove com.example.mysql_tester:viewAbove}</code></td><td></td></tr>
<tr><td><code>{@link #SlidingMenu_viewBehind com.example.mysql_tester:viewBehind}</code></td><td></td></tr>
</table>
@see #SlidingMenu_behindOffset
@see #SlidingMenu_behindScrollScale
@see #SlidingMenu_behindWidth
@see #SlidingMenu_fadeDegree
@see #SlidingMenu_fadeEnabled
@see #SlidingMenu_mode
@see #SlidingMenu_selectorDrawable
@see #SlidingMenu_selectorEnabled
@see #SlidingMenu_shadowDrawable
@see #SlidingMenu_shadowWidth
@see #SlidingMenu_touchModeAbove
@see #SlidingMenu_touchModeBehind
@see #SlidingMenu_viewAbove
@see #SlidingMenu_viewBehind
*/
public static final int[] SlidingMenu = {
0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065,
0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069,
0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d,
0x7f01006e, 0x7f01006f
};
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#behindOffset}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:behindOffset
*/
public static final int SlidingMenu_behindOffset = 3;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#behindScrollScale}
attribute's value can be found in the {@link #SlidingMenu} array.
<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.
@attr name com.example.mysql_tester:behindScrollScale
*/
public static final int SlidingMenu_behindScrollScale = 5;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#behindWidth}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:behindWidth
*/
public static final int SlidingMenu_behindWidth = 4;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#fadeDegree}
attribute's value can be found in the {@link #SlidingMenu} array.
<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.
@attr name com.example.mysql_tester:fadeDegree
*/
public static final int SlidingMenu_fadeDegree = 11;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#fadeEnabled}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:fadeEnabled
*/
public static final int SlidingMenu_fadeEnabled = 10;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#mode}
attribute's value can be found in the {@link #SlidingMenu} array.
<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>left</code></td><td>0</td><td></td></tr>
<tr><td><code>right</code></td><td>1</td><td></td></tr>
</table>
@attr name com.example.mysql_tester:mode
*/
public static final int SlidingMenu_mode = 0;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#selectorDrawable}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:selectorDrawable
*/
public static final int SlidingMenu_selectorDrawable = 13;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#selectorEnabled}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:selectorEnabled
*/
public static final int SlidingMenu_selectorEnabled = 12;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#shadowDrawable}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:shadowDrawable
*/
public static final int SlidingMenu_shadowDrawable = 8;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#shadowWidth}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:shadowWidth
*/
public static final int SlidingMenu_shadowWidth = 9;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#touchModeAbove}
attribute's value can be found in the {@link #SlidingMenu} array.
<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>margin</code></td><td>0</td><td></td></tr>
<tr><td><code>fullscreen</code></td><td>1</td><td></td></tr>
</table>
@attr name com.example.mysql_tester:touchModeAbove
*/
public static final int SlidingMenu_touchModeAbove = 6;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#touchModeBehind}
attribute's value can be found in the {@link #SlidingMenu} array.
<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>margin</code></td><td>0</td><td></td></tr>
<tr><td><code>fullscreen</code></td><td>1</td><td></td></tr>
</table>
@attr name com.example.mysql_tester:touchModeBehind
*/
public static final int SlidingMenu_touchModeBehind = 7;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#viewAbove}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:viewAbove
*/
public static final int SlidingMenu_viewAbove = 1;
/**
<p>This symbol is the offset where the {@link com.example.mysql_tester.R.attr#viewBehind}
attribute's value can be found in the {@link #SlidingMenu} 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.example.mysql_tester:viewBehind
*/
public static final int SlidingMenu_viewBehind = 2;
};
}