/* 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.taobao.tae.Mshopping.demo;
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 int image_upload_fade_ins=0x7f040002;
public static final int image_upload_hold=0x7f040003;
public static final int image_upload_push_bottom_in=0x7f040004;
public static final int image_upload_push_bottom_in_2=0x7f040005;
public static final int image_upload_push_up_out=0x7f040006;
public static final int msp_alpha_out=0x7f040007;
public static final int msp_left_in=0x7f040008;
public static final int msp_left_out=0x7f040009;
public static final int msp_right_in=0x7f04000a;
public static final int msp_right_out=0x7f04000b;
public static final int push_left_in=0x7f04000c;
public static final int push_left_out=0x7f04000d;
public static final int slide_in_from_bottom=0x7f04000e;
public static final int slide_in_from_top=0x7f04000f;
public static final int slide_out_to_bottom=0x7f040010;
public static final int slide_out_to_top=0x7f040011;
public static final int splash_loading=0x7f040012;
public static final int umeng_fb_slide_in_from_left=0x7f040013;
public static final int umeng_fb_slide_in_from_right=0x7f040014;
public static final int umeng_fb_slide_out_from_left=0x7f040015;
public static final int umeng_fb_slide_out_from_right=0x7f040016;
}
public static final class attr {
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int absListViewStyle=0x7f010000;
/** @hide Controls whether this view can take accessibility focus.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>0</td><td>
The system determines whether the view can take accessibility focus - default
(recommended).
<p>
Such a view is consideted by the focus search if it is:
<ul>
<li>
Important for accessibility and actionable (clickable, long clickable, focusable)
</li>
<li>
Important for accessibility, not actionable (clickable, long clickable, focusable),
and does not have an actionable predecessor.
</li>
</ul>
An accessibility srvice can request putting accessibility focus on such a view.
</p>
</td></tr>
<tr><td><code>yes</code></td><td>1</td><td>
The view can take accessibility focus.
<p>
A view that can take accessibility focus is always considered during focus
search and an accessibility service can request putting accessibility focus
on it.
</p>
</td></tr>
<tr><td><code>no</code></td><td>2</td><td>
The view can not take accessibility focus.
<p>
A view that can not take accessibility focus is never considered during focus
search and an accessibility service can not request putting accessibility focus
on it.
</p>
</td></tr>
</table>
*/
public static final int accessibilityFocusable=0x7f010058;
/**
Sets whether this ViewGroup's drawable states also include
its children's drawable states. This is used, for example, to
make a group appear to be focused when its child EditText or button
is focused.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int addStatesFromChildren=0x7f010060;
/**
alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque).
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int alpha=0x7f010048;
/**
Defines whether the ViewGroup should always draw its children using their
drawing cache or not. The default value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int alwaysDrawnWithCache=0x7f01005f;
/**
Defines whether changes in layout (caused by adding and removing items) should
cause a LayoutTransition to run. When this flag is set to true, a default
LayoutTransition object will be set on the ViewGroup container and default
animations will run when these layout changes occur.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int animateLayoutChanges=0x7f010059;
/**
Defines whether layout animations should create a drawing cache for their
children. Enabling the animation cache consumes more memory and requires
a longer initialization but provides better performance. The animation
cache is enabled by default.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int animationCache=0x7f01005d;
/**
Indicates that this list will always be drawn on top of solid, single-color
opaque background. This allows the list to optimize drawing.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int cacheColorHint=0x7f010008;
/**
Defines the choice behavior for the view. By default, lists do not have
any choice behavior. By setting the choiceMode to singleChoice, the list
allows up to one item to be in a chosen state. By setting the choiceMode to
multipleChoice, the list allows any number of items to be chosen.
Finally, by setting the choiceMode to multipleChoiceModal the list allows
any number of items to be chosen in a special selection mode.
The application will supply a
{@link android.widget.AbsListView.MultiChoiceModeListener} using
{@link android.widget.AbsListView#setMultiChoiceModeListener} to control the
selection mode. This uses the {@link android.view.ActionMode} API.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td> Normal list that does not indicate choices. </td></tr>
<tr><td><code>singleChoice</code></td><td>1</td><td> The list allows up to one choice. </td></tr>
<tr><td><code>multipleChoice</code></td><td>2</td><td> The list allows multiple choices. </td></tr>
<tr><td><code>multipleChoiceModal</code></td><td>3</td><td> The list allows multiple choices in a custom selection mode. </td></tr>
</table>
*/
public static final int choiceMode=0x7f01000b;
/** Defines whether this view reacts to click events.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int clickable=0x7f01003a;
/**
Defines whether a child is limited to draw inside of its bounds or not.
This is useful with animations that scale the size of the children to more
than 100% for instance. In such a case, this property should be set to false
to allow the children to draw outside of their bounds. The default value of
this property is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int clipChildren=0x7f01005a;
/**
Defines whether the ViewGroup will clip its drawing surface so as to exclude
the padding area. This property is set to true by default.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int clipToPadding=0x7f01005b;
/**
Defines text that briefly describes content of the view. This property is used
primarily for accessibility. Since some views do not have textual
representation this attribute can be used for providing such.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int contentDescription=0x7f010045;
/**
Defines the relationship between the ViewGroup and its descendants
when looking for a View to take focus.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>beforeDescendants</code></td><td>0</td><td> The ViewGroup will get focus before any of its descendants. </td></tr>
<tr><td><code>afterDescendants</code></td><td>1</td><td> The ViewGroup will get focus only if none of its descendants want it. </td></tr>
<tr><td><code>blocksDescendants</code></td><td>2</td><td> The ViewGroup will block its descendants from receiving focus. </td></tr>
</table>
*/
public static final int descendantFocusability=0x7f010061;
/** Drawable or color to draw between list items.
<attr name="divider" format="reference|color" />
Height of the divider. Will use the intrinsic height of the divider if this
is not specified.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int dividerHeight=0x7f01000d;
/**
When set to true, the selector will be drawn over the selected item.
Otherwise the selector is drawn behind the selected item. The default
value is false.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int drawSelectorOnTop=0x7f010003;
/**
Defines the quality of translucent drawing caches. This property is used
only when the drawing cache is enabled and translucent. The default value is auto.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>0</td><td>
Lets the framework decide what quality level should be used
for the drawing cache.
</td></tr>
<tr><td><code>low</code></td><td>1</td><td>
Low quality. When set to low quality, the drawing cache uses a lower color
depth, thus losing precision in rendering gradients, but uses less memory.
</td></tr>
<tr><td><code>high</code></td><td>2</td><td>
High quality. When set to high quality, the drawing cache uses a higher
color depth but uses more memory.
</td></tr>
</table>
*/
public static final int drawingCacheQuality=0x7f01003e;
/**
When this attribute is set to true, the view gets its drawable state
(focused, pressed, etc.) from its direct parent rather than from itself.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int duplicateParentState=0x7f010040;
/** Defines whether to fade out scrollbars when they are not in use.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int fadeScrollbars=0x7f010028;
/**
This attribute is deprecated and will be ignored as of
API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}).
Using fading edges may introduce noticeable performance
degradations and should be used only when required by the application's
visual design. To request fading edges with API level 14 and above,
use the <code>android:requiresFadingEdge</code> attribute instead.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr>
<tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr>
<tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr>
</table>
*/
public static final int fadingEdge=0x7f010032;
/** Defines the length of the fading edges.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int fadingEdgeLength=0x7f010034;
/**
When set to true, the list will always show the fast scroll interface.
This setting implies fastScrollEnabled.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int fastScrollAlwaysVisible=0x7f01000c;
/**
Enables the fast scroll thumb that can be dragged to quickly scroll through
the list.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int fastScrollEnabled=0x7f010009;
/**
Specifies whether to filter touches when the view's window is obscured by
another visible window. When set to true, the view will not receive touches
whenever a toast, dialog or other window appears above the view's window.
Refer to the {@link android.view.View} security documentation for more details.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int filterTouchesWhenObscured=0x7f01003d;
/**
Boolean internal attribute to adjust view layout based on
system windows such as the status bar.
If true, adjusts the padding of this view to leave space for the system windows.
Will only take effect if this view is in a non-embedded activity.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int fitsSystemWindows=0x7f010024;
/**
Boolean that controls whether a view can take focus. By default the user can not
move focus to a view; by setting this attribute to true the view is
allowed to take focus. This value does not impact the behavior of
directly calling {@link android.view.View#requestFocus}, which will
always request focus regardless of this view. It only impacts where
focus navigation will try to move focus.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int focusable=0x7f010021;
/**
Boolean that controls whether a view can take focus while in touch mode.
If this is true for a view, that view can gain focus when clicked on, and can keep
focus if another view is clicked on that doesn't have this attribute set to true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int focusableInTouchMode=0x7f010022;
/**
When set to false, the ListView will not draw the divider before each footer view.
The default value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int footerDividersEnabled=0x7f01000f;
/**
Boolean that controls whether a view should have haptic feedback
enabled for events such as long presses.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int hapticFeedbackEnabled=0x7f010044;
/**
When set to false, the ListView will not draw the divider after each header view.
The default value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int headerDividersEnabled=0x7f01000e;
/**
Supply an identifier name for this view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById Activity.findViewById()}.
This must be a
resource reference; typically you set this using the
<code>@+</code> syntax to create a new ID resources.
For example: <code>android:id="@+id/my_id"</code> which
allows you to later retrieve the view
with <code>findViewById(R.id.my_id)</code>.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int id=0x7f010016;
/**
Controls how this View is important for accessibility which is if it fires
accessibility events and if it is reported to accessibility services that
query the screen. Note: While not recommended, an accessibility service may
decide to ignore this attribute and operate on all views in the view tree.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>0</td><td>
The system determines whether the view is important for accessibility - default
(recommended).
</td></tr>
<tr><td><code>yes</code></td><td>1</td><td> The view is important for accessibility. </td></tr>
<tr><td><code>no</code></td><td>2</td><td> The view is not important for accessibility. </td></tr>
</table>
*/
public static final int importantForAccessibility=0x7f010057;
/** 是否密码
<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 isPassword=0x7f010066;
/**
Set this if the view will serve as a scrolling container, meaing
that it can be resized to shrink its overall window so that there
will be space for an input method. If not set, the default
value will be true if "scrollbars" has the vertical scrollbar
set, else it will be false.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int isScrollContainer=0x7f010027;
/**
Controls whether the view's window should keep the screen on
while visible.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int keepScreenOn=0x7f01003f;
/** label名称
<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 string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
*/
public static final int labelName=0x7f010063;
/**
Specifies the type of layer backing this view. The default value is none.
Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)}
for more information.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td> Don't use a layer. </td></tr>
<tr><td><code>software</code></td><td>1</td><td>
Use a software layer. Refer to
{@link android.view.View#setLayerType(int, android.graphics.Paint) for
more information.
</td></tr>
<tr><td><code>hardware</code></td><td>2</td><td>
Use a hardware layer. Refer to
{@link android.view.View#setLayerType(int, android.graphics.Paint) for
more information.
</td></tr>
</table>
*/
public static final int layerType=0x7f010053;
/**
Defines the layout animation to use the first time the ViewGroup is laid out.
Layout animations can also be started manually after the first layout.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int layoutAnimation=0x7f01005c;
/**
Defines the direction of layout drawing. This typically is associated with writing
direction of the language script used. The possible values are "ltr" for Left-to-Right,
"rtl" for Right-to-Left, "locale" and "inherit" from parent view. If there is nothing
to inherit, "locale" is used. "locale" falls back to "en-US". "ltr" is the direction
used in "en-US". The default for this attribute is "inherit".
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>ltr</code></td><td>0</td><td> Left-to-Right </td></tr>
<tr><td><code>rtl</code></td><td>1</td><td> Right-to-Left </td></tr>
<tr><td><code>inherit</code></td><td>2</td><td> Inherit from parent </td></tr>
<tr><td><code>locale</code></td><td>3</td><td> Locale </td></tr>
</table>
*/
public static final int layoutDirection=0x7f010054;
/** Drawable used to indicate the currently selected item in the list.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int listSelector=0x7f010002;
/** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int listViewStyle=0x7f010001;
/** Defines whether this view reacts to long click events.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int longClickable=0x7f01003b;
/** 最大输入长度
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int maxInputLength=0x7f010067;
/**
Defines the minimum height of the view. It is not guaranteed
the view will be able to achieve this minimum height (for example,
if its parent layout constrains it with less available height).
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int minHeight=0x7f010041;
/**
Defines the minimum width of the view. It is not guaranteed
the view will be able to achieve this minimum width (for example,
if its parent layout constrains it with less available width).
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int minWidth=0x7f010042;
/** hint
<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 string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
*/
public static final int miniInputHint=0x7f010065;
/**
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_DOWN}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int nextFocusDown=0x7f010038;
/**
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_FORWARD}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int nextFocusForward=0x7f010039;
/**
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_LEFT}.
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int nextFocusLeft=0x7f010035;
/**
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_RIGHT}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int nextFocusRight=0x7f010036;
/**
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_UP}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int nextFocusUp=0x7f010037;
/**
Name of the method in this View's context to invoke when the view is
clicked. This name must correspond to a public method that takes
exactly one parameter of type View. For instance, if you specify
<code>android:onClick="sayHello"</code>, you must declare a
<code>public void sayHello(View v)</code> method of your context
(typically, your Activity).
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int onClick=0x7f010046;
/** Drawable to draw below list content.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int overScrollFooter=0x7f010011;
/** Drawable to draw above list content.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
*/
public static final int overScrollHeader=0x7f010010;
/**
Defines over-scrolling behavior. This property is used only if the
View is scrollable. Over-scrolling is the ability for the user to
receive feedback when attempting to scroll beyond meaningful content.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>always</code></td><td>0</td><td>
Always show over-scroll effects, even if the content fits entirely
within the available space.
</td></tr>
<tr><td><code>ifContentScrolls</code></td><td>1</td><td>
Only show over-scroll effects if the content is large
enough to meaningfully scroll.
</td></tr>
<tr><td><code>never</code></td><td>2</td><td> Never show over-scroll effects. </td></tr>
</table>
*/
public static final int overScrollMode=0x7f010047;
/**
A drawable to use as the background. This can be either a reference
to a full drawable resource (such as a PNG image, 9-patch,
XML state list description, etc), or a solid color such as "#ff000000"
(black).
<attr name="background" format="reference|color" />
Sets the padding, in pixels, of all four edges. Padding is defined as
space between the edges of the view and the view's content. A views size
will include it's padding. If a {@link android.R.attr#background}
is provided, the padding will initially be set to that (0 if the
drawable does not have padding). Explicitly setting a padding value
will override the corresponding padding found in the background.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int padding=0x7f01001a;
/** Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingBottom=0x7f01001e;
/** Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingEnd=0x7f010020;
/** Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingLeft=0x7f01001b;
/** Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingRight=0x7f01001d;
/** Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingStart=0x7f01001f;
/** Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int paddingTop=0x7f01001c;
/**
Defines the persistence of the drawing cache. The drawing cache might be
enabled by a ViewGroup for all its children in specific situations (for
instance during a scrolling.) This property lets you persist the cache
in memory after its initial usage. Persisting the cache consumes more
memory but may prevent frequent garbage collection is the cache is created
over and over again. By default the persistence is set to scrolling.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x0</td><td> The drawing cache is not persisted after use. </td></tr>
<tr><td><code>animation</code></td><td>0x1</td><td> The drawing cache is persisted after a layout animation. </td></tr>
<tr><td><code>scrolling</code></td><td>0x2</td><td> The drawing cache is persisted after a scroll. </td></tr>
<tr><td><code>all</code></td><td>0x3</td><td> The drawing cache is always persisted. </td></tr>
</table>
*/
public static final int persistentDrawingCache=0x7f01005e;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int plaColumnNumber=0x7f010012;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int plaColumnPaddingLeft=0x7f010014;
/** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int plaColumnPaddingRight=0x7f010015;
/** <p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int plaLandscapeColumnNumber=0x7f010013;
/** Defines which edges should be faded on scrolling.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr>
<tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr>
<tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr>
</table>
*/
public static final int requiresFadingEdge=0x7f010033;
/** 右侧图标
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 rightIcon=0x7f010064;
/** rotation of the view, in degrees.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int rotation=0x7f01004d;
/** rotation of the view around the x axis, in degrees.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int rotationX=0x7f01004e;
/** rotation of the view around the y axis, in degrees.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int rotationY=0x7f01004f;
/**
If unset, no state will be saved for this view when it is being
frozen. The default is true, allowing the view to be saved
(however it also must have an ID assigned to it for its
state to be saved). Setting this to false only disables the
state for this view, not for its children which may still
be saved.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int saveEnabled=0x7f01003c;
/** scale of the view in the x direction.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scaleX=0x7f010050;
/** scale of the view in the y direction.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scaleY=0x7f010051;
/** The initial horizontal scroll offset, in pixels.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollX=0x7f010018;
/** The initial vertical scroll offset, in pixels.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollY=0x7f010019;
/** Defines whether the horizontal scrollbar track should always be drawn.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollbarAlwaysDrawHorizontalTrack=0x7f010030;
/** Defines whether the vertical scrollbar track should always be drawn.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollbarAlwaysDrawVerticalTrack=0x7f010031;
/** Defines the delay in milliseconds that a scrollbar waits before fade out.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollbarDefaultDelayBeforeFade=0x7f01002a;
/** Defines the delay in milliseconds that a scrollbar takes to fade out.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollbarFadeDuration=0x7f010029;
/** Sets the width of vertical scrollbars and height of horizontal scrollbars.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollbarSize=0x7f01002b;
/**
Controls the scrollbar style and position. The scrollbars can be overlaid or
inset. When inset, they add to the padding of the view. And the
scrollbars can be drawn inside the padding area or on the edge of
the view. For example, if a view has a background drawable and you
want to draw the scrollbars inside the padding specified by the
drawable, you can use insideOverlay or insideInset. If you want them
to appear at the edge of the view, ignoring the padding, then you can
use outsideOverlay or outsideInset.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>insideOverlay</code></td><td>0x0</td><td> Inside the padding and overlaid </td></tr>
<tr><td><code>insideInset</code></td><td>0x01000000</td><td> Inside the padding and inset </td></tr>
<tr><td><code>outsideOverlay</code></td><td>0x02000000</td><td> Edge of the view and overlaid </td></tr>
<tr><td><code>outsideInset</code></td><td>0x03000000</td><td> Edge of the view and inset </td></tr>
</table>
*/
public static final int scrollbarStyle=0x7f010026;
/** Defines the horizontal scrollbar thumb drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int scrollbarThumbHorizontal=0x7f01002c;
/** Defines the vertical scrollbar thumb drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int scrollbarThumbVertical=0x7f01002d;
/** Defines the horizontal scrollbar track drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int scrollbarTrackHorizontal=0x7f01002e;
/** Defines the vertical scrollbar track drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
*/
public static final int scrollbarTrackVertical=0x7f01002f;
/** Defines which scrollbars should be displayed on scrolling or not.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x00000000</td><td> No scrollbar is displayed. </td></tr>
<tr><td><code>horizontal</code></td><td>0x00000100</td><td> Displays horizontal scrollbar only. </td></tr>
<tr><td><code>vertical</code></td><td>0x00000200</td><td> Displays vertical scrollbar only. </td></tr>
</table>
*/
public static final int scrollbars=0x7f010025;
/**
When set to true, the list uses a drawing cache during scrolling.
This makes the rendering faster but uses more memory. The default
value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int scrollingCache=0x7f010005;
/**
When set to true, the list will use a more refined calculation
method based on the pixels height of the items visible on screen. This
property is set to true by default but should be set to false if your adapter
will display items of varying heights. When this property is set to true and
your adapter displays items of varying heights, the scrollbar thumb will
change size as the user scrolls through the list. When set to fale, the list
will use only the number of items in the adapter and the number of items visible
on screen to determine the scrollbar's properties.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int smoothScrollbar=0x7f01000a;
/**
Boolean that controls whether a view should have sound effects
enabled for events such as clicking and touching.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int soundEffectsEnabled=0x7f010043;
/**
Sets whether this ViewGroup should split MotionEvents
to separate child views during touch event dispatch.
If false (default), touch events will be dispatched to
the child view where the first pointer went down until
the last pointer goes up.
If true, touch events may be dispatched to multiple children.
MotionEvents for each pointer will be dispatched to the child
view where the initial ACTION_DOWN event happened.
See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)}
for more information.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int splitMotionEvents=0x7f010062;
/** Used by ListView and GridView to stack their content from the bottom.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int stackFromBottom=0x7f010004;
/**
Supply a tag for this view containing a String, to be retrieved
later with {@link android.view.View#getTag View.getTag()} or
searched for with {@link android.view.View#findViewWithTag
View.findViewWithTag()}. It is generally preferable to use
IDs (through the android:id attribute) instead of tags because
they are faster and allow for compile-time type checking.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int tag=0x7f010017;
/**
Alignment of the text. A heuristic is used to determine the resolved
text alignment.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr>
<tr><td><code>gravity</code></td><td>1</td><td>
Default for the root view. The gravity determines the alignment, ALIGN_NORMAL,
ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s
text direction
</td></tr>
<tr><td><code>textStart</code></td><td>2</td><td> Align to the start of the paragraph, e.g. ALIGN_NORMAL. </td></tr>
<tr><td><code>textEnd</code></td><td>3</td><td> Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. </td></tr>
<tr><td><code>center</code></td><td>4</td><td> Center the paragraph, e.g. ALIGN_CENTER. </td></tr>
<tr><td><code>viewStart</code></td><td>5</td><td>
Align to the start of the view, which is ALIGN_LEFT if the view’s resolved
layoutDirection is LTR, and ALIGN_RIGHT otherwise.
</td></tr>
<tr><td><code>viewEnd</code></td><td>6</td><td>
Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved
layoutDirection is LTR, and ALIGN_LEFT otherwise
</td></tr>
</table>
*/
public static final int textAlignment=0x7f010056;
/**
Direction of the text. A heuristic is used to determine the resolved text direction
of paragraphs.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr>
<tr><td><code>firstStrong</code></td><td>1</td><td>
Default for the root view. The first strong directional character determines the
paragraph direction. If there is no strong directional character, the paragraph
direction is the view’s resolved layout direction.
</td></tr>
<tr><td><code>anyRtl</code></td><td>2</td><td>
The paragraph direction is RTL if it contains any strong RTL character, otherwise
it is LTR if it contains any strong LTR characters. If there are neither, the
paragraph direction is the view’s resolved layout direction.
</td></tr>
<tr><td><code>ltr</code></td><td>3</td><td> The paragraph direction is left to right. </td></tr>
<tr><td><code>rtl</code></td><td>4</td><td> The paragraph direction is right to left. </td></tr>
<tr><td><code>locale</code></td><td>5</td><td> The paragraph direction is coming from the system Locale. </td></tr>
</table>
*/
public static final int textDirection=0x7f010055;
/**
When set to true, the list will filter results as the user types. The
List's adapter must support the Filterable interface for this to work.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int textFilterEnabled=0x7f010006;
/**
Sets the transcript mode for the list. In transcript mode, the list
scrolls to the bottom to make new items visible when they are added.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>disabled</code></td><td>0</td><td> Disables transcript mode. This is the default value. </td></tr>
<tr><td><code>normal</code></td><td>1</td><td>
The list will automatically scroll to the bottom when
a data set change notification is received and only if the last item is
already visible on screen.
</td></tr>
<tr><td><code>alwaysScroll</code></td><td>2</td><td>
The list will automatically scroll to the bottom, no matter what items
are currently visible.
</td></tr>
</table>
*/
public static final int transcriptMode=0x7f010007;
/**
x location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotX property of the View.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int transformPivotX=0x7f01004b;
/**
y location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotY property of the View.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int transformPivotY=0x7f01004c;
/**
translation in x of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int translationX=0x7f010049;
/**
translation in y of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
*/
public static final int translationY=0x7f01004a;
/** Determines which side the vertical scroll bar should be placed on.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>defaultPosition</code></td><td>0</td><td> Place the scroll bar wherever the system default determines. </td></tr>
<tr><td><code>left</code></td><td>1</td><td> Place the scroll bar on the left. </td></tr>
<tr><td><code>right</code></td><td>2</td><td> Place the scroll bar on the right. </td></tr>
</table>
*/
public static final int verticalScrollbarPosition=0x7f010052;
/** Controls the initial visibility of the view.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>visible</code></td><td>0</td><td> Visible on screen; the default value. </td></tr>
<tr><td><code>invisible</code></td><td>1</td><td> Not displayed, but taken into account during layout (space is left for it). </td></tr>
<tr><td><code>gone</code></td><td>2</td><td> Completely hidden, as if the view had not been added. </td></tr>
</table>
*/
public static final int visibility=0x7f010023;
}
public static final class color {
public static final int B_black=0x7f050000;
public static final int C_white=0x7f050001;
public static final int black=0x7f050002;
public static final int boy_name=0x7f050003;
public static final int btn_black=0x7f050004;
public static final int button_stroke=0x7f050005;
public static final int comment_me_color=0x7f050006;
public static final int dark=0x7f050007;
public static final int default_pic_color=0x7f050008;
public static final int divide=0x7f050009;
public static final int fans_nmu=0x7f05000a;
public static final int filter_btn_color=0x7f05000b;
public static final int font_like=0x7f05000c;
public static final int font_note=0x7f05000d;
public static final int girl_name=0x7f05000e;
public static final int gray=0x7f05000f;
public static final int green=0x7f050010;
public static final int head=0x7f050011;
public static final int img_type_grey_color=0x7f050012;
public static final int img_type_select_color=0x7f050013;
public static final int index_desc=0x7f050014;
public static final int lightRed=0x7f050015;
public static final int lightwhite=0x7f050016;
public static final int mini_button_text_disable=0x7f050017;
public static final int mini_button_text_normal=0x7f050018;
public static final int mini_card_defaultuse=0x7f050019;
public static final int mini_card_edit_pop_shadow=0x7f05001a;
public static final int mini_card_edti_bk=0x7f05001b;
public static final int mini_cardlimit_money_color=0x7f05001c;
public static final int mini_cardlimit_text_color=0x7f05001d;
public static final int mini_color_gray=0x7f05001e;
public static final int mini_color_light_gray=0x7f05001f;
public static final int mini_error_hint_color=0x7f050020;
public static final int mini_error_input=0x7f050021;
public static final int mini_hint_color=0x7f050022;
public static final int mini_input_hint_color=0x7f050023;
public static final int mini_list_bg_color=0x7f050024;
public static final int mini_page_bg_color=0x7f050025;
public static final int mini_text_black=0x7f050026;
public static final int mini_text_color_desc=0x7f050027;
public static final int mini_text_color_gray=0x7f050028;
public static final int mini_text_link=0x7f050029;
public static final int mini_text_shadow=0x7f05002a;
public static final int mini_text_white=0x7f05002b;
public static final int mini_win_background=0x7f05002c;
public static final int mogujie_register_proto=0x7f05002d;
public static final int mogujie_register_title=0x7f05002e;
public static final int msp_combox_list_devider_color=0x7f05002f;
public static final int msp_dialog_tiltle_blue=0x7f050030;
public static final int msp_hint_color=0x7f050031;
public static final int msp_line_color=0x7f050032;
public static final int msp_text_color_gray=0x7f050033;
public static final int my_info_sbg=0x7f050034;
public static final int my_transparent=0x7f050035;
public static final int normal_font_color=0x7f050036;
public static final int pink=0x7f050037;
public static final int possible_result_points=0x7f050038;
public static final int pull_title_color=0x7f050039;
public static final int red=0x7f05003a;
public static final int result_view=0x7f05003b;
public static final int setting_translucent_bg=0x7f05003c;
public static final int single_t_desc_color=0x7f05003d;
public static final int sku_out_bg_shadow=0x7f05003e;
public static final int slider_page=0x7f05003f;
public static final int t_color=0x7f050040;
public static final int trans=0x7f050041;
public static final int transparent=0x7f050042;
public static final int umeng_fb_color_btn_normal=0x7f050043;
public static final int umeng_fb_color_btn_pressed=0x7f050044;
public static final int uname=0x7f050045;
public static final int user_home_fans_bg=0x7f050046;
public static final int user_home_t_info_color=0x7f050047;
public static final int user_info_pink=0x7f050048;
public static final int viewfinder_frame=0x7f050049;
public static final int viewfinder_laser=0x7f05004a;
public static final int viewfinder_mask=0x7f05004b;
public static final int viewflip_indicator_ly_color=0x7f05004c;
public static final int white=0x7f05004d;
}
public static final class dimen {
public static final int item_left_icon_large=0x7f070000;
public static final int item_left_icon_small=0x7f070001;
public static final int mini_add_card_margin_left=0x7f070002;
public static final int mini_element_default_height=0x7f070003;
public static final int mini_margin_1=0x7f070004;
public static final int mini_margin_10=0x7f070005;
public static final int mini_margin_13=0x7f070006;
public static final int mini_margin_15=0x7f070007;
public static final int mini_margin_19=0x7f070008;
public static final int mini_margin_20=0x7f070009;
public static final int mini_margin_27=0x7f07000a;
public static final int mini_margin_3=0x7f07000b;
public static final int mini_margin_42=0x7f07000c;
public static final int mini_margin_6=0x7f07000d;
public static final int mini_margin_bottom=0x7f07000e;
public static final int mini_margin_default=0x7f07000f;
public static final int mini_margin_left=0x7f070010;
public static final int mini_margin_right=0x7f070011;
public static final int mini_margin_textview_13=0x7f070012;
public static final int mini_margin_textview_6=0x7f070013;
public static final int mini_margin_top=0x7f070014;
public static final int mini_text_size_14=0x7f070015;
public static final int mini_text_size_large=0x7f070016;
public static final int mini_text_size_link=0x7f070017;
public static final int mini_text_size_medium=0x7f070018;
public static final int mini_text_size_small=0x7f070019;
public static final int mini_text_size_x_small=0x7f07001a;
public static final int mini_text_size_xx_large=0x7f07001b;
public static final int mini_title_height=0x7f07001c;
public static final int mini_win_default_height=0x7f07001d;
public static final int mini_win_default_width=0x7f07001e;
public static final int msp_dimen_40=0x7f07001f;
public static final int msp_dimen_input_40=0x7f070020;
public static final int msp_font_medium=0x7f070021;
public static final int msp_margin_bottom=0x7f070022;
public static final int msp_margin_default=0x7f070023;
public static final int msp_margin_left=0x7f070024;
public static final int msp_margin_right=0x7f070025;
public static final int msp_margin_top=0x7f070026;
}
public static final class drawable {
public static final int accessories_icon=0x7f020000;
public static final int android_layout_bg=0x7f020001;
public static final int avatar_bg=0x7f020002;
public static final int back_btn=0x7f020003;
public static final int bag_icon=0x7f020004;
public static final int bag_icon_s=0x7f020005;
public static final int bg_transparent=0x7f020006;
public static final int btn_browser=0x7f020007;
public static final int btn_browser2=0x7f020008;
public static final int btn_close_image=0x7f020009;
public static final int btn_setting=0x7f02000a;
public static final int button_abc=0x7f02000b;
public static final int button_abc1=0x7f02000c;
public static final int button_abc1_on=0x7f02000d;
public static final int button_abc_on=0x7f02000e;
public static final int button_del=0x7f02000f;
public static final int button_del_on=0x7f020010;
public static final int button_more1=0x7f020011;
public static final int button_more2=0x7f020012;
public static final int button_show=0x7f020013;
public static final int button_space=0x7f020014;
public static final int button_space_on=0x7f020015;
public static final int buy_btn_shape=0x7f020016;
public static final int cart_indicator_bg=0x7f020017;
public static final int cart_tab_icon_dark=0x7f020018;
public static final int cart_tab_icon_red=0x7f020019;
public static final int category_indicator=0x7f02001a;
public static final int category_indicator_bg=0x7f02001b;
public static final int category_indicator_s=0x7f02001c;
public static final int elist_item_selector=0x7f02001d;
public static final int empty_photo=0x7f02001e;
public static final int fashion_icon=0x7f02001f;
public static final int fashion_icon_bg=0x7f020020;
public static final int fashion_icon_s=0x7f020021;
public static final int fresh=0x7f020022;
public static final int fresh_s=0x7f020023;
public static final int home_btn_bg_s=0x7f020024;
public static final int home_tab_background_selector=0x7f020025;
public static final int home_tab_cart_selector=0x7f020026;
public static final int home_tab_category_selector=0x7f020027;
public static final int home_tab_main_selector=0x7f020028;
public static final int home_tab_personal_selector=0x7f020029;
public static final int home_tab_search_selector=0x7f02002a;
public static final int ic_bg_back_integration=0x7f02002b;
public static final int ic_bg_baoyou=0x7f02002c;
public static final int ic_focus=0x7f02002d;
public static final int ic_focus_select=0x7f02002e;
public static final int ic_global_back=0x7f02002f;
public static final int ic_launcher=0x7f020030;
public static final int icon_addpic_focused=0x7f020031;
public static final int icon_addpic_unfocused=0x7f020032;
public static final int icon_data_select=0x7f020033;
public static final int icon_queding_focused=0x7f020034;
public static final int icon_queding_unfocused=0x7f020035;
public static final int icon_quxiao_focused=0x7f020036;
public static final int icon_quxiao_unfocused=0x7f020037;
public static final int icon_shanchu_focused=0x7f020038;
public static final int icon_shanchu_unfocused=0x7f020039;
public static final int image_fail=0x7f02003a;
public static final int image_indicator=0x7f02003b;
public static final int image_upload_bgd_relatly_line=0x7f02003c;
public static final int image_upload_bt_add_pic=0x7f02003d;
public static final int image_upload_bt_nobgd=0x7f02003e;
public static final int image_upload_bt_queding=0x7f02003f;
public static final int image_upload_bt_quxiao=0x7f020040;
public static final int image_upload_bt_shanchu=0x7f020041;
public static final int image_upload_text_while=0x7f020042;
public static final int index_indicator=0x7f020043;
public static final int index_indicator_bg=0x7f020044;
public static final int item_count_add_remove_bg=0x7f020045;
public static final int item_image_unfav=0x7f020046;
public static final int item_list_bg=0x7f020047;
public static final int item_sku_background=0x7f020048;
public static final int item_tmp_pic=0x7f020049;
public static final int keyback=0x7f02004a;
public static final int loading_1=0x7f02004b;
public static final int loading_10=0x7f02004c;
public static final int loading_11=0x7f02004d;
public static final int loading_12=0x7f02004e;
public static final int loading_2=0x7f02004f;
public static final int loading_3=0x7f020050;
public static final int loading_4=0x7f020051;
public static final int loading_5=0x7f020052;
public static final int loading_6=0x7f020053;
public static final int loading_7=0x7f020054;
public static final int loading_8=0x7f020055;
public static final int loading_9=0x7f020056;
public static final int loading_animation=0x7f020057;
public static final int login_bg_btn_shape=0x7f020058;
public static final int login_btn_round_bg=0x7f020059;
public static final int login_notice_btn=0x7f02005a;
public static final int login_person=0x7f02005b;
public static final int main_bottom_tab_cart_focus=0x7f02005c;
public static final int main_bottom_tab_cart_normal=0x7f02005d;
public static final int main_bottom_tab_category_focus=0x7f02005e;
public static final int main_bottom_tab_category_normal=0x7f02005f;
public static final int main_bottom_tab_home_focus=0x7f020060;
public static final int main_bottom_tab_home_normal=0x7f020061;
public static final int main_bottom_tab_personal_focus=0x7f020062;
public static final int main_bottom_tab_personal_normal=0x7f020063;
public static final int main_bottom_tab_search_focus=0x7f020064;
public static final int main_bottom_tab_search_normal=0x7f020065;
public static final int main_navigation_background=0x7f020066;
public static final int main_navigation_highlight_bg=0x7f020067;
public static final int map_location=0x7f020068;
public static final int mei_icon=0x7f020069;
public static final int mei_icon_bg=0x7f02006a;
public static final int mei_icon_s=0x7f02006b;
public static final int mini_arrow=0x7f02006c;
public static final int mini_back=0x7f02006d;
public static final int mini_back_focus=0x7f02006e;
public static final int mini_back_selector=0x7f02006f;
public static final int mini_bg=0x7f020070;
public static final int mini_bg_gray=0x7f020071;
public static final int mini_bg_white=0x7f020072;
public static final int mini_black_point=0x7f020073;
public static final int mini_block_not_margin_bottom=0x7f020074;
public static final int mini_block_not_margin_bottom_bg=0x7f020075;
public static final int mini_block_not_margin_bottom_press=0x7f020076;
public static final int mini_block_not_margin_middle=0x7f020077;
public static final int mini_block_not_margin_middle_bg=0x7f020078;
public static final int mini_block_not_margin_middle_press=0x7f020079;
public static final int mini_block_not_margin_top=0x7f02007a;
public static final int mini_block_not_margin_top_bg=0x7f02007b;
public static final int mini_block_not_margin_top_press=0x7f02007c;
public static final int mini_btn_bg_selector=0x7f02007d;
public static final int mini_btn_cancel_bg=0x7f02007e;
public static final int mini_btn_cancel_bg_selector=0x7f02007f;
public static final int mini_btn_cancel_hover=0x7f020080;
public static final int mini_btn_confirm_bg=0x7f020081;
public static final int mini_btn_confirm_bg_selector=0x7f020082;
public static final int mini_btn_confirm_hover=0x7f020083;
public static final int mini_btn_confirm_text_color_selector=0x7f020084;
public static final int mini_btn_disable=0x7f020085;
public static final int mini_btn_normal=0x7f020086;
public static final int mini_btn_push=0x7f020087;
public static final int mini_btn_text_color_selector=0x7f020088;
public static final int mini_card_title_bg=0x7f020089;
public static final int mini_channel_gou=0x7f02008a;
public static final int mini_channel_hui=0x7f02008b;
public static final int mini_check_selected=0x7f02008c;
public static final int mini_checkbox_disable=0x7f02008d;
public static final int mini_checkbox_normal=0x7f02008e;
public static final int mini_dash_line_bg=0x7f02008f;
public static final int mini_footer_line=0x7f020090;
public static final int mini_fullscreen_switch_normal=0x7f020091;
public static final int mini_fullscreen_switch_press=0x7f020092;
public static final int mini_fullscreen_switch_selector=0x7f020093;
public static final int mini_guide_img=0x7f020094;
public static final int mini_guide_ok_btn=0x7f020095;
public static final int mini_header_line=0x7f020096;
public static final int mini_help_icon=0x7f020097;
public static final int mini_icon_clean=0x7f020098;
public static final int mini_icon_ok=0x7f020099;
public static final int mini_icon_sure=0x7f02009a;
public static final int mini_info_icon=0x7f02009b;
public static final int mini_input_bg=0x7f02009c;
public static final int mini_list_bottom_mask=0x7f02009d;
public static final int mini_list_coner_bg=0x7f02009e;
public static final int mini_list_devider=0x7f020130;
public static final int mini_page_bg_color=0x7f020131;
public static final int mini_page_card_safecode_info=0x7f02009f;
public static final int mini_progress_bar_webview=0x7f0200a0;
public static final int mini_red_dot=0x7f0200a1;
public static final int mini_safty_code_card=0x7f0200a2;
public static final int mini_safty_code_close=0x7f0200a3;
public static final int mini_safty_code_dialog_bg=0x7f0200a4;
public static final int mini_simple_pwd_center=0x7f0200a5;
public static final int mini_simple_pwd_left=0x7f0200a6;
public static final int mini_simple_pwd_right=0x7f0200a7;
public static final int mini_smsbtn_disable=0x7f0200a8;
public static final int mini_three_point=0x7f0200a9;
public static final int mini_ui_check_mark=0x7f0200aa;
public static final int mini_ui_input_bg=0x7f0200ab;
public static final int mini_web_back_text_default=0x7f020132;
public static final int mini_web_back_text_press=0x7f020133;
public static final int mini_webview_back=0x7f0200ac;
public static final int mini_webview_back_disable=0x7f0200ad;
public static final int mini_webview_back_selector=0x7f0200ae;
public static final int mini_webview_bottom_bg=0x7f0200af;
public static final int mini_webview_forward=0x7f0200b0;
public static final int mini_webview_forward_disable=0x7f0200b1;
public static final int mini_webview_forward_selector=0x7f0200b2;
public static final int mini_webview_refresh=0x7f0200b3;
public static final int mini_webview_refresh_click=0x7f0200b4;
public static final int mini_webview_refresh_selector=0x7f0200b5;
public static final int mini_widget_toast_bg=0x7f0200b6;
public static final int mini_win_background_draw=0x7f020134;
public static final int mini_year_month_picker_button=0x7f0200b7;
public static final int mini_year_month_picker_down=0x7f0200b8;
public static final int mini_year_month_picker_up=0x7f0200b9;
public static final int msp_demo_title=0x7f0200ba;
public static final int msp_demo_title_bg=0x7f0200bb;
public static final int msp_dialog_progress_bg=0x7f0200bc;
public static final int my_indicator=0x7f0200bd;
public static final int my_indicator_bg=0x7f0200be;
public static final int my_indicator_s=0x7f0200bf;
public static final int mytaobao=0x7f0200c0;
public static final int narrow=0x7f0200c1;
public static final int narrow_select=0x7f0200c2;
public static final int news_item_bg=0x7f0200c3;
public static final int next=0x7f0200c4;
public static final int next_s=0x7f0200c5;
public static final int positive=0x7f0200c6;
public static final int positive_btn_bg=0x7f0200c7;
public static final int positive_pressed=0x7f0200c8;
public static final int pre=0x7f0200c9;
public static final int pre_s=0x7f0200ca;
public static final int pull_to_refresh_arrow=0x7f0200cb;
public static final int qq_logo=0x7f0200cc;
public static final int recommend_icon=0x7f0200cd;
public static final int recommend_icon_bg=0x7f0200ce;
public static final int recommend_icon_s=0x7f0200cf;
public static final int right_arrow=0x7f0200d0;
public static final int search_bar_ly_bg=0x7f0200d1;
public static final int search_edit_bg=0x7f0200d2;
public static final int search_icon=0x7f0200d3;
public static final int searchbar_back_button_bg=0x7f0200d4;
public static final int searchbar_icon=0x7f0200d5;
public static final int shop_icon=0x7f0200d6;
public static final int sku_button_select_bg=0x7f0200d7;
public static final int sku_button_unselect_bg=0x7f0200d8;
public static final int special_icon=0x7f0200d9;
public static final int special_icon_bg=0x7f0200da;
public static final int special_icon_s=0x7f0200db;
public static final int splash_bg=0x7f0200dc;
public static final int splash_loading_bg=0x7f0200dd;
public static final int splash_loading_item=0x7f0200de;
public static final int splash_logo=0x7f0200df;
public static final int stars_indicator=0x7f0200e0;
public static final int stars_indicator_bg=0x7f0200e1;
public static final int stars_indicator_s=0x7f0200e2;
public static final int tab_textcolor=0x7f0200e3;
public static final int tabbar_icon_home_d=0x7f0200e4;
public static final int taobao_logo=0x7f0200e5;
public static final int tb_icon=0x7f0200e6;
public static final int tb_login_logo=0x7f0200e7;
public static final int title_bg=0x7f0200e8;
public static final int tmall_icon=0x7f0200e9;
public static final int toast_border=0x7f0200ea;
public static final int top_theme_blue=0x7f0200eb;
public static final int tuan_icon=0x7f0200ec;
public static final int tuan_icon_bg=0x7f0200ed;
public static final int tuan_icon_s=0x7f0200ee;
public static final int umeng_common_gradient_green=0x7f0200ef;
public static final int umeng_common_gradient_orange=0x7f0200f0;
public static final int umeng_common_gradient_red=0x7f0200f1;
public static final int umeng_fb_arrow_right=0x7f0200f2;
public static final int umeng_fb_back_normal=0x7f0200f3;
public static final int umeng_fb_back_selected=0x7f0200f4;
public static final int umeng_fb_back_selector=0x7f0200f5;
public static final int umeng_fb_bar_bg=0x7f0200f6;
public static final int umeng_fb_btn_bg_selector=0x7f0200f7;
public static final int umeng_fb_conversation_bg=0x7f0200f8;
public static final int umeng_fb_gradient_green=0x7f0200f9;
public static final int umeng_fb_gradient_orange=0x7f0200fa;
public static final int umeng_fb_gray_frame=0x7f0200fb;
public static final int umeng_fb_list_item=0x7f0200fc;
public static final int umeng_fb_list_item_pressed=0x7f0200fd;
public static final int umeng_fb_list_item_selector=0x7f0200fe;
public static final int umeng_fb_logo=0x7f0200ff;
public static final int umeng_fb_point_new=0x7f020100;
public static final int umeng_fb_point_normal=0x7f020101;
public static final int umeng_fb_reply_left_bg=0x7f020102;
public static final int umeng_fb_reply_right_bg=0x7f020103;
public static final int umeng_fb_see_list_normal=0x7f020104;
public static final int umeng_fb_see_list_pressed=0x7f020105;
public static final int umeng_fb_see_list_selector=0x7f020106;
public static final int umeng_fb_statusbar_icon=0x7f020107;
public static final int umeng_fb_submit_selector=0x7f020108;
public static final int umeng_fb_tick_normal=0x7f020109;
public static final int umeng_fb_tick_selected=0x7f02010a;
public static final int umeng_fb_tick_selector=0x7f02010b;
public static final int umeng_fb_top_banner=0x7f02010c;
public static final int umeng_fb_user_bubble=0x7f02010d;
public static final int umeng_fb_write_normal=0x7f02010e;
public static final int umeng_fb_write_pressed=0x7f02010f;
public static final int umeng_fb_write_selector=0x7f020110;
public static final int umeng_update_btn_check_off_focused_holo_light=0x7f020111;
public static final int umeng_update_btn_check_off_holo_light=0x7f020112;
public static final int umeng_update_btn_check_off_pressed_holo_light=0x7f020113;
public static final int umeng_update_btn_check_on_focused_holo_light=0x7f020114;
public static final int umeng_update_btn_check_on_holo_light=0x7f020115;
public static final int umeng_update_btn_check_on_pressed_holo_light=0x7f020116;
public static final int umeng_update_button_cancel_bg_focused=0x7f020117;
public static final int umeng_update_button_cancel_bg_normal=0x7f020118;
public static final int umeng_update_button_cancel_bg_selector=0x7f020119;
public static final int umeng_update_button_cancel_bg_tap=0x7f02011a;
public static final int umeng_update_button_check_selector=0x7f02011b;
public static final int umeng_update_button_close_bg_selector=0x7f02011c;
public static final int umeng_update_button_ok_bg_focused=0x7f02011d;
public static final int umeng_update_button_ok_bg_normal=0x7f02011e;
public static final int umeng_update_button_ok_bg_selector=0x7f02011f;
public static final int umeng_update_button_ok_bg_tap=0x7f020120;
public static final int umeng_update_close_bg_normal=0x7f020121;
public static final int umeng_update_close_bg_tap=0x7f020122;
public static final int umeng_update_dialog_bg=0x7f020123;
public static final int umeng_update_title_bg=0x7f020124;
public static final int umeng_update_wifi_disable=0x7f020125;
public static final int umeng_xp_point_normal=0x7f020126;
public static final int web_back=0x7f020127;
public static final int web_bottom_bg=0x7f020128;
public static final int web_freshbtn_bg=0x7f020129;
public static final int web_nextbtn_bg=0x7f02012a;
public static final int web_prebtn_bg=0x7f02012b;
public static final int weibo_logo=0x7f02012c;
public static final int wraper_stamp_config=0x7f02012d;
public static final int wrapper_stamp_bg=0x7f02012e;
public static final int yuan=0x7f02012f;
}
public static final class id {
public static final int activity_selectimg_send=0x7f060060;
public static final int afterDescendants=0x7f06002d;
public static final int all=0x7f06002b;
public static final int always=0x7f060013;
public static final int alwaysScroll=0x7f060002;
public static final int animation=0x7f060029;
public static final int anyRtl=0x7f060020;
public static final int auto=0x7f060010;
public static final int beforeDescendants=0x7f06002c;
public static final int blocksDescendants=0x7f06002e;
public static final int button3=0x7f06005a;
public static final int center=0x7f060024;
public static final int confirm_order_address_key=0x7f060033;
public static final int confirm_order_address_value=0x7f060034;
public static final int confirm_order_confirm_btn=0x7f060046;
public static final int confirm_order_delivery_method_name=0x7f060040;
public static final int confirm_order_global_layout=0x7f06002f;
public static final int confirm_order_item_buy_count_key=0x7f06003c;
public static final int confirm_order_item_buy_count_value=0x7f06003d;
public static final int confirm_order_item_from_icon=0x7f060037;
public static final int confirm_order_item_from_text=0x7f060038;
public static final int confirm_order_item_img=0x7f060039;
public static final int confirm_order_item_price_txt=0x7f06003e;
public static final int confirm_order_item_sku_txt=0x7f06003b;
public static final int confirm_order_item_title_txt=0x7f06003a;
public static final int confirm_order_leave_message=0x7f060041;
public static final int confirm_order_map_location_img=0x7f060032;
public static final int confirm_order_price_summary_key=0x7f060043;
public static final int confirm_order_price_summary_value=0x7f060044;
public static final int confirm_order_promotion=0x7f060045;
public static final int confirm_order_shop_img=0x7f060035;
public static final int confirm_order_shop_title=0x7f060036;
public static final int confirm_order_top_back_btn=0x7f060030;
public static final int confirm_order_total_price=0x7f06003f;
public static final int count=0x7f060052;
public static final int datePicker1=0x7f06009b;
public static final int defaultPosition=0x7f060016;
public static final int disabled=0x7f060000;
public static final int firstStrong=0x7f06001f;
public static final int gone=0x7f060009;
public static final int gravity=0x7f060021;
public static final int gridview=0x7f06004c;
public static final int hardware=0x7f06001a;
public static final int high=0x7f060012;
public static final int home_radio_button_group=0x7f060047;
public static final int home_tab_main=0x7f060048;
public static final int home_tab_my=0x7f060049;
public static final int horizontal=0x7f06000a;
public static final int ifContentScrolls=0x7f060014;
public static final int image=0x7f06004f;
public static final int imageView=0x7f06018a;
public static final int imageView1=0x7f060059;
public static final int image_upload_layout=0x7f060189;
public static final int images_back_bt=0x7f06004d;
public static final int images_back_layout_btn=0x7f06004b;
public static final int index_activity_layout_id=0x7f060062;
public static final int inherit=0x7f06001d;
public static final int inputkey1=0x7f0600a3;
public static final int inputkey2=0x7f0600c6;
public static final int inputkey3=0x7f0600e9;
public static final int inputkey4=0x7f06010b;
public static final int insideInset=0x7f06000d;
public static final int insideOverlay=0x7f06000c;
public static final int invisible=0x7f060008;
public static final int isselected=0x7f060050;
public static final int item_buy_count=0x7f060080;
public static final int item_buy_count_add_btn=0x7f060081;
public static final int item_buy_count_reduce_btn=0x7f06007f;
public static final int item_deatil_login_notice_txt=0x7f060075;
public static final int item_deatil_sku_price_txt=0x7f06007a;
public static final int item_deatil_sku_quantity_txt=0x7f06007b;
public static final int item_deatil_sku_title_txt=0x7f060079;
public static final int item_detail_all_layout=0x7f060070;
public static final int item_detail_buy_bottom_layout=0x7f060042;
public static final int item_detail_buy_btn=0x7f060071;
public static final int item_detail_buy_confirm_btn=0x7f060082;
public static final int item_detail_deleteprice_txt=0x7f06006b;
public static final int item_detail_dynamic_fill_content=0x7f06006f;
public static final int item_detail_dynamic_sku_properties=0x7f06007d;
public static final int item_detail_from_icon=0x7f06006d;
public static final int item_detail_from_txt=0x7f06006e;
public static final int item_detail_invaliditem_txt=0x7f06006c;
public static final int item_detail_login_notice_btn=0x7f060076;
public static final int item_detail_login_notice_img=0x7f060074;
public static final int item_detail_main_pic=0x7f060068;
public static final int item_detail_popup_auto_hight=0x7f060083;
public static final int item_detail_price_txt=0x7f06006a;
public static final int item_detail_sku_cancel=0x7f06007c;
public static final int item_detail_sku_dismiss=0x7f06007e;
public static final int item_detail_sku_panel=0x7f060077;
public static final int item_detail_sku_sm_img=0x7f060078;
public static final int item_detail_title_txt=0x7f060069;
public static final int item_detail_top_back_btn=0x7f060073;
public static final int item_grida_image=0x7f060058;
public static final int item_image_grid_text=0x7f060053;
public static final int item_line=0x7f060087;
public static final int item_list=0x7f060084;
public static final int item_pic=0x7f060085;
public static final int item_popupwindows_Photo=0x7f060056;
public static final int item_popupwindows_camera=0x7f060055;
public static final int item_popupwindows_cancel=0x7f060057;
public static final int item_price=0x7f06008a;
public static final int item_tag_img=0x7f060089;
public static final int item_title=0x7f060086;
public static final int items=0x7f06019a;
public static final int key0=0x7f0600f4;
public static final int key1=0x7f0600eb;
public static final int key2=0x7f0600ec;
public static final int key3=0x7f0600ed;
public static final int key4=0x7f0600ee;
public static final int key5=0x7f0600ef;
public static final int key6=0x7f0600f0;
public static final int key7=0x7f0600f1;
public static final int key8=0x7f0600f2;
public static final int key9=0x7f0600f3;
public static final int key_123=0x7f06012e;
public static final int key_A=0x7f0600d5;
public static final int key_ABC=0x7f0600bc;
public static final int key_B=0x7f0600e5;
public static final int key_C=0x7f0600e3;
public static final int key_D=0x7f0600d7;
public static final int key_E=0x7f0600ca;
public static final int key_F=0x7f0600d8;
public static final int key_G=0x7f0600d9;
public static final int key_H=0x7f0600da;
public static final int key_I=0x7f0600cf;
public static final int key_J=0x7f0600db;
public static final int key_K=0x7f0600dc;
public static final int key_L=0x7f0600dd;
public static final int key_M=0x7f0600e7;
public static final int key_N=0x7f0600e6;
public static final int key_O=0x7f0600d0;
public static final int key_P=0x7f0600d1;
public static final int key_Q=0x7f0600c8;
public static final int key_R=0x7f0600cb;
public static final int key_S=0x7f0600d6;
public static final int key_T=0x7f0600cc;
public static final int key_U=0x7f0600ce;
public static final int key_V=0x7f0600e4;
public static final int key_W=0x7f0600c9;
public static final int key_X=0x7f0600e2;
public static final int key_Y=0x7f0600cd;
public static final int key_Z=0x7f0600e1;
public static final int key_a=0x7f0600b2;
public static final int key_abc1=0x7f0600df;
public static final int key_abc2=0x7f06012f;
public static final int key_b=0x7f0600c2;
public static final int key_bottom=0x7f06012c;
public static final int key_bottom1=0x7f06012d;
public static final int key_bottom2=0x7f060131;
public static final int key_c=0x7f0600c0;
public static final int key_d=0x7f0600b4;
public static final int key_del1=0x7f0600bd;
public static final int key_del2=0x7f0600e0;
public static final int key_del3=0x7f060102;
public static final int key_del4=0x7f060124;
public static final int key_dot=0x7f060132;
public static final int key_dou=0x7f060130;
public static final int key_e=0x7f0600a7;
public static final int key_enter=0x7f060133;
public static final int key_f=0x7f0600b5;
public static final int key_g=0x7f0600b6;
public static final int key_h=0x7f0600b7;
public static final int key_i=0x7f0600ac;
public static final int key_input_popup=0x7f06009e;
public static final int key_j=0x7f0600b8;
public static final int key_k=0x7f0600b9;
public static final int key_l=0x7f0600ba;
public static final int key_m=0x7f0600c4;
public static final int key_n=0x7f0600c3;
public static final int key_o=0x7f0600ad;
public static final int key_p=0x7f0600ae;
public static final int key_q=0x7f0600a5;
public static final int key_r=0x7f0600a8;
public static final int key_s=0x7f0600b3;
public static final int key_space=0x7f060134;
public static final int key_symbol_1=0x7f0600f6;
public static final int key_symbol_10=0x7f0600ff;
public static final int key_symbol_11=0x7f060103;
public static final int key_symbol_12=0x7f060104;
public static final int key_symbol_13=0x7f060105;
public static final int key_symbol_14=0x7f060106;
public static final int key_symbol_15=0x7f060107;
public static final int key_symbol_16=0x7f060108;
public static final int key_symbol_17=0x7f060109;
public static final int key_symbol_18=0x7f06010d;
public static final int key_symbol_19=0x7f06010e;
public static final int key_symbol_2=0x7f0600f7;
public static final int key_symbol_20=0x7f06010f;
public static final int key_symbol_21=0x7f060110;
public static final int key_symbol_22=0x7f060111;
public static final int key_symbol_23=0x7f060112;
public static final int key_symbol_24=0x7f060113;
public static final int key_symbol_25=0x7f060114;
public static final int key_symbol_26=0x7f060115;
public static final int key_symbol_27=0x7f060116;
public static final int key_symbol_28=0x7f060119;
public static final int key_symbol_29=0x7f060118;
public static final int key_symbol_3=0x7f0600f8;
public static final int key_symbol_30=0x7f06011a;
public static final int key_symbol_31=0x7f06011b;
public static final int key_symbol_32=0x7f06011c;
public static final int key_symbol_33=0x7f06011d;
public static final int key_symbol_34=0x7f06011e;
public static final int key_symbol_35=0x7f06011f;
public static final int key_symbol_36=0x7f060120;
public static final int key_symbol_37=0x7f060121;
public static final int key_symbol_38=0x7f060125;
public static final int key_symbol_39=0x7f060126;
public static final int key_symbol_4=0x7f0600f9;
public static final int key_symbol_40=0x7f060127;
public static final int key_symbol_41=0x7f060128;
public static final int key_symbol_42=0x7f060129;
public static final int key_symbol_43=0x7f06012a;
public static final int key_symbol_44=0x7f06012b;
public static final int key_symbol_5=0x7f0600fa;
public static final int key_symbol_6=0x7f0600fb;
public static final int key_symbol_7=0x7f0600fc;
public static final int key_symbol_8=0x7f0600fd;
public static final int key_symbol_9=0x7f0600fe;
public static final int key_symbol_more=0x7f060101;
public static final int key_symbol_more2=0x7f060123;
public static final int key_t=0x7f0600a9;
public static final int key_u=0x7f0600ab;
public static final int key_v=0x7f0600c1;
public static final int key_w=0x7f0600a6;
public static final int key_x=0x7f0600bf;
public static final int key_y=0x7f0600aa;
public static final int key_z=0x7f0600be;
public static final int layout_background=0x7f06009f;
public static final int layout_safeNote=0x7f0600a0;
public static final int layout_wordKey_ABC=0x7f0600c5;
public static final int layout_wordKey_ABC_1=0x7f0600c7;
public static final int layout_wordKey_ABC_2=0x7f0600d2;
public static final int layout_wordKey_ABC_3=0x7f0600de;
public static final int layout_wordKey_abc=0x7f0600a2;
public static final int layout_wordKey_abc_1=0x7f0600a4;
public static final int layout_wordKey_abc_2=0x7f0600af;
public static final int layout_wordKey_abc_3=0x7f0600bb;
public static final int layout_wordKey_num=0x7f0600e8;
public static final int layout_wordKey_num_1=0x7f0600ea;
public static final int layout_wordKey_num_2=0x7f0600f5;
public static final int layout_wordKey_num_3=0x7f060100;
public static final int layout_wordKey_symbol=0x7f06010a;
public static final int layout_wordKey_symbol_1=0x7f06010c;
public static final int layout_wordKey_symbol_2=0x7f060117;
public static final int layout_wordKey_symbol_3=0x7f060122;
public static final int left=0x7f060017;
public static final int limit_price=0x7f060176;
public static final int limit_title=0x7f060175;
public static final int linearLayout1=0x7f060099;
public static final int linearLayout3=0x7f06009a;
public static final int ll_popup=0x7f060054;
public static final int locale=0x7f06001e;
public static final int login_qq_btn=0x7f060091;
public static final int login_qq_layout=0x7f060090;
public static final int login_taobao_btn=0x7f06008d;
public static final int login_taobao_layout=0x7f06008c;
public static final int login_top_back_btn=0x7f06008b;
public static final int login_weibo_btn=0x7f06008f;
public static final int login_weibo_layout=0x7f06008e;
public static final int low=0x7f060011;
public static final int ltr=0x7f06001b;
public static final int mini_bottom_block=0x7f060097;
public static final int mini_combox_label=0x7f060137;
public static final int mini_combox_spinner=0x7f060138;
public static final int mini_guide_btn=0x7f06009d;
public static final int mini_guide_img=0x7f06009c;
public static final int mini_input_error_msg=0x7f06013e;
public static final int mini_input_et=0x7f06013c;
public static final int mini_input_et_password=0x7f06013d;
public static final int mini_input_lable=0x7f06013b;
public static final int mini_input_layout=0x7f06013a;
public static final int mini_layout=0x7f060135;
public static final int mini_linBlocksConpent=0x7f060094;
public static final int mini_linSimplePwdComponent=0x7f060162;
public static final int mini_list=0x7f06015d;
public static final int mini_list_mask=0x7f06015e;
public static final int mini_page_add_account=0x7f060140;
public static final int mini_page_add_confirm=0x7f060143;
public static final int mini_page_add_input=0x7f060141;
public static final int mini_page_add_other_pay=0x7f060144;
public static final int mini_page_add_tips=0x7f060142;
public static final int mini_page_add_title=0x7f06013f;
public static final int mini_page_msg_account=0x7f060146;
public static final int mini_page_msg_btConfirm=0x7f06015b;
public static final int mini_page_msg_choose_link=0x7f060152;
public static final int mini_page_msg_credit=0x7f060153;
public static final int mini_page_msg_credit_line=0x7f060155;
public static final int mini_page_msg_input_cert=0x7f060150;
public static final int mini_page_msg_input_mobile=0x7f060157;
public static final int mini_page_msg_input_name=0x7f06014e;
public static final int mini_page_msg_input_pwd=0x7f060158;
public static final int mini_page_msg_input_safe=0x7f060156;
public static final int mini_page_msg_input_type=0x7f060149;
public static final int mini_page_msg_input_type_bank=0x7f06014b;
public static final int mini_page_msg_input_type_cardtype=0x7f06014c;
public static final int mini_page_msg_input_type_label=0x7f06014a;
public static final int mini_page_msg_input_validate=0x7f060154;
public static final int mini_page_msg_lin_name=0x7f06014d;
public static final int mini_page_msg_name_line=0x7f06014f;
public static final int mini_page_msg_name_tip=0x7f060151;
public static final int mini_page_msg_protocol_link=0x7f06015a;
public static final int mini_page_msg_spwd_panel=0x7f060159;
public static final int mini_page_msg_title=0x7f060145;
public static final int mini_root=0x7f060092;
public static final int mini_safty_code_close=0x7f060136;
public static final int mini_scroll_layout=0x7f060095;
public static final int mini_scroll_linBlocksConpent=0x7f060096;
public static final int mini_select_button_img=0x7f060160;
public static final int mini_select_button_text=0x7f06015f;
public static final int mini_spwd_input=0x7f060161;
public static final int mini_spwd_iv_1=0x7f060164;
public static final int mini_spwd_iv_2=0x7f060166;
public static final int mini_spwd_iv_3=0x7f060168;
public static final int mini_spwd_iv_4=0x7f06016a;
public static final int mini_spwd_iv_5=0x7f06016c;
public static final int mini_spwd_iv_6=0x7f06016e;
public static final int mini_spwd_rl_1=0x7f060163;
public static final int mini_spwd_rl_2=0x7f060165;
public static final int mini_spwd_rl_3=0x7f060167;
public static final int mini_spwd_rl_4=0x7f060169;
public static final int mini_spwd_rl_5=0x7f06016b;
public static final int mini_spwd_rl_6=0x7f06016d;
public static final int mini_title_block=0x7f060093;
public static final int mini_toast_icon=0x7f060139;
public static final int mini_toast_text=0x7f060098;
public static final int mini_ui_content=0x7f060147;
public static final int mini_ui_custom_scrollview=0x7f060148;
public static final int mini_ui_keyboard_view=0x7f06015c;
public static final int mini_webView_frame=0x7f060170;
public static final int mini_web_ProgressBar_loading=0x7f060171;
public static final int mini_web_title=0x7f06016f;
public static final int mini_webview_back=0x7f060172;
public static final int mini_webview_forward=0x7f060173;
public static final int mini_webview_refresh=0x7f060174;
public static final int mini_widget_label_input=0x7f060177;
public static final int mini_widget_label_input_input=0x7f060179;
public static final int mini_widget_label_input_label=0x7f060178;
public static final int month_area=0x7f06017a;
public static final int month_down_btn=0x7f06017d;
public static final int month_text=0x7f06017c;
public static final int month_up_btn=0x7f06017b;
public static final int multipleChoice=0x7f060005;
public static final int multipleChoiceModal=0x7f060006;
public static final int my_avatar_img=0x7f060184;
public static final int my_avatar_nick_bg=0x7f060183;
public static final int my_login_btn=0x7f060186;
public static final int my_nick_txt=0x7f060185;
public static final int name=0x7f060051;
public static final int never=0x7f060015;
public static final int no=0x7f060028;
public static final int noScrollgridview=0x7f060061;
public static final int none=0x7f060003;
public static final int normal=0x7f060001;
public static final int outsideInset=0x7f06000f;
public static final int outsideOverlay=0x7f06000e;
public static final int pay=0x7f060182;
public static final int pay_order_header_txt=0x7f06018c;
public static final int pay_order_top_back_btn=0x7f06018b;
public static final int pay_order_wv=0x7f06018d;
public static final int personal_center_setting_img=0x7f060188;
public static final int personal_center_setting_layout=0x7f060187;
public static final int personal_header_txt=0x7f060031;
public static final int photo_bt_del=0x7f06005e;
public static final int photo_bt_enter=0x7f06005f;
public static final int photo_bt_exit=0x7f06005d;
public static final int photo_relativeLayout=0x7f06005c;
public static final int pink_toast_notice=0x7f0601a1;
public static final int ptr_id_header=0x7f06018e;
public static final int ptr_id_image=0x7f06018f;
public static final int ptr_id_last_updated=0x7f060193;
public static final int ptr_id_spinner=0x7f060190;
public static final int ptr_id_text=0x7f060192;
public static final int ptr_id_textwrapper=0x7f060191;
public static final int pull_to_refresh_arrow=0x7f060198;
public static final int pull_to_refresh_content=0x7f060194;
public static final int pull_to_refresh_hint_textview=0x7f060196;
public static final int pull_to_refresh_progressbar=0x7f060199;
public static final int pull_to_refresh_text=0x7f060195;
public static final int pull_to_refresh_time=0x7f060197;
public static final int relativeLayout=0x7f06004a;
public static final int right=0x7f060018;
public static final int rtl=0x7f06001c;
public static final int safeNote=0x7f0600a1;
public static final int scrolling=0x7f06002a;
public static final int setting_loginout_btn=0x7f06019e;
public static final int setting_logout_layout=0x7f06019d;
public static final int setting_top_back_btn=0x7f06019c;
public static final int singleChoice=0x7f060004;
public static final int software=0x7f060019;
public static final int space_left=0x7f0600b0;
public static final int space_left_ABC=0x7f0600d3;
public static final int space_right=0x7f0600b1;
public static final int space_right_ABC=0x7f0600d4;
public static final int system_setting_header_layout=0x7f06019b;
public static final int tb_login_oauth_wv=0x7f0601a0;
public static final int tb_login_top_back_btn=0x7f06019f;
public static final int tb_top=0x7f060072;
public static final int textEnd=0x7f060023;
public static final int textStart=0x7f060022;
public static final int top_radio_button_group=0x7f060063;
public static final int tv_tab_fashion=0x7f060066;
public static final int tv_tab_new=0x7f060064;
public static final int tv_tab_select=0x7f060065;
public static final int umeng_common_icon_view=0x7f0601a2;
public static final int umeng_common_notification=0x7f0601a6;
public static final int umeng_common_notification_controller=0x7f0601a3;
public static final int umeng_common_progress_bar=0x7f0601a9;
public static final int umeng_common_progress_text=0x7f0601a8;
public static final int umeng_common_rich_notification_cancel=0x7f0601a5;
public static final int umeng_common_rich_notification_continue=0x7f0601a4;
public static final int umeng_common_title=0x7f0601a7;
public static final int umeng_fb_back=0x7f0601ab;
public static final int umeng_fb_contact_header=0x7f0601aa;
public static final int umeng_fb_contact_info=0x7f0601ad;
public static final int umeng_fb_contact_update_at=0x7f0601ae;
public static final int umeng_fb_conversation_contact_entry=0x7f0601b0;
public static final int umeng_fb_conversation_header=0x7f0601af;
public static final int umeng_fb_conversation_list_wrapper=0x7f0601b1;
public static final int umeng_fb_conversation_umeng_logo=0x7f0601b6;
public static final int umeng_fb_list_reply_header=0x7f0601b7;
public static final int umeng_fb_reply_content=0x7f0601b5;
public static final int umeng_fb_reply_content_wrapper=0x7f0601b3;
public static final int umeng_fb_reply_date=0x7f0601b8;
public static final int umeng_fb_reply_list=0x7f0601b2;
public static final int umeng_fb_save=0x7f0601ac;
public static final int umeng_fb_send=0x7f0601b4;
public static final int umeng_update_content=0x7f0601bb;
public static final int umeng_update_id_cancel=0x7f0601be;
public static final int umeng_update_id_check=0x7f0601bc;
public static final int umeng_update_id_close=0x7f0601ba;
public static final int umeng_update_id_ignore=0x7f0601bf;
public static final int umeng_update_id_ok=0x7f0601bd;
public static final int umeng_update_wifi_indicator=0x7f0601b9;
public static final int upload_text_btn=0x7f06004e;
public static final int vPager=0x7f060067;
public static final int vertical=0x7f06000b;
public static final int viewEnd=0x7f060026;
public static final int viewStart=0x7f060025;
public static final int view_more_content=0x7f0601c0;
public static final int view_more_hint_textview=0x7f0601c2;
public static final int view_more_progressbar=0x7f0601c1;
public static final int viewpager=0x7f06005b;
public static final int visible=0x7f060007;
public static final int xx=0x7f060088;
public static final int year_area=0x7f06017e;
public static final int year_down_btn=0x7f060181;
public static final int year_text=0x7f060180;
public static final int year_up_btn=0x7f06017f;
public static final int yes=0x7f060027;
}
public static final class layout {
public static final int confirm_order_activity=0x7f030000;
public static final int home_activity=0x7f030001;
public static final int image_upload_bucket=0x7f030002;
public static final int image_upload_grid=0x7f030003;
public static final int image_upload_item_bucket=0x7f030004;
public static final int image_upload_item_grid=0x7f030005;
public static final int image_upload_item_popupwindows=0x7f030006;
public static final int image_upload_item_published_grida=0x7f030007;
public static final int image_upload_main=0x7f030008;
public static final int image_upload_photo=0x7f030009;
public static final int image_upload_selectimg=0x7f03000a;
public static final int index_activity=0x7f03000b;
public static final int item_detail_core=0x7f03000c;
public static final int item_detail_frame=0x7f03000d;
public static final int item_detail_login_notice=0x7f03000e;
public static final int item_detail_sku_select=0x7f03000f;
public static final int item_list=0x7f030010;
public static final int login_activity=0x7f030011;
public static final int mini_activity_main=0x7f030012;
public static final int mini_custom_text_toast=0x7f030013;
public static final int mini_express_year_month_picker=0x7f030014;
public static final int mini_guide_layout_new=0x7f030015;
public static final int mini_key_input_popup=0x7f030016;
public static final int mini_layout=0x7f030017;
public static final int mini_safty_code_info_layout=0x7f030018;
public static final int mini_ui_block=0x7f030019;
public static final int mini_ui_button=0x7f03001a;
public static final int mini_ui_checkbox=0x7f03001b;
public static final int mini_ui_combobox=0x7f03001c;
public static final int mini_ui_component=0x7f03001d;
public static final int mini_ui_custom_toast=0x7f03001e;
public static final int mini_ui_icon=0x7f03001f;
public static final int mini_ui_image=0x7f030020;
public static final int mini_ui_label=0x7f030021;
public static final int mini_ui_lable_input=0x7f030022;
public static final int mini_ui_line=0x7f030023;
public static final int mini_ui_link=0x7f030024;
public static final int mini_ui_page_add_card=0x7f030025;
public static final int mini_ui_page_card_msg=0x7f030026;
public static final int mini_ui_password=0x7f030027;
public static final int mini_ui_radio=0x7f030028;
public static final int mini_ui_richtext=0x7f030029;
public static final int mini_ui_scroll=0x7f03002a;
public static final int mini_ui_select_button=0x7f03002b;
public static final int mini_ui_select_button_item=0x7f03002c;
public static final int mini_ui_simple_password=0x7f03002d;
public static final int mini_ui_span=0x7f03002e;
public static final int mini_ui_textarea=0x7f03002f;
public static final int mini_ui_webview=0x7f030030;
public static final int mini_web_view=0x7f030031;
public static final int mini_widget_label=0x7f030032;
public static final int mini_widget_label_input=0x7f030033;
public static final int mini_year_month_picker=0x7f030034;
public static final int msp_demo_main=0x7f030035;
public static final int msp_dialog_progress=0x7f030036;
public static final int my_activity=0x7f030037;
public static final int pay_order_activity=0x7f030038;
public static final int ptr_header=0x7f030039;
public static final int pull_to_refresh=0x7f03003a;
public static final int pull_to_refresh_items=0x7f03003b;
public static final int system_setting=0x7f03003c;
public static final int taobao_login_activity=0x7f03003d;
public static final int toast=0x7f03003e;
public static final int umeng_common_download_notification=0x7f03003f;
public static final int umeng_fb_activity_contact=0x7f030040;
public static final int umeng_fb_activity_conversation=0x7f030041;
public static final int umeng_fb_list_header=0x7f030042;
public static final int umeng_fb_list_item=0x7f030043;
public static final int umeng_fb_new_reply_alert_dialog=0x7f030044;
public static final int umeng_update_dialog=0x7f030045;
public static final int view_more=0x7f030046;
public static final int weibo_login_activity=0x7f030047;
}
public static final class string {
public static final int UMAppUpdate=0x7f080000;
public static final int UMBreak_Network=0x7f080001;
public static final int UMDialog_InstallAPK=0x7f080002;
public static final int UMGprsCondition=0x7f080003;
public static final int UMIgnore=0x7f080004;
public static final int UMNewVersion=0x7f080005;
public static final int UMNotNow=0x7f080006;
public static final int UMTargetSize=0x7f080007;
public static final int UMToast_IsUpdating=0x7f080008;
public static final int UMUpdateCheck=0x7f080009;
public static final int UMUpdateContent=0x7f08000a;
public static final int UMUpdateNow=0x7f08000b;
public static final int UMUpdateSize=0x7f08000c;
public static final int UMUpdateTitle=0x7f08000d;
public static final int action_settings=0x7f08000e;
public static final int app_name=0x7f08000f;
public static final int cardCancle=0x7f080010;
public static final int cardDefaultuse=0x7f080011;
public static final int cardUnbing=0x7f080012;
public static final int channel=0x7f080013;
public static final int confirm_title=0x7f080014;
public static final int login_expired_relogin=0x7f080015;
public static final int mini_agree=0x7f080016;
public static final int mini_app_error=0x7f080017;
public static final int mini_canel_install_msp=0x7f080018;
public static final int mini_canel_install_wallet=0x7f080019;
public static final int mini_car_default_use=0x7f08001a;
public static final int mini_car_limit_phone=0x7f08001b;
public static final int mini_card_no=0x7f08001c;
public static final int mini_card_type=0x7f08001d;
public static final int mini_countdown_info=0x7f08001e;
public static final int mini_date=0x7f08001f;
public static final int mini_date_hint=0x7f080020;
public static final int mini_debug_app_error=0x7f080021;
public static final int mini_debuglog=0x7f080022;
public static final int mini_env_pre=0x7f080023;
public static final int mini_error_title_default=0x7f080024;
public static final int mini_format_error=0x7f080025;
public static final int mini_http_url=0x7f080026;
public static final int mini_id_no=0x7f080027;
public static final int mini_loading=0x7f080028;
public static final int mini_loading_1=0x7f080029;
public static final int mini_net_error=0x7f08002a;
public static final int mini_no_input=0x7f08002b;
public static final int mini_page_add_hint=0x7f08002c;
public static final int mini_page_add_other_pay=0x7f08002d;
public static final int mini_page_add_tips=0x7f08002e;
public static final int mini_page_add_title=0x7f08002f;
public static final int mini_page_input_id_hint=0x7f080030;
public static final int mini_page_input_name_hint=0x7f080031;
public static final int mini_page_msg_check=0x7f080032;
public static final int mini_page_msg_choose_type=0x7f080033;
public static final int mini_page_msg_title=0x7f080034;
public static final int mini_page_name=0x7f080035;
public static final int mini_page_next=0x7f080036;
public static final int mini_password=0x7f080037;
public static final int mini_password_hint=0x7f080038;
public static final int mini_phone_no=0x7f080039;
public static final int mini_phone_no_hint=0x7f08003a;
public static final int mini_quickpay_protocol=0x7f08003b;
public static final int mini_redo=0x7f08003c;
public static final int mini_safe_no=0x7f08003d;
public static final int mini_safe_no_hint=0x7f08003e;
public static final int mini_setting_credit_cards_tips=0x7f08003f;
public static final int mini_setting_debit_cards_tips=0x7f080040;
public static final int mini_setting_default_tips=0x7f080041;
public static final int mini_setting_pay_password=0x7f080042;
public static final int mini_setting_view_all_bankcard=0x7f080043;
public static final int mini_str_null=0x7f080044;
public static final int mini_switch=0x7f080045;
public static final int mini_weakpassword_error_same=0x7f080046;
public static final int mini_weakpassword_error_serial=0x7f080047;
public static final int msp_action_settings=0x7f080048;
public static final int msp_app_name=0x7f080049;
public static final int msp_close=0x7f08004a;
public static final int msp_error_title_default=0x7f08004b;
public static final int msp_memo_app_cancel=0x7f08004c;
public static final int msp_memo_repeat_pay=0x7f08004d;
public static final int msp_memo_server_cancel=0x7f08004e;
public static final int msp_memo_user_cancel=0x7f08004f;
public static final int msp_mini_card_type_text=0x7f080050;
public static final int msp_mini_choose_identitify=0x7f080051;
public static final int msp_mini_read_protocal_title=0x7f080052;
public static final int msp_mini_safty_code_info=0x7f080053;
public static final int msp_mini_safty_code_title=0x7f080054;
public static final int msp_str_null=0x7f080055;
public static final int msp_xlistview_footer_hint_normal=0x7f080056;
public static final int msp_xlistview_header_hint_normal=0x7f080057;
public static final int msp_xlistview_header_last_time=0x7f080058;
public static final int my_tb=0x7f080059;
public static final int tab_1=0x7f08005a;
public static final int tab_2=0x7f08005b;
public static final int tab_3=0x7f08005c;
public static final int title_activity_base=0x7f08005d;
public static final int title_activity_confirm_order=0x7f08005e;
public static final int title_activity_home=0x7f08005f;
public static final int title_activity_index=0x7f080060;
public static final int title_activity_item_detail=0x7f080061;
public static final int title_activity_login=0x7f080062;
public static final int title_activity_my=0x7f080063;
public static final int title_activity_pay_order=0x7f080064;
public static final int title_activity_qq_login=0x7f080065;
public static final int title_activity_search=0x7f080066;
public static final int title_activity_setting=0x7f080067;
public static final int title_activity_taobao_login=0x7f080068;
public static final int title_activity_weibo_login=0x7f080069;
public static final int title_cart=0x7f08006a;
public static final int title_category=0x7f08006b;
public static final int title_image_upload_main=0x7f08006c;
public static final int title_index=0x7f08006d;
public static final int title_my=0x7f08006e;
public static final int title_stars=0x7f08006f;
public static final int todo=0x7f080070;
public static final int umeng_common_action_cancel=0x7f080071;
public static final int umeng_common_action_continue=0x7f080072;
public static final int umeng_common_action_info_exist=0x7f080073;
public static final int umeng_common_action_pause=0x7f080074;
public static final int umeng_common_download_failed=0x7f080075;
public static final int umeng_common_download_finish=0x7f080076;
public static final int umeng_common_download_notification_prefix=0x7f080077;
public static final int umeng_common_icon=0x7f080078;
public static final int umeng_common_info_interrupt=0x7f080079;
public static final int umeng_common_network_break_alert=0x7f08007a;
public static final int umeng_common_patch_finish=0x7f08007b;
public static final int umeng_common_pause_notification_prefix=0x7f08007c;
public static final int umeng_common_silent_download_finish=0x7f08007d;
public static final int umeng_common_start_download_notification=0x7f08007e;
public static final int umeng_common_start_patch_notification=0x7f08007f;
public static final int umeng_fb_back=0x7f080080;
public static final int umeng_fb_contact_info=0x7f080081;
public static final int umeng_fb_contact_info_hint=0x7f080082;
public static final int umeng_fb_contact_title=0x7f080083;
public static final int umeng_fb_contact_update_at=0x7f080084;
public static final int umeng_fb_notification_content_formatter_multiple_msg=0x7f080085;
public static final int umeng_fb_notification_content_formatter_single_msg=0x7f080086;
public static final int umeng_fb_notification_ticker_text=0x7f080087;
public static final int umeng_fb_powered_by=0x7f080088;
public static final int umeng_fb_reply_content_default=0x7f080089;
public static final int umeng_fb_reply_content_hint=0x7f08008a;
public static final int umeng_fb_reply_date_default=0x7f08008b;
public static final int umeng_fb_send=0x7f08008c;
public static final int umeng_fb_title=0x7f08008d;
public static final int user_work_back=0x7f08008e;
public static final int xlistview_footer_hint_normal=0x7f08008f;
public static final int xlistview_footer_hint_ready=0x7f080090;
public static final int xlistview_header_hint_loading=0x7f080091;
public static final int xlistview_header_hint_normal=0x7f080092;
public static final int xlistview_header_hint_ready=0x7f080093;
public static final int xlistview_header_last_time=0x7f080094;
}
public static final class style {
/**
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
*/
public static final int AppBaseTheme=0x7f090000;
/** All customizations that are NOT specific to a particular API-level can go here.
*/
public static final int AppTheme=0x7f090001;
/** API 11 theme customizations can go here.
*/
public static final int MspAppBaseTheme=0x7f090002;
public static final int MspAppPayTheme=0x7f090003;
public static final int MspAppTheme=0x7f090004;
/** API 11 theme customizations can go here.
*/
public static final int MspAppTranslucentBaseTheme=0x7f09001e;
public static final int ProgressDialog=0x7f090005;
public static final int TextLarge=0x7f090006;
public static final int TextMedium=0x7f090007;
public static final int TextSmall=0x7f090008;
public static final int home_tab_bottom=0x7f090009;
public static final int index_tab_top=0x7f09000a;
public static final int item_sku_animation=0x7f09000b;
public static final int login_animation=0x7f09000c;
public static final int mini_Dialog=0x7f09000d;
public static final int mini_UITextField=0x7f09000e;
public static final int mini_progressBar_webview=0x7f09000f;
public static final int mini_safty_dialog=0x7f090010;
public static final int mini_title_text_style=0x7f090011;
public static final int ptr_arrow=0x7f090012;
public static final int ptr_header=0x7f090013;
public static final int ptr_headerContainer=0x7f090014;
public static final int ptr_last_updated=0x7f090015;
public static final int ptr_spinner=0x7f090016;
public static final int ptr_text=0x7f090017;
public static final int ptr_textwrapper=0x7f090018;
public static final int text_20=0x7f090019;
public static final int text_24=0x7f09001a;
public static final int text_dark_gray_24=0x7f09001b;
public static final int text_gray_20=0x7f09001c;
public static final int text_light_gray_20=0x7f09001d;
}
public static final class styleable {
/** Attributes that can be used with a AbsListView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #AbsListView_cacheColorHint com.taobao.tae.Mshopping.demo:cacheColorHint}</code></td><td>
Indicates that this list will always be drawn on top of solid, single-color
opaque background.</td></tr>
<tr><td><code>{@link #AbsListView_choiceMode com.taobao.tae.Mshopping.demo:choiceMode}</code></td><td>
Defines the choice behavior for the view.</td></tr>
<tr><td><code>{@link #AbsListView_drawSelectorOnTop com.taobao.tae.Mshopping.demo:drawSelectorOnTop}</code></td><td>
When set to true, the selector will be drawn over the selected item.</td></tr>
<tr><td><code>{@link #AbsListView_fastScrollAlwaysVisible com.taobao.tae.Mshopping.demo:fastScrollAlwaysVisible}</code></td><td>
When set to true, the list will always show the fast scroll interface.</td></tr>
<tr><td><code>{@link #AbsListView_fastScrollEnabled com.taobao.tae.Mshopping.demo:fastScrollEnabled}</code></td><td>
Enables the fast scroll thumb that can be dragged to quickly scroll through
the list.</td></tr>
<tr><td><code>{@link #AbsListView_listSelector com.taobao.tae.Mshopping.demo:listSelector}</code></td><td> Drawable used to indicate the currently selected item in the list.</td></tr>
<tr><td><code>{@link #AbsListView_scrollingCache com.taobao.tae.Mshopping.demo:scrollingCache}</code></td><td>
When set to true, the list uses a drawing cache during scrolling.</td></tr>
<tr><td><code>{@link #AbsListView_smoothScrollbar com.taobao.tae.Mshopping.demo:smoothScrollbar}</code></td><td>
When set to true, the list will use a more refined calculation
method based on the pixels height of the items visible on screen.</td></tr>
<tr><td><code>{@link #AbsListView_stackFromBottom com.taobao.tae.Mshopping.demo:stackFromBottom}</code></td><td> Used by ListView and GridView to stack their content from the bottom.</td></tr>
<tr><td><code>{@link #AbsListView_textFilterEnabled com.taobao.tae.Mshopping.demo:textFilterEnabled}</code></td><td>
When set to true, the list will filter results as the user types.</td></tr>
<tr><td><code>{@link #AbsListView_transcriptMode com.taobao.tae.Mshopping.demo:transcriptMode}</code></td><td>
Sets the transcript mode for the list.</td></tr>
</table>
@see #AbsListView_cacheColorHint
@see #AbsListView_choiceMode
@see #AbsListView_drawSelectorOnTop
@see #AbsListView_fastScrollAlwaysVisible
@see #AbsListView_fastScrollEnabled
@see #AbsListView_listSelector
@see #AbsListView_scrollingCache
@see #AbsListView_smoothScrollbar
@see #AbsListView_stackFromBottom
@see #AbsListView_textFilterEnabled
@see #AbsListView_transcriptMode
*/
public static final int[] AbsListView = {
0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005,
0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009,
0x7f01000a, 0x7f01000b, 0x7f01000c
};
/**
<p>
@attr description
Indicates that this list will always be drawn on top of solid, single-color
opaque background. This allows the list to optimize drawing.
<p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:cacheColorHint
*/
public static final int AbsListView_cacheColorHint = 6;
/**
<p>
@attr description
Defines the choice behavior for the view. By default, lists do not have
any choice behavior. By setting the choiceMode to singleChoice, the list
allows up to one item to be in a chosen state. By setting the choiceMode to
multipleChoice, the list allows any number of items to be chosen.
Finally, by setting the choiceMode to multipleChoiceModal the list allows
any number of items to be chosen in a special selection mode.
The application will supply a
{@link android.widget.AbsListView.MultiChoiceModeListener} using
{@link android.widget.AbsListView#setMultiChoiceModeListener} to control the
selection mode. This uses the {@link android.view.ActionMode} API.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td> Normal list that does not indicate choices. </td></tr>
<tr><td><code>singleChoice</code></td><td>1</td><td> The list allows up to one choice. </td></tr>
<tr><td><code>multipleChoice</code></td><td>2</td><td> The list allows multiple choices. </td></tr>
<tr><td><code>multipleChoiceModal</code></td><td>3</td><td> The list allows multiple choices in a custom selection mode. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:choiceMode
*/
public static final int AbsListView_choiceMode = 9;
/**
<p>
@attr description
When set to true, the selector will be drawn over the selected item.
Otherwise the selector is drawn behind the selected item. The default
value is false.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:drawSelectorOnTop
*/
public static final int AbsListView_drawSelectorOnTop = 1;
/**
<p>
@attr description
When set to true, the list will always show the fast scroll interface.
This setting implies fastScrollEnabled.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:fastScrollAlwaysVisible
*/
public static final int AbsListView_fastScrollAlwaysVisible = 10;
/**
<p>
@attr description
Enables the fast scroll thumb that can be dragged to quickly scroll through
the list.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:fastScrollEnabled
*/
public static final int AbsListView_fastScrollEnabled = 7;
/**
<p>
@attr description
Drawable used to indicate the currently selected item in the list.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:listSelector
*/
public static final int AbsListView_listSelector = 0;
/**
<p>
@attr description
When set to true, the list uses a drawing cache during scrolling.
This makes the rendering faster but uses more memory. The default
value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollingCache
*/
public static final int AbsListView_scrollingCache = 3;
/**
<p>
@attr description
When set to true, the list will use a more refined calculation
method based on the pixels height of the items visible on screen. This
property is set to true by default but should be set to false if your adapter
will display items of varying heights. When this property is set to true and
your adapter displays items of varying heights, the scrollbar thumb will
change size as the user scrolls through the list. When set to fale, the list
will use only the number of items in the adapter and the number of items visible
on screen to determine the scrollbar's properties.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:smoothScrollbar
*/
public static final int AbsListView_smoothScrollbar = 8;
/**
<p>
@attr description
Used by ListView and GridView to stack their content from the bottom.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:stackFromBottom
*/
public static final int AbsListView_stackFromBottom = 2;
/**
<p>
@attr description
When set to true, the list will filter results as the user types. The
List's adapter must support the Filterable interface for this to work.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:textFilterEnabled
*/
public static final int AbsListView_textFilterEnabled = 4;
/**
<p>
@attr description
Sets the transcript mode for the list. In transcript mode, the list
scrolls to the bottom to make new items visible when they are added.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>disabled</code></td><td>0</td><td> Disables transcript mode. This is the default value. </td></tr>
<tr><td><code>normal</code></td><td>1</td><td>
The list will automatically scroll to the bottom when
a data set change notification is received and only if the last item is
already visible on screen.
</td></tr>
<tr><td><code>alwaysScroll</code></td><td>2</td><td>
The list will automatically scroll to the bottom, no matter what items
are currently visible.
</td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:transcriptMode
*/
public static final int AbsListView_transcriptMode = 5;
/** Attributes that can be used with a ListView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ListView_dividerHeight com.taobao.tae.Mshopping.demo:dividerHeight}</code></td><td> Drawable or color to draw between list items.</td></tr>
<tr><td><code>{@link #ListView_footerDividersEnabled com.taobao.tae.Mshopping.demo:footerDividersEnabled}</code></td><td>
When set to false, the ListView will not draw the divider before each footer view.</td></tr>
<tr><td><code>{@link #ListView_headerDividersEnabled com.taobao.tae.Mshopping.demo:headerDividersEnabled}</code></td><td>
When set to false, the ListView will not draw the divider after each header view.</td></tr>
<tr><td><code>{@link #ListView_overScrollFooter com.taobao.tae.Mshopping.demo:overScrollFooter}</code></td><td> Drawable to draw below list content.</td></tr>
<tr><td><code>{@link #ListView_overScrollHeader com.taobao.tae.Mshopping.demo:overScrollHeader}</code></td><td> Drawable to draw above list content.</td></tr>
</table>
@see #ListView_dividerHeight
@see #ListView_footerDividersEnabled
@see #ListView_headerDividersEnabled
@see #ListView_overScrollFooter
@see #ListView_overScrollHeader
*/
public static final int[] ListView = {
0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010,
0x7f010011
};
/**
<p>
@attr description
Drawable or color to draw between list items.
<attr name="divider" format="reference|color" />
Height of the divider. Will use the intrinsic height of the divider if this
is not specified.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:dividerHeight
*/
public static final int ListView_dividerHeight = 0;
/**
<p>
@attr description
When set to false, the ListView will not draw the divider before each footer view.
The default value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:footerDividersEnabled
*/
public static final int ListView_footerDividersEnabled = 2;
/**
<p>
@attr description
When set to false, the ListView will not draw the divider after each header view.
The default value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:headerDividersEnabled
*/
public static final int ListView_headerDividersEnabled = 1;
/**
<p>
@attr description
Drawable to draw below list content.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:overScrollFooter
*/
public static final int ListView_overScrollFooter = 4;
/**
<p>
@attr description
Drawable to draw above list content.
<p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>May be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>",
"<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:overScrollHeader
*/
public static final int ListView_overScrollHeader = 3;
/** Attributes that can be used with a PinterestLikeAdapterView.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #PinterestLikeAdapterView_plaColumnNumber com.taobao.tae.Mshopping.demo:plaColumnNumber}</code></td><td></td></tr>
<tr><td><code>{@link #PinterestLikeAdapterView_plaColumnPaddingLeft com.taobao.tae.Mshopping.demo:plaColumnPaddingLeft}</code></td><td></td></tr>
<tr><td><code>{@link #PinterestLikeAdapterView_plaColumnPaddingRight com.taobao.tae.Mshopping.demo:plaColumnPaddingRight}</code></td><td></td></tr>
<tr><td><code>{@link #PinterestLikeAdapterView_plaLandscapeColumnNumber com.taobao.tae.Mshopping.demo:plaLandscapeColumnNumber}</code></td><td></td></tr>
</table>
@see #PinterestLikeAdapterView_plaColumnNumber
@see #PinterestLikeAdapterView_plaColumnPaddingLeft
@see #PinterestLikeAdapterView_plaColumnPaddingRight
@see #PinterestLikeAdapterView_plaLandscapeColumnNumber
*/
public static final int[] PinterestLikeAdapterView = {
0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015
};
/**
<p>This symbol is the offset where the {@link com.taobao.tae.Mshopping.demo.R.attr#plaColumnNumber}
attribute's value can be found in the {@link #PinterestLikeAdapterView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.taobao.tae.Mshopping.demo:plaColumnNumber
*/
public static final int PinterestLikeAdapterView_plaColumnNumber = 0;
/**
<p>This symbol is the offset where the {@link com.taobao.tae.Mshopping.demo.R.attr#plaColumnPaddingLeft}
attribute's value can be found in the {@link #PinterestLikeAdapterView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.taobao.tae.Mshopping.demo:plaColumnPaddingLeft
*/
public static final int PinterestLikeAdapterView_plaColumnPaddingLeft = 2;
/**
<p>This symbol is the offset where the {@link com.taobao.tae.Mshopping.demo.R.attr#plaColumnPaddingRight}
attribute's value can be found in the {@link #PinterestLikeAdapterView} array.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.taobao.tae.Mshopping.demo:plaColumnPaddingRight
*/
public static final int PinterestLikeAdapterView_plaColumnPaddingRight = 3;
/**
<p>This symbol is the offset where the {@link com.taobao.tae.Mshopping.demo.R.attr#plaLandscapeColumnNumber}
attribute's value can be found in the {@link #PinterestLikeAdapterView} array.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
@attr name com.taobao.tae.Mshopping.demo:plaLandscapeColumnNumber
*/
public static final int PinterestLikeAdapterView_plaLandscapeColumnNumber = 1;
/** Attributes that can be used with a View.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #View_accessibilityFocusable com.taobao.tae.Mshopping.demo:accessibilityFocusable}</code></td><td> @hide Controls whether this view can take accessibility focus.</td></tr>
<tr><td><code>{@link #View_alpha com.taobao.tae.Mshopping.demo:alpha}</code></td><td>
alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque).</td></tr>
<tr><td><code>{@link #View_clickable com.taobao.tae.Mshopping.demo:clickable}</code></td><td> Defines whether this view reacts to click events.</td></tr>
<tr><td><code>{@link #View_contentDescription com.taobao.tae.Mshopping.demo:contentDescription}</code></td><td>
Defines text that briefly describes content of the view.</td></tr>
<tr><td><code>{@link #View_drawingCacheQuality com.taobao.tae.Mshopping.demo:drawingCacheQuality}</code></td><td>
Defines the quality of translucent drawing caches.</td></tr>
<tr><td><code>{@link #View_duplicateParentState com.taobao.tae.Mshopping.demo:duplicateParentState}</code></td><td>
When this attribute is set to true, the view gets its drawable state
(focused, pressed, etc.</td></tr>
<tr><td><code>{@link #View_fadeScrollbars com.taobao.tae.Mshopping.demo:fadeScrollbars}</code></td><td> Defines whether to fade out scrollbars when they are not in use.</td></tr>
<tr><td><code>{@link #View_fadingEdge com.taobao.tae.Mshopping.demo:fadingEdge}</code></td><td>
This attribute is deprecated and will be ignored as of
API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}).</td></tr>
<tr><td><code>{@link #View_fadingEdgeLength com.taobao.tae.Mshopping.demo:fadingEdgeLength}</code></td><td> Defines the length of the fading edges.</td></tr>
<tr><td><code>{@link #View_filterTouchesWhenObscured com.taobao.tae.Mshopping.demo:filterTouchesWhenObscured}</code></td><td>
Specifies whether to filter touches when the view's window is obscured by
another visible window.</td></tr>
<tr><td><code>{@link #View_fitsSystemWindows com.taobao.tae.Mshopping.demo:fitsSystemWindows}</code></td><td>
Boolean internal attribute to adjust view layout based on
system windows such as the status bar.</td></tr>
<tr><td><code>{@link #View_focusable com.taobao.tae.Mshopping.demo:focusable}</code></td><td>
Boolean that controls whether a view can take focus.</td></tr>
<tr><td><code>{@link #View_focusableInTouchMode com.taobao.tae.Mshopping.demo:focusableInTouchMode}</code></td><td>
Boolean that controls whether a view can take focus while in touch mode.</td></tr>
<tr><td><code>{@link #View_hapticFeedbackEnabled com.taobao.tae.Mshopping.demo:hapticFeedbackEnabled}</code></td><td>
Boolean that controls whether a view should have haptic feedback
enabled for events such as long presses.</td></tr>
<tr><td><code>{@link #View_id com.taobao.tae.Mshopping.demo:id}</code></td><td>
Supply an identifier name for this view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById Activity.findViewById()}.</td></tr>
<tr><td><code>{@link #View_importantForAccessibility com.taobao.tae.Mshopping.demo:importantForAccessibility}</code></td><td>
Controls how this View is important for accessibility which is if it fires
accessibility events and if it is reported to accessibility services that
query the screen.</td></tr>
<tr><td><code>{@link #View_isScrollContainer com.taobao.tae.Mshopping.demo:isScrollContainer}</code></td><td>
Set this if the view will serve as a scrolling container, meaing
that it can be resized to shrink its overall window so that there
will be space for an input method.</td></tr>
<tr><td><code>{@link #View_keepScreenOn com.taobao.tae.Mshopping.demo:keepScreenOn}</code></td><td>
Controls whether the view's window should keep the screen on
while visible.</td></tr>
<tr><td><code>{@link #View_layerType com.taobao.tae.Mshopping.demo:layerType}</code></td><td>
Specifies the type of layer backing this view.</td></tr>
<tr><td><code>{@link #View_layoutDirection com.taobao.tae.Mshopping.demo:layoutDirection}</code></td><td>
Defines the direction of layout drawing.</td></tr>
<tr><td><code>{@link #View_longClickable com.taobao.tae.Mshopping.demo:longClickable}</code></td><td> Defines whether this view reacts to long click events.</td></tr>
<tr><td><code>{@link #View_minHeight com.taobao.tae.Mshopping.demo:minHeight}</code></td><td>
Defines the minimum height of the view.</td></tr>
<tr><td><code>{@link #View_minWidth com.taobao.tae.Mshopping.demo:minWidth}</code></td><td>
Defines the minimum width of the view.</td></tr>
<tr><td><code>{@link #View_nextFocusDown com.taobao.tae.Mshopping.demo:nextFocusDown}</code></td><td>
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_DOWN}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.</td></tr>
<tr><td><code>{@link #View_nextFocusForward com.taobao.tae.Mshopping.demo:nextFocusForward}</code></td><td>
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_FORWARD}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.</td></tr>
<tr><td><code>{@link #View_nextFocusLeft com.taobao.tae.Mshopping.demo:nextFocusLeft}</code></td><td>
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_LEFT}.</td></tr>
<tr><td><code>{@link #View_nextFocusRight com.taobao.tae.Mshopping.demo:nextFocusRight}</code></td><td>
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_RIGHT}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.</td></tr>
<tr><td><code>{@link #View_nextFocusUp com.taobao.tae.Mshopping.demo:nextFocusUp}</code></td><td>
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_UP}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.</td></tr>
<tr><td><code>{@link #View_onClick com.taobao.tae.Mshopping.demo:onClick}</code></td><td>
Name of the method in this View's context to invoke when the view is
clicked.</td></tr>
<tr><td><code>{@link #View_overScrollMode com.taobao.tae.Mshopping.demo:overScrollMode}</code></td><td>
Defines over-scrolling behavior.</td></tr>
<tr><td><code>{@link #View_padding com.taobao.tae.Mshopping.demo:padding}</code></td><td>
A drawable to use as the background.</td></tr>
<tr><td><code>{@link #View_paddingBottom com.taobao.tae.Mshopping.demo:paddingBottom}</code></td><td> Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}.</td></tr>
<tr><td><code>{@link #View_paddingEnd com.taobao.tae.Mshopping.demo:paddingEnd}</code></td><td> Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.</td></tr>
<tr><td><code>{@link #View_paddingLeft com.taobao.tae.Mshopping.demo:paddingLeft}</code></td><td> Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}.</td></tr>
<tr><td><code>{@link #View_paddingRight com.taobao.tae.Mshopping.demo:paddingRight}</code></td><td> Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}.</td></tr>
<tr><td><code>{@link #View_paddingStart com.taobao.tae.Mshopping.demo:paddingStart}</code></td><td> Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.</td></tr>
<tr><td><code>{@link #View_paddingTop com.taobao.tae.Mshopping.demo:paddingTop}</code></td><td> Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}.</td></tr>
<tr><td><code>{@link #View_requiresFadingEdge com.taobao.tae.Mshopping.demo:requiresFadingEdge}</code></td><td> Defines which edges should be faded on scrolling.</td></tr>
<tr><td><code>{@link #View_rotation com.taobao.tae.Mshopping.demo:rotation}</code></td><td> rotation of the view, in degrees.</td></tr>
<tr><td><code>{@link #View_rotationX com.taobao.tae.Mshopping.demo:rotationX}</code></td><td> rotation of the view around the x axis, in degrees.</td></tr>
<tr><td><code>{@link #View_rotationY com.taobao.tae.Mshopping.demo:rotationY}</code></td><td> rotation of the view around the y axis, in degrees.</td></tr>
<tr><td><code>{@link #View_saveEnabled com.taobao.tae.Mshopping.demo:saveEnabled}</code></td><td>
If unset, no state will be saved for this view when it is being
frozen.</td></tr>
<tr><td><code>{@link #View_scaleX com.taobao.tae.Mshopping.demo:scaleX}</code></td><td> scale of the view in the x direction.</td></tr>
<tr><td><code>{@link #View_scaleY com.taobao.tae.Mshopping.demo:scaleY}</code></td><td> scale of the view in the y direction.</td></tr>
<tr><td><code>{@link #View_scrollX com.taobao.tae.Mshopping.demo:scrollX}</code></td><td> The initial horizontal scroll offset, in pixels.</td></tr>
<tr><td><code>{@link #View_scrollY com.taobao.tae.Mshopping.demo:scrollY}</code></td><td> The initial vertical scroll offset, in pixels.</td></tr>
<tr><td><code>{@link #View_scrollbarAlwaysDrawHorizontalTrack com.taobao.tae.Mshopping.demo:scrollbarAlwaysDrawHorizontalTrack}</code></td><td> Defines whether the horizontal scrollbar track should always be drawn.</td></tr>
<tr><td><code>{@link #View_scrollbarAlwaysDrawVerticalTrack com.taobao.tae.Mshopping.demo:scrollbarAlwaysDrawVerticalTrack}</code></td><td> Defines whether the vertical scrollbar track should always be drawn.</td></tr>
<tr><td><code>{@link #View_scrollbarDefaultDelayBeforeFade com.taobao.tae.Mshopping.demo:scrollbarDefaultDelayBeforeFade}</code></td><td> Defines the delay in milliseconds that a scrollbar waits before fade out.</td></tr>
<tr><td><code>{@link #View_scrollbarFadeDuration com.taobao.tae.Mshopping.demo:scrollbarFadeDuration}</code></td><td> Defines the delay in milliseconds that a scrollbar takes to fade out.</td></tr>
<tr><td><code>{@link #View_scrollbarSize com.taobao.tae.Mshopping.demo:scrollbarSize}</code></td><td> Sets the width of vertical scrollbars and height of horizontal scrollbars.</td></tr>
<tr><td><code>{@link #View_scrollbarStyle com.taobao.tae.Mshopping.demo:scrollbarStyle}</code></td><td>
Controls the scrollbar style and position.</td></tr>
<tr><td><code>{@link #View_scrollbarThumbHorizontal com.taobao.tae.Mshopping.demo:scrollbarThumbHorizontal}</code></td><td> Defines the horizontal scrollbar thumb drawable.</td></tr>
<tr><td><code>{@link #View_scrollbarThumbVertical com.taobao.tae.Mshopping.demo:scrollbarThumbVertical}</code></td><td> Defines the vertical scrollbar thumb drawable.</td></tr>
<tr><td><code>{@link #View_scrollbarTrackHorizontal com.taobao.tae.Mshopping.demo:scrollbarTrackHorizontal}</code></td><td> Defines the horizontal scrollbar track drawable.</td></tr>
<tr><td><code>{@link #View_scrollbarTrackVertical com.taobao.tae.Mshopping.demo:scrollbarTrackVertical}</code></td><td> Defines the vertical scrollbar track drawable.</td></tr>
<tr><td><code>{@link #View_scrollbars com.taobao.tae.Mshopping.demo:scrollbars}</code></td><td> Defines which scrollbars should be displayed on scrolling or not.</td></tr>
<tr><td><code>{@link #View_soundEffectsEnabled com.taobao.tae.Mshopping.demo:soundEffectsEnabled}</code></td><td>
Boolean that controls whether a view should have sound effects
enabled for events such as clicking and touching.</td></tr>
<tr><td><code>{@link #View_tag com.taobao.tae.Mshopping.demo:tag}</code></td><td>
Supply a tag for this view containing a String, to be retrieved
later with {@link android.view.View#getTag View.getTag()} or
searched for with {@link android.view.View#findViewWithTag
View.findViewWithTag()}.</td></tr>
<tr><td><code>{@link #View_textAlignment com.taobao.tae.Mshopping.demo:textAlignment}</code></td><td>
Alignment of the text.</td></tr>
<tr><td><code>{@link #View_textDirection com.taobao.tae.Mshopping.demo:textDirection}</code></td><td>
Direction of the text.</td></tr>
<tr><td><code>{@link #View_transformPivotX com.taobao.tae.Mshopping.demo:transformPivotX}</code></td><td>
x location of the pivot point around which the view will rotate and scale.</td></tr>
<tr><td><code>{@link #View_transformPivotY com.taobao.tae.Mshopping.demo:transformPivotY}</code></td><td>
y location of the pivot point around which the view will rotate and scale.</td></tr>
<tr><td><code>{@link #View_translationX com.taobao.tae.Mshopping.demo:translationX}</code></td><td>
translation in x of the view.</td></tr>
<tr><td><code>{@link #View_translationY com.taobao.tae.Mshopping.demo:translationY}</code></td><td>
translation in y of the view.</td></tr>
<tr><td><code>{@link #View_verticalScrollbarPosition com.taobao.tae.Mshopping.demo:verticalScrollbarPosition}</code></td><td> Determines which side the vertical scroll bar should be placed on.</td></tr>
<tr><td><code>{@link #View_visibility com.taobao.tae.Mshopping.demo:visibility}</code></td><td> Controls the initial visibility of the view.</td></tr>
</table>
@see #View_accessibilityFocusable
@see #View_alpha
@see #View_clickable
@see #View_contentDescription
@see #View_drawingCacheQuality
@see #View_duplicateParentState
@see #View_fadeScrollbars
@see #View_fadingEdge
@see #View_fadingEdgeLength
@see #View_filterTouchesWhenObscured
@see #View_fitsSystemWindows
@see #View_focusable
@see #View_focusableInTouchMode
@see #View_hapticFeedbackEnabled
@see #View_id
@see #View_importantForAccessibility
@see #View_isScrollContainer
@see #View_keepScreenOn
@see #View_layerType
@see #View_layoutDirection
@see #View_longClickable
@see #View_minHeight
@see #View_minWidth
@see #View_nextFocusDown
@see #View_nextFocusForward
@see #View_nextFocusLeft
@see #View_nextFocusRight
@see #View_nextFocusUp
@see #View_onClick
@see #View_overScrollMode
@see #View_padding
@see #View_paddingBottom
@see #View_paddingEnd
@see #View_paddingLeft
@see #View_paddingRight
@see #View_paddingStart
@see #View_paddingTop
@see #View_requiresFadingEdge
@see #View_rotation
@see #View_rotationX
@see #View_rotationY
@see #View_saveEnabled
@see #View_scaleX
@see #View_scaleY
@see #View_scrollX
@see #View_scrollY
@see #View_scrollbarAlwaysDrawHorizontalTrack
@see #View_scrollbarAlwaysDrawVerticalTrack
@see #View_scrollbarDefaultDelayBeforeFade
@see #View_scrollbarFadeDuration
@see #View_scrollbarSize
@see #View_scrollbarStyle
@see #View_scrollbarThumbHorizontal
@see #View_scrollbarThumbVertical
@see #View_scrollbarTrackHorizontal
@see #View_scrollbarTrackVertical
@see #View_scrollbars
@see #View_soundEffectsEnabled
@see #View_tag
@see #View_textAlignment
@see #View_textDirection
@see #View_transformPivotX
@see #View_transformPivotY
@see #View_translationX
@see #View_translationY
@see #View_verticalScrollbarPosition
@see #View_visibility
*/
public static final int[] View = {
0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019,
0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d,
0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021,
0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025,
0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029,
0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d,
0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031,
0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035,
0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039,
0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d,
0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041,
0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045,
0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049,
0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d,
0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051,
0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055,
0x7f010056, 0x7f010057, 0x7f010058
};
/**
<p>
@attr description
@hide Controls whether this view can take accessibility focus.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>0</td><td>
The system determines whether the view can take accessibility focus - default
(recommended).
<p>
Such a view is consideted by the focus search if it is:
<ul>
<li>
Important for accessibility and actionable (clickable, long clickable, focusable)
</li>
<li>
Important for accessibility, not actionable (clickable, long clickable, focusable),
and does not have an actionable predecessor.
</li>
</ul>
An accessibility srvice can request putting accessibility focus on such a view.
</p>
</td></tr>
<tr><td><code>yes</code></td><td>1</td><td>
The view can take accessibility focus.
<p>
A view that can take accessibility focus is always considered during focus
search and an accessibility service can request putting accessibility focus
on it.
</p>
</td></tr>
<tr><td><code>no</code></td><td>2</td><td>
The view can not take accessibility focus.
<p>
A view that can not take accessibility focus is never considered during focus
search and an accessibility service can not request putting accessibility focus
on it.
</p>
</td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:accessibilityFocusable
*/
public static final int View_accessibilityFocusable = 66;
/**
<p>
@attr description
alpha property of the view, as a value between 0 (completely transparent) and 1
(completely opaque).
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:alpha
*/
public static final int View_alpha = 50;
/**
<p>
@attr description
Defines whether this view reacts to click events.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:clickable
*/
public static final int View_clickable = 36;
/**
<p>
@attr description
Defines text that briefly describes content of the view. This property is used
primarily for accessibility. Since some views do not have textual
representation this attribute can be used for providing such.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:contentDescription
*/
public static final int View_contentDescription = 47;
/**
<p>
@attr description
Defines the quality of translucent drawing caches. This property is used
only when the drawing cache is enabled and translucent. The default value is auto.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>0</td><td>
Lets the framework decide what quality level should be used
for the drawing cache.
</td></tr>
<tr><td><code>low</code></td><td>1</td><td>
Low quality. When set to low quality, the drawing cache uses a lower color
depth, thus losing precision in rendering gradients, but uses less memory.
</td></tr>
<tr><td><code>high</code></td><td>2</td><td>
High quality. When set to high quality, the drawing cache uses a higher
color depth but uses more memory.
</td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:drawingCacheQuality
*/
public static final int View_drawingCacheQuality = 40;
/**
<p>
@attr description
When this attribute is set to true, the view gets its drawable state
(focused, pressed, etc.) from its direct parent rather than from itself.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:duplicateParentState
*/
public static final int View_duplicateParentState = 42;
/**
<p>
@attr description
Defines whether to fade out scrollbars when they are not in use.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:fadeScrollbars
*/
public static final int View_fadeScrollbars = 18;
/**
<p>
@attr description
This attribute is deprecated and will be ignored as of
API level 14 ({@link android.os.Build.VERSION_CODES#ICE_CREAM_SANDWICH}).
Using fading edges may introduce noticeable performance
degradations and should be used only when required by the application's
visual design. To request fading edges with API level 14 and above,
use the <code>android:requiresFadingEdge</code> attribute instead.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr>
<tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr>
<tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:fadingEdge
*/
public static final int View_fadingEdge = 28;
/**
<p>
@attr description
Defines the length of the fading edges.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:fadingEdgeLength
*/
public static final int View_fadingEdgeLength = 30;
/**
<p>
@attr description
Specifies whether to filter touches when the view's window is obscured by
another visible window. When set to true, the view will not receive touches
whenever a toast, dialog or other window appears above the view's window.
Refer to the {@link android.view.View} security documentation for more details.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:filterTouchesWhenObscured
*/
public static final int View_filterTouchesWhenObscured = 39;
/**
<p>
@attr description
Boolean internal attribute to adjust view layout based on
system windows such as the status bar.
If true, adjusts the padding of this view to leave space for the system windows.
Will only take effect if this view is in a non-embedded activity.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:fitsSystemWindows
*/
public static final int View_fitsSystemWindows = 14;
/**
<p>
@attr description
Boolean that controls whether a view can take focus. By default the user can not
move focus to a view; by setting this attribute to true the view is
allowed to take focus. This value does not impact the behavior of
directly calling {@link android.view.View#requestFocus}, which will
always request focus regardless of this view. It only impacts where
focus navigation will try to move focus.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:focusable
*/
public static final int View_focusable = 11;
/**
<p>
@attr description
Boolean that controls whether a view can take focus while in touch mode.
If this is true for a view, that view can gain focus when clicked on, and can keep
focus if another view is clicked on that doesn't have this attribute set to true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:focusableInTouchMode
*/
public static final int View_focusableInTouchMode = 12;
/**
<p>
@attr description
Boolean that controls whether a view should have haptic feedback
enabled for events such as long presses.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:hapticFeedbackEnabled
*/
public static final int View_hapticFeedbackEnabled = 46;
/**
<p>
@attr description
Supply an identifier name for this view, to later retrieve it
with {@link android.view.View#findViewById View.findViewById()} or
{@link android.app.Activity#findViewById Activity.findViewById()}.
This must be a
resource reference; typically you set this using the
<code>@+</code> syntax to create a new ID resources.
For example: <code>android:id="@+id/my_id"</code> which
allows you to later retrieve the view
with <code>findViewById(R.id.my_id)</code>.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:id
*/
public static final int View_id = 0;
/**
<p>
@attr description
Controls how this View is important for accessibility which is if it fires
accessibility events and if it is reported to accessibility services that
query the screen. Note: While not recommended, an accessibility service may
decide to ignore this attribute and operate on all views in the view tree.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>auto</code></td><td>0</td><td>
The system determines whether the view is important for accessibility - default
(recommended).
</td></tr>
<tr><td><code>yes</code></td><td>1</td><td> The view is important for accessibility. </td></tr>
<tr><td><code>no</code></td><td>2</td><td> The view is not important for accessibility. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:importantForAccessibility
*/
public static final int View_importantForAccessibility = 65;
/**
<p>
@attr description
Set this if the view will serve as a scrolling container, meaing
that it can be resized to shrink its overall window so that there
will be space for an input method. If not set, the default
value will be true if "scrollbars" has the vertical scrollbar
set, else it will be false.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:isScrollContainer
*/
public static final int View_isScrollContainer = 17;
/**
<p>
@attr description
Controls whether the view's window should keep the screen on
while visible.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:keepScreenOn
*/
public static final int View_keepScreenOn = 41;
/**
<p>
@attr description
Specifies the type of layer backing this view. The default value is none.
Refer to {@link android.view.View#setLayerType(int, android.graphics.Paint)}
for more information.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0</td><td> Don't use a layer. </td></tr>
<tr><td><code>software</code></td><td>1</td><td>
Use a software layer. Refer to
{@link android.view.View#setLayerType(int, android.graphics.Paint) for
more information.
</td></tr>
<tr><td><code>hardware</code></td><td>2</td><td>
Use a hardware layer. Refer to
{@link android.view.View#setLayerType(int, android.graphics.Paint) for
more information.
</td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:layerType
*/
public static final int View_layerType = 61;
/**
<p>
@attr description
Defines the direction of layout drawing. This typically is associated with writing
direction of the language script used. The possible values are "ltr" for Left-to-Right,
"rtl" for Right-to-Left, "locale" and "inherit" from parent view. If there is nothing
to inherit, "locale" is used. "locale" falls back to "en-US". "ltr" is the direction
used in "en-US". The default for this attribute is "inherit".
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>ltr</code></td><td>0</td><td> Left-to-Right </td></tr>
<tr><td><code>rtl</code></td><td>1</td><td> Right-to-Left </td></tr>
<tr><td><code>inherit</code></td><td>2</td><td> Inherit from parent </td></tr>
<tr><td><code>locale</code></td><td>3</td><td> Locale </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:layoutDirection
*/
public static final int View_layoutDirection = 62;
/**
<p>
@attr description
Defines whether this view reacts to long click events.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:longClickable
*/
public static final int View_longClickable = 37;
/**
<p>
@attr description
Defines the minimum height of the view. It is not guaranteed
the view will be able to achieve this minimum height (for example,
if its parent layout constrains it with less available height).
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:minHeight
*/
public static final int View_minHeight = 43;
/**
<p>
@attr description
Defines the minimum width of the view. It is not guaranteed
the view will be able to achieve this minimum width (for example,
if its parent layout constrains it with less available width).
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:minWidth
*/
public static final int View_minWidth = 44;
/**
<p>
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_DOWN}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:nextFocusDown
*/
public static final int View_nextFocusDown = 34;
/**
<p>
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_FORWARD}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:nextFocusForward
*/
public static final int View_nextFocusForward = 35;
/**
<p>
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_LEFT}.
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:nextFocusLeft
*/
public static final int View_nextFocusLeft = 31;
/**
<p>
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_RIGHT}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:nextFocusRight
*/
public static final int View_nextFocusRight = 32;
/**
<p>
@attr description
Defines the next view to give focus to when the next focus is
{@link android.view.View#FOCUS_UP}
If the reference refers to a view that does not exist or is part
of a hierarchy that is invisible, a {@link java.lang.RuntimeException}
will result when the reference is accessed.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:nextFocusUp
*/
public static final int View_nextFocusUp = 33;
/**
<p>
@attr description
Name of the method in this View's context to invoke when the view is
clicked. This name must correspond to a public method that takes
exactly one parameter of type View. For instance, if you specify
<code>android:onClick="sayHello"</code>, you must declare a
<code>public void sayHello(View v)</code> method of your context
(typically, your Activity).
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:onClick
*/
public static final int View_onClick = 48;
/**
<p>
@attr description
Defines over-scrolling behavior. This property is used only if the
View is scrollable. Over-scrolling is the ability for the user to
receive feedback when attempting to scroll beyond meaningful content.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>always</code></td><td>0</td><td>
Always show over-scroll effects, even if the content fits entirely
within the available space.
</td></tr>
<tr><td><code>ifContentScrolls</code></td><td>1</td><td>
Only show over-scroll effects if the content is large
enough to meaningfully scroll.
</td></tr>
<tr><td><code>never</code></td><td>2</td><td> Never show over-scroll effects. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:overScrollMode
*/
public static final int View_overScrollMode = 49;
/**
<p>
@attr description
A drawable to use as the background. This can be either a reference
to a full drawable resource (such as a PNG image, 9-patch,
XML state list description, etc), or a solid color such as "#ff000000"
(black).
<attr name="background" format="reference|color" />
Sets the padding, in pixels, of all four edges. Padding is defined as
space between the edges of the view and the view's content. A views size
will include it's padding. If a {@link android.R.attr#background}
is provided, the padding will initially be set to that (0 if the
drawable does not have padding). Explicitly setting a padding value
will override the corresponding padding found in the background.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:padding
*/
public static final int View_padding = 4;
/**
<p>
@attr description
Sets the padding, in pixels, of the bottom edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:paddingBottom
*/
public static final int View_paddingBottom = 8;
/**
<p>
@attr description
Sets the padding, in pixels, of the end edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:paddingEnd
*/
public static final int View_paddingEnd = 10;
/**
<p>
@attr description
Sets the padding, in pixels, of the left edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:paddingLeft
*/
public static final int View_paddingLeft = 5;
/**
<p>
@attr description
Sets the padding, in pixels, of the right edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:paddingRight
*/
public static final int View_paddingRight = 7;
/**
<p>
@attr description
Sets the padding, in pixels, of the start edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:paddingStart
*/
public static final int View_paddingStart = 9;
/**
<p>
@attr description
Sets the padding, in pixels, of the top edge; see {@link android.R.attr#padding}.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:paddingTop
*/
public static final int View_paddingTop = 6;
/**
<p>
@attr description
Defines which edges should be faded on scrolling.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x00000000</td><td> No edge is faded. </td></tr>
<tr><td><code>horizontal</code></td><td>0x00001000</td><td> Fades horizontal edges only. </td></tr>
<tr><td><code>vertical</code></td><td>0x00002000</td><td> Fades vertical edges only. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:requiresFadingEdge
*/
public static final int View_requiresFadingEdge = 29;
/**
<p>
@attr description
rotation of the view, in degrees.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:rotation
*/
public static final int View_rotation = 55;
/**
<p>
@attr description
rotation of the view around the x axis, in degrees.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:rotationX
*/
public static final int View_rotationX = 56;
/**
<p>
@attr description
rotation of the view around the y axis, in degrees.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:rotationY
*/
public static final int View_rotationY = 57;
/**
<p>
@attr description
If unset, no state will be saved for this view when it is being
frozen. The default is true, allowing the view to be saved
(however it also must have an ID assigned to it for its
state to be saved). Setting this to false only disables the
state for this view, not for its children which may still
be saved.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:saveEnabled
*/
public static final int View_saveEnabled = 38;
/**
<p>
@attr description
scale of the view in the x direction.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scaleX
*/
public static final int View_scaleX = 58;
/**
<p>
@attr description
scale of the view in the y direction.
<p>Must be a floating point value, such as "<code>1.2</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scaleY
*/
public static final int View_scaleY = 59;
/**
<p>
@attr description
The initial horizontal scroll offset, in pixels.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollX
*/
public static final int View_scrollX = 2;
/**
<p>
@attr description
The initial vertical scroll offset, in pixels.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollY
*/
public static final int View_scrollY = 3;
/**
<p>
@attr description
Defines whether the horizontal scrollbar track should always be drawn.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarAlwaysDrawHorizontalTrack
*/
public static final int View_scrollbarAlwaysDrawHorizontalTrack = 26;
/**
<p>
@attr description
Defines whether the vertical scrollbar track should always be drawn.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarAlwaysDrawVerticalTrack
*/
public static final int View_scrollbarAlwaysDrawVerticalTrack = 27;
/**
<p>
@attr description
Defines the delay in milliseconds that a scrollbar waits before fade out.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarDefaultDelayBeforeFade
*/
public static final int View_scrollbarDefaultDelayBeforeFade = 20;
/**
<p>
@attr description
Defines the delay in milliseconds that a scrollbar takes to fade out.
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarFadeDuration
*/
public static final int View_scrollbarFadeDuration = 19;
/**
<p>
@attr description
Sets the width of vertical scrollbars and height of horizontal scrollbars.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarSize
*/
public static final int View_scrollbarSize = 21;
/**
<p>
@attr description
Controls the scrollbar style and position. The scrollbars can be overlaid or
inset. When inset, they add to the padding of the view. And the
scrollbars can be drawn inside the padding area or on the edge of
the view. For example, if a view has a background drawable and you
want to draw the scrollbars inside the padding specified by the
drawable, you can use insideOverlay or insideInset. If you want them
to appear at the edge of the view, ignoring the padding, then you can
use outsideOverlay or outsideInset.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>insideOverlay</code></td><td>0x0</td><td> Inside the padding and overlaid </td></tr>
<tr><td><code>insideInset</code></td><td>0x01000000</td><td> Inside the padding and inset </td></tr>
<tr><td><code>outsideOverlay</code></td><td>0x02000000</td><td> Edge of the view and overlaid </td></tr>
<tr><td><code>outsideInset</code></td><td>0x03000000</td><td> Edge of the view and inset </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarStyle
*/
public static final int View_scrollbarStyle = 16;
/**
<p>
@attr description
Defines the horizontal scrollbar thumb drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarThumbHorizontal
*/
public static final int View_scrollbarThumbHorizontal = 22;
/**
<p>
@attr description
Defines the vertical scrollbar thumb drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarThumbVertical
*/
public static final int View_scrollbarThumbVertical = 23;
/**
<p>
@attr description
Defines the horizontal scrollbar track drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarTrackHorizontal
*/
public static final int View_scrollbarTrackHorizontal = 24;
/**
<p>
@attr description
Defines the vertical scrollbar track drawable.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbarTrackVertical
*/
public static final int View_scrollbarTrackVertical = 25;
/**
<p>
@attr description
Defines which scrollbars should be displayed on scrolling or not.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x00000000</td><td> No scrollbar is displayed. </td></tr>
<tr><td><code>horizontal</code></td><td>0x00000100</td><td> Displays horizontal scrollbar only. </td></tr>
<tr><td><code>vertical</code></td><td>0x00000200</td><td> Displays vertical scrollbar only. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:scrollbars
*/
public static final int View_scrollbars = 15;
/**
<p>
@attr description
Boolean that controls whether a view should have sound effects
enabled for events such as clicking and touching.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:soundEffectsEnabled
*/
public static final int View_soundEffectsEnabled = 45;
/**
<p>
@attr description
Supply a tag for this view containing a String, to be retrieved
later with {@link android.view.View#getTag View.getTag()} or
searched for with {@link android.view.View#findViewWithTag
View.findViewWithTag()}. It is generally preferable to use
IDs (through the android:id attribute) instead of tags because
they are faster and allow for compile-time type checking.
<p>Must be a string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:tag
*/
public static final int View_tag = 1;
/**
<p>
@attr description
Alignment of the text. A heuristic is used to determine the resolved
text alignment.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr>
<tr><td><code>gravity</code></td><td>1</td><td>
Default for the root view. The gravity determines the alignment, ALIGN_NORMAL,
ALIGN_CENTER, or ALIGN_OPPOSITE, which are relative to each paragraph’s
text direction
</td></tr>
<tr><td><code>textStart</code></td><td>2</td><td> Align to the start of the paragraph, e.g. ALIGN_NORMAL. </td></tr>
<tr><td><code>textEnd</code></td><td>3</td><td> Align to the end of the paragraph, e.g. ALIGN_OPPOSITE. </td></tr>
<tr><td><code>center</code></td><td>4</td><td> Center the paragraph, e.g. ALIGN_CENTER. </td></tr>
<tr><td><code>viewStart</code></td><td>5</td><td>
Align to the start of the view, which is ALIGN_LEFT if the view’s resolved
layoutDirection is LTR, and ALIGN_RIGHT otherwise.
</td></tr>
<tr><td><code>viewEnd</code></td><td>6</td><td>
Align to the end of the view, which is ALIGN_RIGHT if the view’s resolved
layoutDirection is LTR, and ALIGN_LEFT otherwise
</td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:textAlignment
*/
public static final int View_textAlignment = 64;
/**
<p>
@attr description
Direction of the text. A heuristic is used to determine the resolved text direction
of paragraphs.
<p>May be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>May be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>inherit</code></td><td>0</td><td> Default </td></tr>
<tr><td><code>firstStrong</code></td><td>1</td><td>
Default for the root view. The first strong directional character determines the
paragraph direction. If there is no strong directional character, the paragraph
direction is the view’s resolved layout direction.
</td></tr>
<tr><td><code>anyRtl</code></td><td>2</td><td>
The paragraph direction is RTL if it contains any strong RTL character, otherwise
it is LTR if it contains any strong LTR characters. If there are neither, the
paragraph direction is the view’s resolved layout direction.
</td></tr>
<tr><td><code>ltr</code></td><td>3</td><td> The paragraph direction is left to right. </td></tr>
<tr><td><code>rtl</code></td><td>4</td><td> The paragraph direction is right to left. </td></tr>
<tr><td><code>locale</code></td><td>5</td><td> The paragraph direction is coming from the system Locale. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:textDirection
*/
public static final int View_textDirection = 63;
/**
<p>
@attr description
x location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotX property of the View.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:transformPivotX
*/
public static final int View_transformPivotX = 53;
/**
<p>
@attr description
y location of the pivot point around which the view will rotate and scale.
This xml attribute sets the pivotY property of the View.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:transformPivotY
*/
public static final int View_transformPivotY = 54;
/**
<p>
@attr description
translation in x of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:translationX
*/
public static final int View_translationX = 51;
/**
<p>
@attr description
translation in y of the view. This value is added post-layout to the left
property of the view, which is set by its layout.
<p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>".
Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
in (inches), mm (millimeters).
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:translationY
*/
public static final int View_translationY = 52;
/**
<p>
@attr description
Determines which side the vertical scroll bar should be placed on.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>defaultPosition</code></td><td>0</td><td> Place the scroll bar wherever the system default determines. </td></tr>
<tr><td><code>left</code></td><td>1</td><td> Place the scroll bar on the left. </td></tr>
<tr><td><code>right</code></td><td>2</td><td> Place the scroll bar on the right. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:verticalScrollbarPosition
*/
public static final int View_verticalScrollbarPosition = 60;
/**
<p>
@attr description
Controls the initial visibility of the view.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>visible</code></td><td>0</td><td> Visible on screen; the default value. </td></tr>
<tr><td><code>invisible</code></td><td>1</td><td> Not displayed, but taken into account during layout (space is left for it). </td></tr>
<tr><td><code>gone</code></td><td>2</td><td> Completely hidden, as if the view had not been added. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:visibility
*/
public static final int View_visibility = 13;
/** Attributes that can be used with a ViewGroup.
<p>Includes the following attributes:</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Attribute</th><th>Description</th></tr>
<tr><td><code>{@link #ViewGroup_addStatesFromChildren com.taobao.tae.Mshopping.demo:addStatesFromChildren}</code></td><td>
Sets whether this ViewGroup's drawable states also include
its children's drawable states.</td></tr>
<tr><td><code>{@link #ViewGroup_alwaysDrawnWithCache com.taobao.tae.Mshopping.demo:alwaysDrawnWithCache}</code></td><td>
Defines whether the ViewGroup should always draw its children using their
drawing cache or not.</td></tr>
<tr><td><code>{@link #ViewGroup_animateLayoutChanges com.taobao.tae.Mshopping.demo:animateLayoutChanges}</code></td><td>
Defines whether changes in layout (caused by adding and removing items) should
cause a LayoutTransition to run.</td></tr>
<tr><td><code>{@link #ViewGroup_animationCache com.taobao.tae.Mshopping.demo:animationCache}</code></td><td>
Defines whether layout animations should create a drawing cache for their
children.</td></tr>
<tr><td><code>{@link #ViewGroup_clipChildren com.taobao.tae.Mshopping.demo:clipChildren}</code></td><td>
Defines whether a child is limited to draw inside of its bounds or not.</td></tr>
<tr><td><code>{@link #ViewGroup_clipToPadding com.taobao.tae.Mshopping.demo:clipToPadding}</code></td><td>
Defines whether the ViewGroup will clip its drawing surface so as to exclude
the padding area.</td></tr>
<tr><td><code>{@link #ViewGroup_descendantFocusability com.taobao.tae.Mshopping.demo:descendantFocusability}</code></td><td>
Defines the relationship between the ViewGroup and its descendants
when looking for a View to take focus.</td></tr>
<tr><td><code>{@link #ViewGroup_layoutAnimation com.taobao.tae.Mshopping.demo:layoutAnimation}</code></td><td>
Defines the layout animation to use the first time the ViewGroup is laid out.</td></tr>
<tr><td><code>{@link #ViewGroup_persistentDrawingCache com.taobao.tae.Mshopping.demo:persistentDrawingCache}</code></td><td>
Defines the persistence of the drawing cache.</td></tr>
<tr><td><code>{@link #ViewGroup_splitMotionEvents com.taobao.tae.Mshopping.demo:splitMotionEvents}</code></td><td>
Sets whether this ViewGroup should split MotionEvents
to separate child views during touch event dispatch.</td></tr>
</table>
@see #ViewGroup_addStatesFromChildren
@see #ViewGroup_alwaysDrawnWithCache
@see #ViewGroup_animateLayoutChanges
@see #ViewGroup_animationCache
@see #ViewGroup_clipChildren
@see #ViewGroup_clipToPadding
@see #ViewGroup_descendantFocusability
@see #ViewGroup_layoutAnimation
@see #ViewGroup_persistentDrawingCache
@see #ViewGroup_splitMotionEvents
*/
public static final int[] ViewGroup = {
0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c,
0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060,
0x7f010061, 0x7f010062
};
/**
<p>
@attr description
Sets whether this ViewGroup's drawable states also include
its children's drawable states. This is used, for example, to
make a group appear to be focused when its child EditText or button
is focused.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:addStatesFromChildren
*/
public static final int ViewGroup_addStatesFromChildren = 7;
/**
<p>
@attr description
Defines whether the ViewGroup should always draw its children using their
drawing cache or not. The default value is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:alwaysDrawnWithCache
*/
public static final int ViewGroup_alwaysDrawnWithCache = 6;
/**
<p>
@attr description
Defines whether changes in layout (caused by adding and removing items) should
cause a LayoutTransition to run. When this flag is set to true, a default
LayoutTransition object will be set on the ViewGroup container and default
animations will run when these layout changes occur.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:animateLayoutChanges
*/
public static final int ViewGroup_animateLayoutChanges = 0;
/**
<p>
@attr description
Defines whether layout animations should create a drawing cache for their
children. Enabling the animation cache consumes more memory and requires
a longer initialization but provides better performance. The animation
cache is enabled by default.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:animationCache
*/
public static final int ViewGroup_animationCache = 4;
/**
<p>
@attr description
Defines whether a child is limited to draw inside of its bounds or not.
This is useful with animations that scale the size of the children to more
than 100% for instance. In such a case, this property should be set to false
to allow the children to draw outside of their bounds. The default value of
this property is true.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:clipChildren
*/
public static final int ViewGroup_clipChildren = 1;
/**
<p>
@attr description
Defines whether the ViewGroup will clip its drawing surface so as to exclude
the padding area. This property is set to true by default.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:clipToPadding
*/
public static final int ViewGroup_clipToPadding = 2;
/**
<p>
@attr description
Defines the relationship between the ViewGroup and its descendants
when looking for a View to take focus.
<p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>beforeDescendants</code></td><td>0</td><td> The ViewGroup will get focus before any of its descendants. </td></tr>
<tr><td><code>afterDescendants</code></td><td>1</td><td> The ViewGroup will get focus only if none of its descendants want it. </td></tr>
<tr><td><code>blocksDescendants</code></td><td>2</td><td> The ViewGroup will block its descendants from receiving focus. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:descendantFocusability
*/
public static final int ViewGroup_descendantFocusability = 8;
/**
<p>
@attr description
Defines the layout animation to use the first time the ViewGroup is laid out.
Layout animations can also be started manually after the first layout.
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>"
or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>".
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:layoutAnimation
*/
public static final int ViewGroup_layoutAnimation = 3;
/**
<p>
@attr description
Defines the persistence of the drawing cache. The drawing cache might be
enabled by a ViewGroup for all its children in specific situations (for
instance during a scrolling.) This property lets you persist the cache
in memory after its initial usage. Persisting the cache consumes more
memory but may prevent frequent garbage collection is the cache is created
over and over again. By default the persistence is set to scrolling.
<p>Must be one or more (separated by '|') of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>none</code></td><td>0x0</td><td> The drawing cache is not persisted after use. </td></tr>
<tr><td><code>animation</code></td><td>0x1</td><td> The drawing cache is persisted after a layout animation. </td></tr>
<tr><td><code>scrolling</code></td><td>0x2</td><td> The drawing cache is persisted after a scroll. </td></tr>
<tr><td><code>all</code></td><td>0x3</td><td> The drawing cache is always persisted. </td></tr>
</table>
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:persistentDrawingCache
*/
public static final int ViewGroup_persistentDrawingCache = 5;
/**
<p>
@attr description
Sets whether this ViewGroup should split MotionEvents
to separate child views during touch event dispatch.
If false (default), touch events will be dispatched to
the child view where the first pointer went down until
the last pointer goes up.
If true, touch events may be dispatched to multiple children.
MotionEvents for each pointer will be dispatched to the child
view where the initial ACTION_DOWN event happened.
See {@link android.view.ViewGroup#setMotionEventSplittingEnabled(boolean)}
for more information.
<p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:splitMotionEvents
*/
public static final int ViewGroup_splitMotionEvents = 9;
/** Attributes that can be used with a labelInput.
<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 #labelInput_isPassword com.taobao.tae.Mshopping.demo:isPassword}</code></td><td> 是否密码 </td></tr>
<tr><td><code>{@link #labelInput_labelName com.taobao.tae.Mshopping.demo:labelName}</code></td><td> label名称 </td></tr>
<tr><td><code>{@link #labelInput_maxInputLength com.taobao.tae.Mshopping.demo:maxInputLength}</code></td><td> 最大输入长度 </td></tr>
<tr><td><code>{@link #labelInput_miniInputHint com.taobao.tae.Mshopping.demo:miniInputHint}</code></td><td> hint </td></tr>
<tr><td><code>{@link #labelInput_rightIcon com.taobao.tae.Mshopping.demo:rightIcon}</code></td><td> 右侧图标 </td></tr>
</table>
@see #labelInput_isPassword
@see #labelInput_labelName
@see #labelInput_maxInputLength
@see #labelInput_miniInputHint
@see #labelInput_rightIcon
*/
public static final int[] labelInput = {
0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066,
0x7f010067
};
/**
<p>
@attr description
是否密码
<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.taobao.tae.Mshopping.demo:isPassword
*/
public static final int labelInput_isPassword = 3;
/**
<p>
@attr description
label名称
<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 string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:labelName
*/
public static final int labelInput_labelName = 0;
/**
<p>
@attr description
最大输入长度
<p>Must be an integer value, such as "<code>100</code>".
<p>This may also be a reference to a resource (in the form
"<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or
theme attribute (in the form
"<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>")
containing a value of this type.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:maxInputLength
*/
public static final int labelInput_maxInputLength = 4;
/**
<p>
@attr description
hint
<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 string value, using '\\;' to escape characters such as '\\n' or '\\uxxxx' for a unicode character.
<p>This is a private symbol.
@attr name com.taobao.tae.Mshopping.demo:miniInputHint
*/
public static final int labelInput_miniInputHint = 2;
/**
<p>
@attr description
右侧图标
<p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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.taobao.tae.Mshopping.demo:rightIcon
*/
public static final int labelInput_rightIcon = 1;
};
}