/* 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.mzeat; public final class R { public static final class anim { public static final int loading=0x7f040000; public static final int slide_in_from_bottom=0x7f040001; public static final int slide_in_from_top=0x7f040002; public static final int slide_left_in=0x7f040003; public static final int slide_left_out=0x7f040004; public static final int slide_out_to_bottom=0x7f040005; public static final int slide_out_to_top=0x7f040006; public static final int slide_right_in=0x7f040007; public static final int slide_right_out=0x7f040008; } public static final class array { public static final int default_smiley_texts=0x7f080001; public static final int searchtype=0x7f080000; } 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=0x7f010008; /** @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=0x7f010050; /** 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=0x7f010058; /** 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=0x7f010040; /** 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=0x7f010057; /** 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=0x7f010051; /** 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=0x7f010055; /** 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=0x7f010061; /** <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int centered=0x7f010071; /** 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=0x7f010064; /** 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=0x7f010032; /** 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=0x7f010052; /** Screen edge padding. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int clipPadding=0x7f01007c; /** 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=0x7f010053; /** 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=0x7f01003d; /** 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=0x7f010059; /** 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=0x7f010066; /** 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=0x7f01005c; /** 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=0x7f010036; /** 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=0x7f010038; /** Length of the delay to fade the indicator. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fadeDelay=0x7f010088; /** Length of the indicator fade to transparent. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fadeLength=0x7f010089; /** 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=0x7f010020; /** Whether or not the selected indicator fades. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fades=0x7f010087; /** 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=0x7f01002a; /** 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=0x7f01002c; /** 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=0x7f010065; /** 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=0x7f010062; /** Color of the filled circle that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int fillColor=0x7f010075; /** 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=0x7f010035; /** 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=0x7f01001c; /** 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=0x7f010019; /** 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=0x7f01001a; /** Color of the footer line and indicator. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerColor=0x7f01007d; /** 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=0x7f010068; /** Height of the indicator above the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerIndicatorHeight=0x7f010080; /** Style of the indicator. Default is triangle. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>triangle</code></td><td>1</td><td></td></tr> <tr><td><code>underline</code></td><td>2</td><td></td></tr> </table> */ public static final int footerIndicatorStyle=0x7f01007f; /** Left and right padding of the underline indicator. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerIndicatorUnderlinePadding=0x7f010081; /** Height of the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerLineHeight=0x7f01007e; /** Padding between the bottom of the title and the footer. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int footerPadding=0x7f010082; /** Width of the gap between each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int gapWidth=0x7f01007b; /** 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=0x7f01003c; /** 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=0x7f010067; /** 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=0x7f01000e; /** 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=0x7f01004f; /** 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=0x7f01001f; /** 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=0x7f010037; /** 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=0x7f01004b; /** 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=0x7f010054; /** 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=0x7f01004c; /** Position of the line. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> </table> */ public static final int linePosition=0x7f010083; /** Width of each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int lineWidth=0x7f01007a; /** 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=0x7f01005b; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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=0x7f010009; /** 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=0x7f010033; /** 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=0x7f010039; /** 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=0x7f01003a; /** 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=0x7f010030; /** 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=0x7f010031; /** 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=0x7f01002d; /** 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=0x7f01002e; /** 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=0x7f01002f; /** 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=0x7f01003e; /** 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=0x7f01006a; /** 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=0x7f010069; /** 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=0x7f01003f; /** 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=0x7f010012; /** 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=0x7f010016; /** 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=0x7f010018; /** 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=0x7f010013; /** 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=0x7f010015; /** 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=0x7f010017; /** 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=0x7f010014; /** Color of the filled circles that represents pages. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int pageColor=0x7f010076; /** 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=0x7f010056; /** <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=0x7f01000a; /** <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=0x7f01000c; /** <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=0x7f01000d; /** <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=0x7f01000b; /** <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 ptrAdapterViewBackground=0x7f010000; /** <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 ptrDrawable=0x7f010006; /** <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 ptrHeaderBackground=0x7f010001; /** <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 ptrHeaderSubTextColor=0x7f010003; /** <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 ptrHeaderTextColor=0x7f010002; /** <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>disabled</code></td><td>0x0</td><td></td></tr> <tr><td><code>pullDownFromTop</code></td><td>0x1</td><td></td></tr> <tr><td><code>pullUpFromBottom</code></td><td>0x2</td><td></td></tr> <tr><td><code>both</code></td><td>0x3</td><td></td></tr> </table> */ public static final int ptrMode=0x7f010004; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". */ public static final int ptrOverScroll=0x7f010007; /** <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". */ public static final int ptrShowIndicator=0x7f010005; /** Radius of the circles. This is also the spacing between circles. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int radius=0x7f010077; /** 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=0x7f01002b; /** 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=0x7f010045; /** 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=0x7f010046; /** 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=0x7f010047; /** 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=0x7f010034; /** 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=0x7f010048; /** 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=0x7f010049; /** 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=0x7f010010; /** 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=0x7f010011; /** 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=0x7f010028; /** 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=0x7f010029; /** 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=0x7f010022; /** 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=0x7f010021; /** 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=0x7f010023; /** 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=0x7f01001e; /** 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=0x7f010024; /** 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=0x7f010025; /** 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=0x7f010026; /** 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=0x7f010027; /** 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=0x7f01001d; /** 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=0x7f01005e; /** Whether or not the selected item is displayed as bold. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int selectedBold=0x7f010084; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int selectedColor=0x7f010072; /** 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=0x7f010063; /** Whether or not the selected indicator snaps to the circles. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int snap=0x7f010078; /** 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=0x7f01003b; /** 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=0x7f01005a; /** 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=0x7f01005d; /** Color of the open circles. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int strokeColor=0x7f010079; /** <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int strokeWidth=0x7f010073; /** 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=0x7f01000f; /** 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=0x7f01004e; /** 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=0x7f01004d; /** 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=0x7f01005f; /** Padding between titles when bumping into each other. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int titlePadding=0x7f010085; /** Padding between titles and the top of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int topPadding=0x7f010086; /** 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=0x7f010060; /** 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=0x7f010043; /** 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=0x7f010044; /** 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=0x7f010041; /** 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=0x7f010042; /** <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. */ public static final int unselectedColor=0x7f010074; /** 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=0x7f01004a; /** 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=0x7f01001b; /** Style of the circle indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiCirclePageIndicatorStyle=0x7f01006b; /** Style of the icon indicator's views. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiIconPageIndicatorStyle=0x7f01006c; /** Style of the line indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiLinePageIndicatorStyle=0x7f01006d; /** Style of the tab indicator's tabs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiTabPageIndicatorStyle=0x7f01006f; /** Style of the title indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiTitlePageIndicatorStyle=0x7f01006e; /** Style of the underline indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static final int vpiUnderlinePageIndicatorStyle=0x7f010070; } public static final class bool { public static final int default_circle_indicator_centered=0x7f0c0000; public static final int default_circle_indicator_snap=0x7f0c0001; public static final int default_line_indicator_centered=0x7f0c0002; public static final int default_title_indicator_selected_bold=0x7f0c0003; public static final int default_underline_indicator_fades=0x7f0c0004; } public static final class color { /** 关于 */ public static final int bg_about=0x7f0a0028; public static final int bg_bottom=0x7f0a0018; /** 好优惠背景色 */ public static final int bg_privilege=0x7f0a001c; public static final int black=0x7f0a0000; public static final int blue=0x7f0a000a; public static final int bubble_dark_background=0x7f0a000d; /** 我的订单标题背景色 */ public static final int cyan=0x7f0a001a; public static final int darkgray=0x7f0a0002; public static final int default_circle_indicator_fill_color=0x7f0a0033; public static final int default_circle_indicator_page_color=0x7f0a0034; public static final int default_circle_indicator_stroke_color=0x7f0a0035; public static final int default_line_indicator_selected_color=0x7f0a0036; public static final int default_line_indicator_unselected_color=0x7f0a0037; public static final int default_title_indicator_footer_color=0x7f0a0038; public static final int default_title_indicator_selected_color=0x7f0a0039; public static final int default_title_indicator_text_color=0x7f0a003a; public static final int default_underline_indicator_selected_color=0x7f0a003b; public static final int full_transparent=0x7f0a0017; public static final int glass=0x7f0a0007; public static final int gray=0x7f0a0001; public static final int gray_about=0x7f0a002a; public static final int grayblue=0x7f0a000e; public static final int grayless=0x7f0a0015; public static final int graymore=0x7f0a0016; public static final int graywhite=0x7f0a0020; public static final int green=0x7f0a0006; public static final int greenless=0x7f0a0005; /** 我的订单文字颜色 */ public static final int greenmore=0x7f0a0019; /** 我的订单内容背景色 */ public static final int lightblue=0x7f0a001b; public static final int lightgray=0x7f0a0003; public static final int list_background_even=0x7f0a0013; public static final int list_background_f=0x7f0a0011; public static final int list_background_odd=0x7f0a0012; public static final int list_background_p=0x7f0a000f; public static final int list_background_s=0x7f0a0010; public static final int listitem_black=0x7f0a0027; public static final int listitem_transparent=0x7f0a0026; public static final int mycartbottom=0x7f0a001f; /** 好优惠内容背景色 */ public static final int privilegecontent=0x7f0a001e; /** 好优惠标题背景色 */ public static final int privilegetitle=0x7f0a001d; public static final int red=0x7f0a0008; public static final int somber=0x7f0a0009; /** 招聘绿色分割线 */ public static final int split_green=0x7f0a0021; public static final int textcolor_change_jifen=0x7f0a0025; public static final int textcolor_invite_content=0x7f0a0024; public static final int textcolor_invite_pubtime=0x7f0a0023; public static final int titlecolor_invite=0x7f0a0022; public static final int transparent=0x7f0a000c; public static final int tv_about=0x7f0a0029; public static final int vpi__background_holo_dark=0x7f0a002b; public static final int vpi__background_holo_light=0x7f0a002c; public static final int vpi__bright_foreground_disabled_holo_dark=0x7f0a002f; public static final int vpi__bright_foreground_disabled_holo_light=0x7f0a0030; public static final int vpi__bright_foreground_holo_dark=0x7f0a002d; public static final int vpi__bright_foreground_holo_light=0x7f0a002e; public static final int vpi__bright_foreground_inverse_holo_dark=0x7f0a0031; public static final int vpi__bright_foreground_inverse_holo_light=0x7f0a0032; public static final int vpi__dark_theme=0x7f0a003c; public static final int white=0x7f0a0004; public static final int yellow=0x7f0a000b; public static final int zired=0x7f0a0014; } public static final class dimen { /** Default screen margins, per the Android Design guidelines. Customize dimensions originally defined in res/values/dimens.xml (such as screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. */ public static final int activity_horizontal_margin=0x7f0b0000; public static final int activity_vertical_margin=0x7f0b0001; public static final int default_circle_indicator_radius=0x7f0b000b; public static final int default_circle_indicator_stroke_width=0x7f0b000c; public static final int default_line_indicator_gap_width=0x7f0b000e; public static final int default_line_indicator_line_width=0x7f0b000d; public static final int default_line_indicator_stroke_width=0x7f0b000f; public static final int default_title_indicator_clip_padding=0x7f0b0010; public static final int default_title_indicator_footer_indicator_height=0x7f0b0012; public static final int default_title_indicator_footer_indicator_underline_padding=0x7f0b0013; public static final int default_title_indicator_footer_line_height=0x7f0b0011; public static final int default_title_indicator_footer_padding=0x7f0b0014; public static final int default_title_indicator_text_size=0x7f0b0015; public static final int default_title_indicator_title_padding=0x7f0b0016; public static final int default_title_indicator_top_padding=0x7f0b0017; public static final int group_item_height=0x7f0b000a; public static final int header_footer_internal_padding=0x7f0b0009; public static final int header_footer_left_right_padding=0x7f0b0007; public static final int header_footer_top_bottom_padding=0x7f0b0008; public static final int indicator_corner_radius=0x7f0b0005; public static final int indicator_internal_padding=0x7f0b0006; public static final int indicator_right_padding=0x7f0b0004; public static final int poster_height=0x7f0b0003; public static final int poster_width=0x7f0b0002; } public static final class drawable { public static final int add_btn_disable=0x7f020000; public static final int add_btn_normal=0x7f020001; public static final int add_btn_press=0x7f020002; public static final int adress=0x7f020003; public static final int aoman=0x7f020004; public static final int arrow=0x7f020005; public static final int arrow_down=0x7f020006; public static final int arrow_up=0x7f020007; public static final int back_normal=0x7f020008; public static final int back_press=0x7f020009; public static final int baiyan=0x7f02000a; public static final int balance=0x7f02000b; public static final int bg_maintitle=0x7f02000c; public static final int bg_message=0x7f02000d; public static final int bg_myordercontent=0x7f02000e; public static final int bg_myordertitle=0x7f02000f; public static final int bg_nocolor=0x7f020010; public static final int bg_search=0x7f020011; public static final int bg_share=0x7f020012; public static final int bg_share_user=0x7f020013; public static final int bg_shoppingdetail=0x7f020014; public static final int bg_shoppingdetailperss=0x7f020015; public static final int bg_spinner=0x7f020016; public static final int bg_spinner_select=0x7f020017; public static final int bg_title=0x7f020018; public static final int bishi=0x7f020019; public static final int bizui=0x7f02001a; public static final int btn_change=0x7f02001b; public static final int btn_photo=0x7f02001c; public static final int btn_regist=0x7f02001d; public static final int btn_regist_press=0x7f02001e; public static final int btn_search=0x7f02001f; public static final int btn_send=0x7f020020; public static final int btn_title=0x7f020021; public static final int btn_yes_normal=0x7f020022; public static final int btn_yes_press=0x7f020023; public static final int business=0x7f020024; public static final int buy_normal=0x7f020025; public static final int buy_press=0x7f020026; public static final int buynow_normal=0x7f020027; public static final int buynow_press=0x7f020028; public static final int cahan=0x7f020029; public static final int caidao=0x7f02002a; public static final int camera_button_blue=0x7f02002b; public static final int camera_button_blue_highlighted=0x7f02002c; public static final int camera_crop_height=0x7f02002d; public static final int camera_crop_width=0x7f02002e; public static final int camera_delete=0x7f02002f; public static final int camera_delete_highlighted=0x7f020030; public static final int camera_fliterpicture_background=0x7f020031; public static final int camera_no_normal=0x7f020032; public static final int camera_no_press=0x7f020033; public static final int camera_toolbar_background=0x7f020034; public static final int camera_yes_normal=0x7f020035; public static final int camera_yes_press=0x7f020036; public static final int card=0x7f020037; public static final int cardactivate=0x7f020038; public static final int cardactivate_press=0x7f020039; public static final int cart_edit=0x7f02003a; public static final int cart_edit_text=0x7f02003b; public static final int chajin=0x7f02003c; public static final int change_normal=0x7f02003d; public static final int change_press=0x7f02003e; public static final int chat_expression_bg=0x7f02003f; public static final int chat_icon_smiles=0x7f020040; public static final int chat_icon_smiles_pressed=0x7f020041; public static final int cheer=0x7f020042; public static final int chong=0x7f020043; public static final int ciya=0x7f020044; public static final int comment_normal=0x7f020045; public static final int comment_press=0x7f020046; public static final int contact_normal=0x7f020047; public static final int contact_press=0x7f020048; public static final int coupon_normal=0x7f020049; public static final int coupon_press=0x7f02004a; public static final int custom_tab_indicator=0x7f02004b; public static final int custom_tab_indicator_divider=0x7f02004c; public static final int custom_tab_indicator_focused=0x7f02004d; public static final int custom_tab_indicator_selected=0x7f02004e; public static final int custom_tab_indicator_selected_focused=0x7f02004f; public static final int custom_tab_indicator_selected_pressed=0x7f020050; public static final int custom_tab_indicator_unselected=0x7f020051; public static final int custom_tab_indicator_unselected_focused=0x7f020052; public static final int custom_tab_indicator_unselected_pressed=0x7f020053; public static final int da=0x7f020054; public static final int dabian=0x7f020055; public static final int dabing=0x7f020056; public static final int dajiao=0x7f020057; public static final int daku=0x7f020058; public static final int dangao=0x7f020059; public static final int dao=0x7f02005a; public static final int default_ptr_drawable=0x7f02005b; public static final int default_ptr_flip_bottom=0x7f02005c; public static final int defaultuserimg=0x7f02005d; public static final int delete=0x7f02005e; public static final int delete_press=0x7f02005f; public static final int deyi=0x7f020060; public static final int diaoxie=0x7f020061; public static final int edit_userinfo=0x7f020062; public static final int edit_userinfo_press=0x7f020063; public static final int empty_image=0x7f020064; public static final int er=0x7f020065; public static final int fadai=0x7f020066; public static final int fadou=0x7f020067; public static final int fan=0x7f020068; public static final int fanu=0x7f020069; public static final int feature=0x7f02006a; public static final int feiwen=0x7f02006b; public static final int fendou=0x7f02006c; public static final int filter_fuzzy=0x7f02006d; public static final int filter_gray=0x7f02006e; public static final int filter_lomo=0x7f02006f; public static final int filter_negative=0x7f020070; public static final int filter_past=0x7f020071; public static final int filter_sharpen=0x7f020072; public static final int filter_sketch=0x7f020073; public static final int filter_softlight=0x7f020074; public static final int filter_sunshine=0x7f020075; public static final int food_normal=0x7f020076; public static final int food_press=0x7f020077; public static final int gangga=0x7f020078; public static final int geili=0x7f020079; public static final int gouyin=0x7f02007a; public static final int group_divider=0x7f02007b; public static final int grouplist_item_bg=0x7f02007c; public static final int grouplist_item_bg_normal=0x7f02007d; public static final int guzhang=0x7f02007e; public static final int haha=0x7f02007f; public static final int haixiu=0x7f020080; public static final int happy_normal=0x7f020081; public static final int happy_press=0x7f020082; public static final int haqian=0x7f020083; public static final int home=0x7f020084; public static final int hotal_normal=0x7f020085; public static final int hotal_press=0x7f020086; public static final int hua=0x7f020087; public static final int huaixiao=0x7f020088; public static final int huishou=0x7f020089; public static final int huitou=0x7f02008a; public static final int ic_launcher=0x7f02008b; public static final int ic_pulltorefresh_arrow=0x7f02008c; public static final int ic_pulltorefresh_arrow_up=0x7f02008d; public static final int image_artwork=0x7f02008e; public static final int img_about=0x7f02008f; public static final int img_food=0x7f020090; public static final int index_normal=0x7f020091; public static final int index_press=0x7f020092; public static final int indicator_autocrop=0x7f020093; public static final int indicator_bg_bottom=0x7f020094; public static final int indicator_bg_top=0x7f020095; public static final int info=0x7f020096; public static final int infoicon=0x7f020097; public static final int infomation=0x7f020098; public static final int insert_topic=0x7f020099; public static final int invite_normal=0x7f02009a; public static final int invite_press=0x7f02009b; public static final int jidong=0x7f02009c; public static final int jingkong=0x7f02009d; public static final int jingya=0x7f02009e; public static final int kafei=0x7f02009f; public static final int keai=0x7f0200a0; public static final int kelian=0x7f0200a1; public static final int ketou=0x7f0200a2; public static final int kiss=0x7f0200a3; public static final int ku=0x7f0200a4; public static final int kuaikule=0x7f0200a5; public static final int kulou=0x7f0200a6; public static final int kun=0x7f0200a7; public static final int lanqiu=0x7f0200a8; public static final int lefttime=0x7f0200a9; public static final int lenghan=0x7f0200aa; public static final int listitem_myorder=0x7f0200ab; public static final int listview_divider_line=0x7f0200ac; public static final int listview_item_selector=0x7f0200ad; public static final int listview_item_selector_bg=0x7f0200ae; public static final int liuhan=0x7f0200af; public static final int liulei=0x7f0200b0; public static final int liwu=0x7f0200b1; public static final int loading_0=0x7f0200b2; public static final int loading_1=0x7f0200b3; public static final int loading_2=0x7f0200b4; public static final int loading_3=0x7f0200b5; public static final int loading_4=0x7f0200b6; public static final int loading_5=0x7f0200b7; public static final int loading_6=0x7f0200b8; public static final int loading_7=0x7f0200b9; public static final int loading_bg=0x7f0200ba; public static final int location=0x7f0200bb; public static final int login_normal=0x7f0200bc; public static final int login_press=0x7f0200bd; public static final int logout=0x7f0200be; public static final int logout_press=0x7f0200bf; public static final int love=0x7f0200c0; public static final int ma=0x7f0200c1; public static final int menu_about=0x7f0200c2; public static final int menu_quit=0x7f0200c3; public static final int menu_return=0x7f0200c4; public static final int message_normal=0x7f0200c5; public static final int message_press=0x7f0200c6; public static final int mircoshare_normal=0x7f0200c7; public static final int mircoshare_press=0x7f0200c8; public static final int mobile=0x7f0200c9; public static final int money=0x7f0200ca; public static final int msg_center_popover_bg=0x7f0200cb; public static final int mycount_normal=0x7f0200cc; public static final int mycount_press=0x7f0200cd; public static final int myorder=0x7f0200ce; public static final int myshare=0x7f0200cf; public static final int nanguo=0x7f0200d0; public static final int near_normal=0x7f0200d1; public static final int near_press=0x7f0200d2; public static final int no=0x7f0200d3; public static final int nowbind_normal=0x7f0200d4; public static final int nowbind_press=0x7f0200d5; public static final int nowchange_normal=0x7f0200d6; public static final int nowchange_press=0x7f0200d7; public static final int ok=0x7f0200d8; public static final int page_indicator=0x7f0200d9; public static final int page_indicator_focused=0x7f0200da; public static final int payfor_normal=0x7f0200db; public static final int payfor_press=0x7f0200dc; public static final int peifu=0x7f0200dd; public static final int phone=0x7f0200de; public static final int photo_normal=0x7f0200df; public static final int photo_press=0x7f0200e0; public static final int pijiu=0x7f0200e1; public static final int pingpang=0x7f0200e2; public static final int pizui=0x7f0200e3; public static final int preview_button=0x7f0200e4; public static final int preview_button_n=0x7f0200e5; public static final int preview_button_p=0x7f0200e6; public static final int privilege=0x7f0200e7; public static final int privilege_normal=0x7f0200e8; public static final int privilege_press=0x7f0200e9; public static final int productinfo=0x7f0200ea; public static final int pubshare_normal=0x7f0200eb; public static final int pubshare_press=0x7f0200ec; public static final int qiang=0x7f0200ed; public static final int qinqin=0x7f0200ee; public static final int qioudale=0x7f0200ef; public static final int qiu=0x7f0200f0; public static final int qq=0x7f0200f1; public static final int quantou=0x7f0200f2; public static final int reflash_normal=0x7f0200f3; public static final int reflash_press=0x7f0200f4; public static final int regist_normal=0x7f0200f5; public static final int regist_press=0x7f0200f6; public static final int replay_normal=0x7f0200f7; public static final int replay_press=0x7f0200f8; public static final int ruo=0x7f0200f9; public static final int sale_normal=0x7f0200fa; public static final int sale_press=0x7f0200fb; public static final int save_info=0x7f0200fc; public static final int save_info_press=0x7f0200fd; public static final int say=0x7f0200fe; public static final int say_normal=0x7f0200ff; public static final int say_press=0x7f020100; public static final int se=0x7f020101; public static final int search_input=0x7f020102; public static final int search_normal=0x7f020103; public static final int search_nothing=0x7f020104; public static final int search_press=0x7f020105; public static final int search_radio=0x7f020106; public static final int search_radio_sel=0x7f020107; public static final int selector_add=0x7f020108; public static final int selector_back=0x7f020109; public static final int selector_bindnow=0x7f02010a; public static final int selector_btn_filter=0x7f02010b; public static final int selector_btn_regist=0x7f02010c; public static final int selector_btn_yes=0x7f02010d; public static final int selector_buy=0x7f02010e; public static final int selector_buynow=0x7f02010f; public static final int selector_camera_delete=0x7f020110; public static final int selector_camera_no=0x7f020111; public static final int selector_camera_yes=0x7f020112; public static final int selector_cardactivate=0x7f020113; public static final int selector_cart=0x7f020114; public static final int selector_change=0x7f020115; public static final int selector_comment=0x7f020116; public static final int selector_contact=0x7f020117; public static final int selector_coupon=0x7f020118; public static final int selector_cut=0x7f020119; public static final int selector_delete=0x7f02011a; public static final int selector_edit=0x7f02011b; public static final int selector_food=0x7f02011c; public static final int selector_happy=0x7f02011d; public static final int selector_hotal=0x7f02011e; public static final int selector_index=0x7f02011f; public static final int selector_invite=0x7f020120; public static final int selector_logout=0x7f020121; public static final int selector_message=0x7f020122; public static final int selector_microshare=0x7f020123; public static final int selector_mycount=0x7f020124; public static final int selector_near=0x7f020125; public static final int selector_nowlogin=0x7f020126; public static final int selector_pay=0x7f020127; public static final int selector_privilege=0x7f020128; public static final int selector_pubshare=0x7f020129; public static final int selector_qq=0x7f02012a; public static final int selector_radio=0x7f02012b; public static final int selector_reflash=0x7f02012c; public static final int selector_regist=0x7f02012d; public static final int selector_replay=0x7f02012e; public static final int selector_sale=0x7f02012f; public static final int selector_saveinfo=0x7f020130; public static final int selector_say=0x7f020131; public static final int selector_shop=0x7f020132; public static final int selector_shopping=0x7f020133; public static final int selector_showdetail=0x7f020134; public static final int selector_sortwhat=0x7f020135; public static final int selector_spinner=0x7f020136; public static final int selector_storeintroduce=0x7f020137; public static final int selector_submit=0x7f020138; public static final int send_normal=0x7f020139; public static final int send_press=0x7f02013a; public static final int shandian=0x7f02013b; public static final int sharepub_normal=0x7f02013c; public static final int sharepub_press=0x7f02013d; public static final int shengli=0x7f02013e; public static final int shop_normal=0x7f02013f; public static final int shop_press=0x7f020140; public static final int shopcart_normal=0x7f020141; public static final int shopcart_press=0x7f020142; public static final int shopping_normal=0x7f020143; public static final int shopping_press=0x7f020144; public static final int showshopdetail_normal=0x7f020145; public static final int showshopdetail_press=0x7f020146; public static final int shuai=0x7f020147; public static final int shuijiao=0x7f020148; public static final int signin=0x7f020149; public static final int sort_near=0x7f02014a; public static final int sort_normal=0x7f02014b; public static final int split_line_invite=0x7f02014c; public static final int square_search_filter_bg=0x7f02014d; public static final int square_search_filter_nor=0x7f02014e; public static final int square_search_filter_press=0x7f02014f; public static final int star0=0x7f020150; public static final int star10=0x7f020151; public static final int star15=0x7f020152; public static final int star20=0x7f020153; public static final int star25=0x7f020154; public static final int star30=0x7f020155; public static final int star35=0x7f020156; public static final int star40=0x7f020157; public static final int star45=0x7f020158; public static final int star5=0x7f020159; public static final int star50=0x7f02015a; public static final int state_begin=0x7f02015b; public static final int state_end=0x7f02015c; public static final int state_notbegin=0x7f02015d; public static final int store_introduce=0x7f02015e; public static final int sub_btn_disable=0x7f02015f; public static final int sub_btn_normal=0x7f020160; public static final int sub_btn_press=0x7f020161; public static final int submit_normal=0x7f020162; public static final int submit_press=0x7f020163; public static final int taiyang=0x7f020164; public static final int test=0x7f020165; public static final int tips=0x7f020166; public static final int tips_cart=0x7f020167; public static final int tips_message=0x7f020168; public static final int title_normal=0x7f020169; public static final int title_press=0x7f02016a; public static final int tsk=0x7f02016b; public static final int tuan_end=0x7f02016c; public static final int tuan_last_end=0x7f02016d; public static final int tuan_start=0x7f02016e; public static final int usercard=0x7f02016f; public static final int vip=0x7f020170; public static final int welcome=0x7f020171; public static final int zhifubao=0x7f020172; } public static final class id { public static final int BlurFilter=0x7f090083; public static final int GrayFilter=0x7f090082; public static final int InvertFilter=0x7f090084; public static final int LightFilter=0x7f090086; public static final int LomoFilter=0x7f090088; public static final int OldFilter=0x7f090085; public static final int RelativeLayout_Item=0x7f09014c; public static final int SharpenFilter=0x7f090087; public static final int SketchFilter=0x7f09008a; public static final int SoftGlowFilter=0x7f090089; public static final int acount=0x7f090097; public static final int action_settings=0x7f0901a5; public static final int addnum=0x7f090185; public static final int address=0x7f0900e7; public static final int afterDescendants=0x7f090030; public static final int all=0x7f09002e; public static final int all_product_count=0x7f09005c; public static final int always=0x7f090016; public static final int alwaysScroll=0x7f090033; public static final int animation=0x7f09002c; public static final int anyRtl=0x7f090023; public static final int artwork=0x7f090081; public static final int auto=0x7f090013; public static final int balance=0x7f0900af; public static final int beforeDescendants=0x7f09002f; public static final int birthday=0x7f090075; public static final int blocksDescendants=0x7f090031; public static final int bmapView=0x7f09010a; public static final int both=0x7f090003; public static final int bottom=0x7f090039; public static final int btn_back=0x7f0900c6; public static final int btn_bind=0x7f0900fe; public static final int btn_buy=0x7f0900e0; public static final int btn_cancel=0x7f090066; public static final int btn_change=0x7f09004d; public static final int btn_clear=0x7f09019b; public static final int btn_comment=0x7f09019d; public static final int btn_contact=0x7f090064; public static final int btn_coupon=0x7f090092; public static final int btn_delete=0x7f09008b; public static final int btn_face=0x7f090055; public static final int btn_invite=0x7f090095; public static final int btn_login=0x7f09009b; public static final int btn_logout=0x7f0901a0; public static final int btn_microshare=0x7f090093; public static final int btn_near=0x7f0901a2; public static final int btn_photo=0x7f0900f3; public static final int btn_privilege=0x7f090090; public static final int btn_pubshare=0x7f0900c8; public static final int btn_reflash=0x7f090110; public static final int btn_regist=0x7f09019e; public static final int btn_sale=0x7f090091; public static final int btn_save=0x7f090047; public static final int btn_say=0x7f090111; public static final int btn_search=0x7f09014a; public static final int btn_shop=0x7f090094; public static final int btn_shopping=0x7f09008f; public static final int btn_submit=0x7f09019f; public static final int btn_title=0x7f0900f4; public static final int btn_voice=0x7f09019a; public static final int btn_yes=0x7f090067; public static final int button_change_to_block=0x7f09017c; public static final int button_change_to_gray=0x7f090174; public static final int button_change_to_hdr=0x7f090181; public static final int button_change_to_invert=0x7f09017a; public static final int button_change_to_light=0x7f09017f; public static final int button_change_to_lomo=0x7f090180; public static final int button_change_to_neon=0x7f090178; public static final int button_change_to_oid=0x7f090177; public static final int button_change_to_old=0x7f09017d; public static final int button_change_to_pixelate=0x7f090179; public static final int button_change_to_relief=0x7f090175; public static final int button_change_to_sharpen=0x7f09017e; public static final int button_change_to_source=0x7f090182; public static final int button_change_to_tv=0x7f09017b; public static final int button_change_to_vague=0x7f090176; public static final int buyed=0x7f090168; public static final int cardnum=0x7f090043; public static final int cardpwd=0x7f090045; public static final int cart_num=0x7f090153; public static final int cart_title=0x7f090150; public static final int cb_near=0x7f0901a1; public static final int center=0x7f090027; public static final int change_list=0x7f090048; public static final int change_title=0x7f090049; public static final int checkversion=0x7f09003e; public static final int choisenum=0x7f090184; public static final int citycard=0x7f090127; public static final int comment=0x7f09012e; public static final int content=0x7f0900df; public static final int count=0x7f09011b; public static final int create_time=0x7f090161; public static final int cropview=0x7f090068; public static final int current_num=0x7f0900cd; public static final int cut=0x7f09007d; public static final int cutdown=0x7f0900d7; public static final int cutnum=0x7f090183; public static final int defaultPosition=0x7f090019; public static final int disabled=0x7f090000; public static final int distance=0x7f09016d; public static final int dropdown=0x7f09019c; public static final int edit=0x7f0900ac; public static final int edit_mobile=0x7f090062; public static final int email=0x7f09006b; public static final int et_acount=0x7f090098; public static final int et_comment=0x7f090054; public static final int et_content=0x7f0900f7; public static final int et_edit_mobile=0x7f090063; public static final int et_note=0x7f090058; public static final int et_pwd=0x7f09009a; public static final int et_search=0x7f09014b; public static final int et_title=0x7f0900f6; public static final int feature=0x7f09012b; public static final int fenge=0x7f090118; public static final int firstStrong=0x7f090022; public static final int frame_listview_news=0x7f09010e; public static final int gone=0x7f09000b; public static final int gravity=0x7f090024; public static final int grid_view=0x7f090114; public static final int gridview=0x7f090006; public static final int groupItem=0x7f090139; public static final int hardware=0x7f09001d; public static final int head_arrowImageView=0x7f09013c; public static final int head_contentLayout=0x7f09013b; public static final int head_lastUpdatedTextView=0x7f09013f; public static final int head_progressBar=0x7f09013d; public static final int head_tipsTextView=0x7f09013e; public static final int high=0x7f090015; public static final int home_indicator=0x7f09008e; public static final int home_pager=0x7f09008d; public static final int horizontal=0x7f09000d; public static final int hs_filter=0x7f09007f; public static final int icon=0x7f090136; public static final int ifContentScrolls=0x7f090017; public static final int image=0x7f090173; public static final int imagedialog_image=0x7f090142; public static final int imagedialog_preview_button=0x7f090143; public static final int imagedialog_progress=0x7f090141; public static final int imagedialog_view_switcher=0x7f090140; public static final int imagezoomdialog_image=0x7f090145; public static final int imagezoomdialog_progress=0x7f0900ca; public static final int imagezoomdialog_view_switcher=0x7f090144; public static final int img_address=0x7f0900e6; public static final int img_balance=0x7f0900ae; public static final int img_cart=0x7f09014f; public static final int img_change=0x7f09004a; public static final int img_city=0x7f090126; public static final int img_comment=0x7f09012d; public static final int img_content=0x7f09016b; public static final int img_delete=0x7f090154; public static final int img_distance=0x7f09016c; public static final int img_feature=0x7f09012a; public static final int img_filter=0x7f090080; public static final int img_home=0x7f0900e1; public static final int img_icon=0x7f09003b; public static final int img_lefttime=0x7f0900dc; public static final int img_location=0x7f0900ea; public static final int img_money=0x7f0900d3; public static final int img_myorder=0x7f0900c0; public static final int img_myshare=0x7f0900c3; public static final int img_open=0x7f0900e3; public static final int img_phone=0x7f0900bc; public static final int img_privilege=0x7f0900d1; public static final int img_qq=0x7f09009d; public static final int img_saycount=0x7f090116; public static final int img_shopping=0x7f090121; public static final int img_signin=0x7f0900b8; public static final int img_start=0x7f090124; public static final int img_store=0x7f09004f; public static final int img_user=0x7f0900ab; public static final int img_usercard=0x7f0900b4; public static final int inherit=0x7f090020; public static final int insideInset=0x7f090010; public static final int insideOverlay=0x7f09000f; public static final int introduce=0x7f090050; public static final int invisible=0x7f09000a; public static final int invite_list=0x7f090096; public static final int item_image=0x7f09014d; public static final int item_text=0x7f09014e; public static final int jf=0x7f09004b; public static final int jifen=0x7f0900b1; public static final int jifen_change=0x7f090060; public static final int left=0x7f09001a; public static final int lefttime=0x7f0900dd; public static final int listview_foot_more=0x7f09016f; public static final int listview_foot_progress=0x7f09016e; public static final int ll_bindmycount=0x7f0900f8; public static final int ll_bottom=0x7f0900f1; public static final int ll_content=0x7f0900f5; public static final int ll_gotoprivilege=0x7f09011a; public static final int ll_gotoshare=0x7f0900a7; public static final int ll_img=0x7f0900f2; public static final int ll_price=0x7f0900d2; public static final int ll_tips=0x7f0900a6; public static final int ll_title=0x7f090056; public static final int ll_top=0x7f09010f; public static final int ll_version=0x7f09003c; public static final int loadMoreButton=0x7f090172; public static final int loading_bar=0x7f090170; public static final int loading_text=0x7f090171; public static final int locale=0x7f090021; public static final int location=0x7f0900eb; public static final int low=0x7f090014; public static final int ltr=0x7f09001e; public static final int lvGroup=0x7f09013a; public static final int lv_cart=0x7f090057; public static final int lv_comment=0x7f090119; public static final int lv_my_comment=0x7f0900a9; public static final int lv_my_share=0x7f0900a8; public static final int ly_left=0x7f090198; public static final int main_tab_new_message=0x7f0900a4; public static final int mobie=0x7f090073; public static final int mobienum=0x7f090041; public static final int money=0x7f0900d4; public static final int multipleChoice=0x7f090035; public static final int multipleChoiceModal=0x7f090036; public static final int myImageScrollView=0x7f090195; public static final int myPageControlView=0x7f090196; public static final int myorder=0x7f0900c1; public static final int myorder_list=0x7f0900c5; public static final int myshare=0x7f0900c4; public static final int myshare_list=0x7f0900c9; public static final int never=0x7f090018; public static final int no=0x7f09002b; public static final int none=0x7f09000c; public static final int normal=0x7f090032; public static final int nowprice=0x7f090166; public static final int num=0x7f090128; public static final int oldpwd=0x7f09006d; public static final int open=0x7f0900e4; public static final int ordernum=0x7f090163; public static final int ordertitle=0x7f090162; public static final int outsideInset=0x7f090012; public static final int outsideOverlay=0x7f090011; public static final int percost=0x7f090131; public static final int person=0x7f09016a; public static final int phone=0x7f0900bd; public static final int photo_page=0x7f0900cc; public static final int poster=0x7f09008c; public static final int price=0x7f0900d5; public static final int privilege=0x7f090129; public static final int privilege_list=0x7f0900cf; public static final int privilege_title=0x7f0900d0; public static final int psw=0x7f090099; public static final int ptr_id_header=0x7f090186; public static final int ptr_id_image=0x7f090187; public static final int ptr_id_last_updated=0x7f09018b; public static final int ptr_id_spinner=0x7f090188; public static final int ptr_id_text=0x7f09018a; public static final int ptr_id_textwrapper=0x7f090189; public static final int pullDownFromTop=0x7f090001; public static final int pullUpFromBottom=0x7f090002; public static final int pull_to_load_image=0x7f090191; public static final int pull_to_load_progress=0x7f090190; public static final int pull_to_load_text=0x7f090192; public static final int pull_to_refresh_header=0x7f09018f; public static final int pull_to_refresh_image=0x7f09018c; public static final int pull_to_refresh_progress=0x7f090193; public static final int pull_to_refresh_sub_text=0x7f09018e; public static final int pull_to_refresh_text=0x7f09018d; public static final int pull_to_refresh_updated_at=0x7f090194; public static final int pwd=0x7f09006f; public static final int radio_buy=0x7f09011e; public static final int radio_cart=0x7f0900a1; public static final int radio_food=0x7f09011d; public static final int radio_happy=0x7f090120; public static final int radio_hotal=0x7f09011f; public static final int radio_index=0x7f0900a0; public static final int radio_message=0x7f0900a2; public static final int radio_mycount=0x7f0900a3; public static final int radiogroup=0x7f09009f; public static final int rd_leftmoney=0x7f09005b; public static final int rd_man=0x7f09007a; public static final int rd_unknow=0x7f090079; public static final int rd_women=0x7f09007b; public static final int rd_zhifubao=0x7f09005a; public static final int regist_acount=0x7f090100; public static final int regist_email=0x7f090102; public static final int regist_mobile=0x7f090104; public static final int regist_myacount=0x7f0900fa; public static final int regist_mypwd=0x7f0900fc; public static final int regist_pwd=0x7f090106; public static final int repeat=0x7f090071; public static final int repeatpwd=0x7f090108; public static final int rg_paytype=0x7f090059; public static final int rg_sex=0x7f090078; public static final int right=0x7f09001b; public static final int rl_bottom=0x7f090052; public static final int rl_content=0x7f0900ed; public static final int rl_distance=0x7f0900e9; public static final int rl_myorder=0x7f0900bf; public static final int rl_myshare=0x7f0900c2; public static final int rl_phone=0x7f0900bb; public static final int rl_qq=0x7f09009c; public static final int rl_say=0x7f090115; public static final int rl_sentfrom=0x7f090155; public static final int rl_signin=0x7f0900b7; public static final int rl_start=0x7f090123; public static final int rl_top=0x7f090065; public static final int rl_usercard=0x7f0900b3; public static final int rotate=0x7f09007e; public static final int rtl=0x7f09001f; public static final int sale_list=0x7f09010b; public static final int save=0x7f0900da; public static final int saycount=0x7f090117; public static final int scrolling=0x7f09002d; public static final int scrollview=0x7f090008; public static final int searchNothing=0x7f09010c; public static final int searchbar=0x7f090197; public static final int sentfrom=0x7f090156; public static final int sex=0x7f090077; public static final int share=0x7f090146; public static final int sharephoto=0x7f0900cb; public static final int shopping_list=0x7f09010d; public static final int shopping_title=0x7f090122; public static final int should_pay=0x7f09005e; public static final int signin=0x7f0900b9; public static final int singleChoice=0x7f090034; public static final int singleprice=0x7f090151; public static final int sl_message=0x7f0900a5; public static final int sl_mycount=0x7f0900aa; public static final int software=0x7f09001c; public static final int sp_searchtype=0x7f090148; public static final int start_num=0x7f090125; public static final int state=0x7f090165; public static final int storeintroduce=0x7f09004e; public static final int text=0x7f090138; public static final int textEnd=0x7f090026; public static final int textStart=0x7f090025; public static final int tiao=0x7f090130; public static final int time=0x7f090113; public static final int tips_bindmycount=0x7f0900f9; public static final int tips_bindnewcount=0x7f0900ff; public static final int title=0x7f090137; public static final int title_back=0x7f090004; public static final int title_invite=0x7f0900ee; public static final int title_name=0x7f090005; public static final int top=0x7f09003a; public static final int total_num=0x7f0900ce; public static final int triangle=0x7f090037; public static final int truename=0x7f09003f; public static final int tv_adcontent=0x7f090135; public static final int tv_address=0x7f0900e8; public static final int tv_address_invite=0x7f090160; public static final int tv_adtitle=0x7f090134; public static final int tv_all_product_count=0x7f09005d; public static final int tv_balance=0x7f0900b0; public static final int tv_birthday=0x7f090076; public static final int tv_buyed=0x7f090169; public static final int tv_cardnum=0x7f090044; public static final int tv_cardpwd=0x7f090046; public static final int tv_claim=0x7f09015e; public static final int tv_comment=0x7f09012f; public static final int tv_contact=0x7f09015f; public static final int tv_content=0x7f090051; public static final int tv_count=0x7f09011c; public static final int tv_create_time=0x7f0900ef; public static final int tv_cutdown=0x7f0900d8; public static final int tv_degree=0x7f09015c; public static final int tv_email=0x7f09006c; public static final int tv_feature=0x7f09012c; public static final int tv_home=0x7f0900e2; public static final int tv_jf=0x7f09004c; public static final int tv_jifen=0x7f0900b2; public static final int tv_jifen_change=0x7f090061; public static final int tv_lefttime=0x7f0900de; public static final int tv_location=0x7f0900ec; public static final int tv_maintitle=0x7f090147; public static final int tv_mobie=0x7f090074; public static final int tv_mobile=0x7f090042; public static final int tv_mycount=0x7f0900fb; public static final int tv_mypwd=0x7f0900fd; public static final int tv_name=0x7f0900ad; public static final int tv_nowprice=0x7f090167; public static final int tv_num=0x7f090158; public static final int tv_number=0x7f09015a; public static final int tv_oldpwd=0x7f09006e; public static final int tv_open=0x7f0900e5; public static final int tv_ordernum=0x7f090164; public static final int tv_percost=0x7f090132; public static final int tv_phone=0x7f0900be; public static final int tv_post=0x7f090159; public static final int tv_price=0x7f0900d6; public static final int tv_pwd=0x7f090070; public static final int tv_qq=0x7f09009e; public static final int tv_regist_acount=0x7f090101; public static final int tv_regist_email=0x7f090103; public static final int tv_regist_mobile=0x7f090105; public static final int tv_regist_pwd=0x7f090107; public static final int tv_repeat=0x7f090072; public static final int tv_repeatpwd=0x7f090109; public static final int tv_reply=0x7f090053; public static final int tv_save=0x7f0900db; public static final int tv_search_group=0x7f090149; public static final int tv_search_keyword=0x7f090199; public static final int tv_sentfrom=0x7f090157; public static final int tv_sex=0x7f09015b; public static final int tv_should_pay=0x7f09005f; public static final int tv_signin=0x7f0900ba; public static final int tv_singleprice=0x7f090152; public static final int tv_title=0x7f0900c7; public static final int tv_treatment=0x7f09015d; public static final int tv_truename=0x7f090040; public static final int tv_useracount=0x7f09006a; public static final int tv_usercard=0x7f0900b6; public static final int tv_version=0x7f09003d; public static final int underline=0x7f090038; public static final int update_progress=0x7f0901a3; public static final int update_progress_text=0x7f0901a4; public static final int useracount=0x7f090069; public static final int usercard=0x7f0900b5; public static final int username=0x7f090112; public static final int vertical=0x7f09000e; public static final int viewEnd=0x7f090029; public static final int viewStart=0x7f090028; public static final int visible=0x7f090009; public static final int vp_contains=0x7f09007c; public static final int webview=0x7f090007; public static final int wv_detail_privilege=0x7f0900f0; public static final int yes=0x7f09002a; public static final int yuan=0x7f090133; public static final int zhe=0x7f0900d9; } public static final class integer { public static final int default_circle_indicator_orientation=0x7f0d0000; public static final int default_title_indicator_footer_indicator_style=0x7f0d0001; public static final int default_title_indicator_line_position=0x7f0d0002; public static final int default_underline_indicator_fade_delay=0x7f0d0003; public static final int default_underline_indicator_fade_length=0x7f0d0004; } public static final class layout { public static final int activity_about=0x7f030000; public static final int activity_cardactivate=0x7f030001; public static final int activity_change=0x7f030002; public static final int activity_changedetaill=0x7f030003; public static final int activity_comment=0x7f030004; public static final int activity_confirmorder=0x7f030005; public static final int activity_cropimage=0x7f030006; public static final int activity_editacount=0x7f030007; public static final int activity_food=0x7f030008; public static final int activity_imagefilter=0x7f030009; public static final int activity_index=0x7f03000a; public static final int activity_invite=0x7f03000b; public static final int activity_login=0x7f03000c; public static final int activity_main=0x7f03000d; public static final int activity_message=0x7f03000e; public static final int activity_mycount=0x7f03000f; public static final int activity_myorder=0x7f030010; public static final int activity_myshare=0x7f030011; public static final int activity_photo=0x7f030012; public static final int activity_photodetail=0x7f030013; public static final int activity_privilege=0x7f030014; public static final int activity_privilegedetail=0x7f030015; public static final int activity_privilegeweb=0x7f030016; public static final int activity_pubshare=0x7f030017; public static final int activity_regist=0x7f030018; public static final int activity_route=0x7f030019; public static final int activity_sale=0x7f03001a; public static final int activity_seachstore=0x7f03001b; public static final int activity_share=0x7f03001c; public static final int activity_sharedetail=0x7f03001d; public static final int activity_shopcart=0x7f03001e; public static final int activity_shopping=0x7f03001f; public static final int activity_shoppingdetail=0x7f030020; public static final int activity_welcome=0x7f030021; public static final int ad_message=0x7f030022; public static final int customer_notitfication_layout=0x7f030023; public static final int gridview_menu=0x7f030024; public static final int group_item_view=0x7f030025; public static final int group_list=0x7f030026; public static final int head=0x7f030027; public static final int image_dialog=0x7f030028; public static final int image_zoom_dialog=0x7f030029; public static final int img_poster=0x7f03002a; public static final int img_pubshare=0x7f03002b; public static final int img_share=0x7f03002c; public static final int index_top=0x7f03002d; public static final int item_menu=0x7f03002e; public static final int listitem_cart=0x7f03002f; public static final int listitem_change=0x7f030030; public static final int listitem_comment=0x7f030031; public static final int listitem_confirmorder=0x7f030032; public static final int listitem_invite=0x7f030033; public static final int listitem_my_comment=0x7f030034; public static final int listitem_my_share=0x7f030035; public static final int listitem_myorder=0x7f030036; public static final int listitem_privilege=0x7f030037; public static final int listitem_sale=0x7f030038; public static final int listitem_share=0x7f030039; public static final int listitem_shopping=0x7f03003a; public static final int listitem_shoppingnear=0x7f03003b; public static final int listview_food=0x7f03003c; public static final int listview_footer=0x7f03003d; public static final int loadingdialog=0x7f03003e; public static final int loadmore=0x7f03003f; public static final int main=0x7f030040; public static final int numchange=0x7f030041; public static final int poster_item=0x7f030042; public static final int ptr_header=0x7f030043; public static final int pull_to_refresh_head=0x7f030044; public static final int pull_to_refresh_header=0x7f030045; public static final int refresh_footer=0x7f030046; public static final int refresh_header=0x7f030047; public static final int scroll_image=0x7f030048; public static final int search_bar_layout=0x7f030049; public static final int spinner=0x7f03004a; public static final int spinnerdown=0x7f03004b; public static final int team_layout_single_expression_cell=0x7f03004c; public static final int title_comment=0x7f03004d; public static final int title_edituserinfo=0x7f03004e; public static final int title_login=0x7f03004f; public static final int title_mycart=0x7f030050; public static final int title_mycount=0x7f030051; public static final int title_shopping=0x7f030052; public static final int update_progress=0x7f030053; } public static final class menu { public static final int main=0x7f0e0000; } public static final class raw { public static final int system=0x7f050000; } public static final class string { public static final int Cancel=0x7f0600df; public static final int Ensure=0x7f0600de; public static final int OAUTH_AccessToken_ACCESS=0x7f060031; public static final int OAUTH_AccessToken_ERROR=0x7f060032; public static final int OAUTH_AccessToken_SXPIRED=0x7f060033; /** sina share message */ public static final int OAUTH_ERROR=0x7f06002e; public static final int OAUTH_RequestToken_ACCESS=0x7f06002f; public static final int OAUTH_RequestToken_ERROR=0x7f060030; public static final int Weibo_Message_LONG=0x7f060035; public static final int Weibo_Message_NULL=0x7f060034; public static final int Weibo_Share_Error=0x7f060037; public static final int Weibo_Share_Repeat=0x7f060038; public static final int Weibo_Share_Success=0x7f060036; /** 关于 */ public static final int about=0x7f0600cd; public static final int acount=0x7f06005a; public static final int acount_hint=0x7f06008e; public static final int acounthint=0x7f06005c; /** 账号设置 */ public static final int acountsetting=0x7f06006c; public static final int action_settings=0x7f060041; /** 激活会员卡 */ public static final int activatecard=0x7f06007a; public static final int address=0x7f060049; public static final int address_invite=0x7f0600c1; public static final int all_product_count=0x7f0600a6; public static final int app_error=0x7f06000c; public static final int app_error_message=0x7f06000d; public static final int app_menu_surelogout=0x7f060009; public static final int app_name=0x7f060000; public static final int app_run_code_error=0x7f060008; public static final int balance=0x7f060060; public static final int bindcount=0x7f060091; public static final int bindmycount=0x7f060090; public static final int birthday=0x7f060073; public static final int birthdayhint=0x7f060079; public static final int bodyHint=0x7f0600d7; public static final int buyed=0x7f060094; public static final int cancel=0x7f06009e; public static final int cancle=0x7f06000b; public static final int cardnum=0x7f06007d; public static final int cardnumhint=0x7f06007f; public static final int cardpwd=0x7f06007e; public static final int cardpwdhint=0x7f060080; public static final int changeproductdetail=0x7f0600c6; /** 积分商城 */ public static final int changestore=0x7f0600c5; public static final int charsetHint=0x7f0600da; public static final int check_sign_failed=0x7f0600e0; public static final int checkversion=0x7f0600cf; public static final int choose_image=0x7f06001a; public static final int citycard=0x7f060045; public static final int claim=0x7f0600c2; public static final int clearwords=0x7f06001f; public static final int comment=0x7f06004b; public static final int confirm=0x7f06009d; public static final int confirm_install=0x7f0600dd; public static final int confirm_install_hint=0x7f0600dc; public static final int contact=0x7f0600c0; public static final int count=0x7f06009c; public static final int create_time=0x7f0600c3; public static final int cutdown=0x7f060096; public static final int degree=0x7f0600bc; public static final int delete_blog=0x7f06001d; public static final int delete_image=0x7f06001b; public static final int delete_tweet=0x7f06001c; /** 提示 */ public static final int dialog_tips=0x7f06004f; public static final int distance=0x7f06004a; public static final int editmoblie=0x7f0600a9; public static final int email=0x7f06006e; public static final int email_hint=0x7f06008d; /** 商家详细 */ public static final int feature=0x7f060046; public static final int feedback=0x7f0600d1; public static final int get_your_location=0x7f060055; public static final int havecomment=0x7f0600c9; public static final int havereply=0x7f0600cb; public static final int hello=0x7f060001; public static final int hello_world=0x7f060042; public static final int hint_comment=0x7f0600ac; public static final int hint_pubshare=0x7f0600ae; public static final int hint_pubsharetitle=0x7f0600af; public static final int hint_reply=0x7f0600ad; public static final int http_exception_error=0x7f060006; public static final int http_status_code_error=0x7f060005; public static final int img_from_album=0x7f06006a; public static final int img_from_camera=0x7f060069; public static final int io_exception_error=0x7f060004; public static final int jifen=0x7f060065; public static final int jifen_change=0x7f0600a8; public static final int lefttime=0x7f060098; public static final int load_empty=0x7f060012; public static final int load_error=0x7f060013; public static final int load_full=0x7f060011; public static final int load_ing=0x7f060010; public static final int load_more=0x7f06000f; public static final int loadding_data=0x7f060056; public static final int loading=0x7f060050; public static final int loginpwd=0x7f060070; public static final int maintitle=0x7f060043; public static final int man=0x7f060076; /** 消息 */ public static final int message=0x7f0600c7; /** 微分享 */ public static final int microshare=0x7f0600ab; public static final int mobie=0x7f060072; public static final int mobienum=0x7f06007c; public static final int mobile_hint=0x7f06008c; public static final int msg_load_image_fail=0x7f060028; public static final int msg_load_is_null=0x7f060020; public static final int msg_load_userface_fail=0x7f060027; public static final int msg_login_email_error=0x7f060021; public static final int msg_login_email_null=0x7f060022; public static final int msg_login_error=0x7f060026; public static final int msg_login_fail=0x7f060025; public static final int msg_login_pwd_null=0x7f060023; public static final int msg_login_success=0x7f060024; public static final int msg_noaccess_delete=0x7f06002a; public static final int msg_read_detail_fail=0x7f060029; public static final int multiface_crop_help=0x7f0600b3; public static final int my_comment=0x7f0600ca; public static final int my_share=0x7f0600c8; /** 购物车 */ public static final int mycart=0x7f06009a; /** 我的账号 */ public static final int mycount=0x7f06005f; public static final int myorder=0x7f060063; /** 我的分享 */ public static final int myshare=0x7f060064; public static final int network_not_connected=0x7f060002; public static final int new_data_toast_message=0x7f060014; public static final int new_data_toast_none=0x7f060015; public static final int notify_urlHint=0x7f0600d9; public static final int nowprice=0x7f060093; /** 确认订单 */ public static final int num=0x7f0600a0; public static final int number=0x7f0600bd; public static final int oldpwd=0x7f06006f; public static final int open=0x7f060047; /** 我的订单 */ public static final int ordernum=0x7f060081; public static final int orderpwd=0x7f060083; public static final int ordersn=0x7f060082; public static final int orderstate=0x7f060084; public static final int out_trade_noHint=0x7f0600d5; public static final int partnerHint=0x7f0600d3; public static final int pay_zhifubao=0x7f0600a5; public static final int percost=0x7f06004c; public static final int phone=0x7f0600bf; public static final int post=0x7f0600ba; public static final int postererrortips=0x7f060052; public static final int posterfailetips=0x7f060051; public static final int price=0x7f060095; /** 好优惠 */ public static final int privilege=0x7f060092; public static final int productcount=0x7f0600a1; public static final int productinfo=0x7f060099; public static final int psw=0x7f06005b; public static final int pswhint=0x7f06005d; public static final int ptr_last_updated=0x7f0600e4; public static final int ptr_pull_to_refresh=0x7f0600e1; public static final int ptr_refreshing=0x7f0600e3; public static final int ptr_release_to_refresh=0x7f0600e2; public static final int publishing=0x7f060019; public static final int pull_to_refresh_footer_pull_label=0x7f06003d; public static final int pull_to_refresh_footer_release_label=0x7f06003c; /** Just use standard Pull Down String when pulling up. These can be set for languages which require it */ public static final int pull_to_refresh_from_bottom_pull_label=0x7f06003e; public static final int pull_to_refresh_from_bottom_refreshing_label=0x7f060040; public static final int pull_to_refresh_from_bottom_release_label=0x7f06003f; public static final int pull_to_refresh_pull_label=0x7f060039; public static final int pull_to_refresh_refreshing_label=0x7f06003b; public static final int pull_to_refresh_release_label=0x7f06003a; public static final int pwd_hint=0x7f06008a; public static final int pwd_repeat=0x7f06008b; public static final int pwdhint=0x7f060078; public static final int qqlogin=0x7f06005e; /** 用户注册 */ public static final int regist=0x7f060085; public static final int regist_acount=0x7f060086; public static final int regist_email=0x7f060088; public static final int regist_mobile=0x7f060089; public static final int regist_pwd=0x7f060087; public static final int registnewcount=0x7f06008f; /** 支付宝 */ public static final int remote_call_failed=0x7f0600d2; public static final int repeatpwd=0x7f060071; public static final int republish_tweet=0x7f06001e; public static final int route=0x7f06004e; public static final int routestorefaile=0x7f060058; public static final int running_face_detection=0x7f0600b2; /** 促销活动 */ public static final int sale=0x7f0600c4; public static final int savemoney=0x7f060097; public static final int searchcontent=0x7f060057; public static final int select=0x7f060016; public static final int sellerHint=0x7f0600d4; public static final int sendfrom=0x7f0600b1; public static final int sex=0x7f060074; public static final int sex_invite=0x7f0600bb; public static final int share=0x7f060017; public static final int sharing=0x7f060018; public static final int shopping=0x7f060044; public static final int should_pay=0x7f0600a7; public static final int signTypeHint=0x7f0600db; public static final int signedin=0x7f060068; public static final int signin=0x7f060062; /** LoginSina */ public static final int sinalogin_check_account=0x7f06002b; public static final int sinalogin_check_pass=0x7f06002c; public static final int sinalogin_check_server=0x7f06002d; public static final int singelprice=0x7f06009b; public static final int socket_exception_error=0x7f060007; public static final int storeintroduce=0x7f06004d; public static final int subjectHint=0x7f0600d6; public static final int submit_report=0x7f06000e; public static final int sure=0x7f06000a; public static final int tel=0x7f060048; public static final int tips_cart=0x7f06009f; public static final int tips_entermobile=0x7f0600aa; public static final int tips_loadmore=0x7f0600b0; public static final int tips_message=0x7f0600cc; public static final int tips_mobile=0x7f0600b6; public static final int tips_myshare=0x7f0600b4; public static final int tips_mzcard=0x7f0600b7; public static final int tips_mzpwd=0x7f0600b8; public static final int tips_order=0x7f0600a2; /** 会员卡激活 */ public static final int tips_truename=0x7f0600b5; /** 招聘列表 */ public static final int title_invite=0x7f0600b9; public static final int total_feeHint=0x7f0600d8; public static final int treatment=0x7f0600be; public static final int truename=0x7f06007b; public static final int ui_insert_image=0x7f06006b; public static final int unbound=0x7f060066; public static final int unknow=0x7f060075; public static final int unsignin=0x7f060067; public static final int use_lefemoney=0x7f0600a4; public static final int use_zhifubao=0x7f0600a3; public static final int useracount=0x7f06006d; public static final int usercard=0x7f060061; /** 登陆注册 */ public static final int userlogin=0x7f060059; public static final int version=0x7f0600ce; public static final int versioninfo=0x7f0600d0; public static final int women=0x7f060077; public static final int xml_parser_failed=0x7f060003; public static final int your_gps_has_notopen=0x7f060054; public static final int your_network_has_disconnected=0x7f060053; } public static final class style { /** Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. Base application theme for API 11+. This theme completely replaces AppBaseTheme from res/values/styles.xml on API 11+ devices. API 11 theme customizations can go here. Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. API 14 theme customizations can go here. Base application theme, dependent on API level. This theme is replaced by AppBaseTheme from res/values-vXX/styles.xml on newer devices. Theme customizations available in newer API levels can go in res/values-vXX/styles.xml, while customizations related to backward-compatibility can go here. Base application theme for API 11+. This theme completely replaces AppBaseTheme from res/values/styles.xml on API 11+ devices. API 11 theme customizations can go here. Base application theme for API 14+. This theme completely replaces AppBaseTheme from BOTH res/values/styles.xml and res/values-v11/styles.xml on API 14+ devices. API 14 theme customizations can go here. */ public static final int AppBaseTheme=0x7f070000; /** Application theme. All customizations that are NOT specific to a particular API-level can go here. Application theme. */ public static final int AppTheme=0x7f070001; public static final int Dialog=0x7f070023; public static final int SomberMedium=0x7f070018; public static final int TextAppearance_TabPageIndicator=0x7f07002a; public static final int Textcolor=0x7f07000a; public static final int Textcolor_AboutContentColor=0x7f070026; public static final int Textcolor_Black=0x7f07000b; public static final int Textcolor_BlackCam=0x7f070010; public static final int Textcolor_BlackCamSmall=0x7f070011; public static final int Textcolor_BlackLarge=0x7f07000c; public static final int Textcolor_BlackMedium=0x7f07000d; public static final int Textcolor_BlackPoi=0x7f07000f; /** >文本颜色为黑色,大小为20sp< */ public static final int Textcolor_BlackSmall=0x7f07000e; public static final int Textcolor_DarkGray=0x7f07001a; public static final int Textcolor_GreenMedium=0x7f070012; public static final int Textcolor_RedBig=0x7f070015; public static final int Textcolor_RedMedium=0x7f070014; public static final int Textcolor_RedSmall=0x7f070013; public static final int Textcolor_SomberMedium=0x7f070016; public static final int Textcolor_SomberSmall=0x7f070019; public static final int Textcolor_VersionColor=0x7f070025; public static final int Textcolor_WhiteBig=0x7f070017; public static final int Textcolor_listview_change_jifen=0x7f070020; public static final int Textcolor_listview_invite_content=0x7f07001f; public static final int Textcolor_listview_invite_pubtime=0x7f07001e; public static final int Textcolor_listview_invite_title=0x7f07001d; public static final int Textcolor_listview_myorder_title=0x7f07001c; public static final int Textcolor_title_about=0x7f070021; public static final int Theme_PageIndicatorDefaults=0x7f070027; public static final int Widget=0x7f070028; public static final int Widget_IconPageIndicator=0x7f07002b; public static final int Widget_TabPageIndicator=0x7f070029; /** animation 样式 */ public static final int activityAnimation=0x7f070009; public static final int grouplist_item_textview=0x7f07001b; public static final int loading_small=0x7f070022; public static final int ptr_arrow=0x7f070004; public static final int ptr_header=0x7f070003; public static final int ptr_headerContainer=0x7f070002; public static final int ptr_last_updated=0x7f070008; public static final int ptr_spinner=0x7f070005; public static final int ptr_text=0x7f070007; public static final int ptr_textwrapper=0x7f070006; public static final int widget_listview=0x7f070024; } 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.mzeat: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.mzeat:choiceMode}</code></td><td> Defines the choice behavior for the view.</td></tr> <tr><td><code>{@link #AbsListView_drawSelectorOnTop com.mzeat: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.mzeat: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.mzeat: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.mzeat:listSelector}</code></td><td> Drawable used to indicate the currently selected item in the list.</td></tr> <tr><td><code>{@link #AbsListView_scrollingCache com.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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 = { 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065 }; /** <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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:transcriptMode */ public static final int AbsListView_transcriptMode = 5; /** Attributes that can be used with a CirclePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #CirclePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #CirclePageIndicator_android_orientation android:orientation}</code></td><td> Orientation of the indicator.</td></tr> <tr><td><code>{@link #CirclePageIndicator_centered com.mzeat:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr> <tr><td><code>{@link #CirclePageIndicator_fillColor com.mzeat:fillColor}</code></td><td> Color of the filled circle that represents the current page.</td></tr> <tr><td><code>{@link #CirclePageIndicator_pageColor com.mzeat:pageColor}</code></td><td> Color of the filled circles that represents pages.</td></tr> <tr><td><code>{@link #CirclePageIndicator_radius com.mzeat:radius}</code></td><td> Radius of the circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_snap com.mzeat:snap}</code></td><td> Whether or not the selected indicator snaps to the circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_strokeColor com.mzeat:strokeColor}</code></td><td> Color of the open circles.</td></tr> <tr><td><code>{@link #CirclePageIndicator_strokeWidth com.mzeat:strokeWidth}</code></td><td> Width of the stroke used to draw the circles.</td></tr> </table> @see #CirclePageIndicator_android_background @see #CirclePageIndicator_android_orientation @see #CirclePageIndicator_centered @see #CirclePageIndicator_fillColor @see #CirclePageIndicator_pageColor @see #CirclePageIndicator_radius @see #CirclePageIndicator_snap @see #CirclePageIndicator_strokeColor @see #CirclePageIndicator_strokeWidth */ public static final int[] CirclePageIndicator = { 0x010100c4, 0x010100d4, 0x7f010071, 0x7f010073, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int CirclePageIndicator_android_background = 1; /** <p> @attr description Orientation of the indicator. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#orientation}. @attr name android:orientation */ public static final int CirclePageIndicator_android_orientation = 0; /** <p> @attr description Whether or not the indicators should be centered. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:centered */ public static final int CirclePageIndicator_centered = 2; /** <p> @attr description Color of the filled circle that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:fillColor */ public static final int CirclePageIndicator_fillColor = 4; /** <p> @attr description Color of the filled circles that represents pages. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:pageColor */ public static final int CirclePageIndicator_pageColor = 5; /** <p> @attr description Radius of the circles. This is also the spacing between circles. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:radius */ public static final int CirclePageIndicator_radius = 6; /** <p> @attr description Whether or not the selected indicator snaps to the circles. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:snap */ public static final int CirclePageIndicator_snap = 7; /** <p> @attr description Color of the open circles. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:strokeColor */ public static final int CirclePageIndicator_strokeColor = 8; /** <p> @attr description Width of the stroke used to draw the circles. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:strokeWidth */ public static final int CirclePageIndicator_strokeWidth = 3; /** Attributes that can be used with a LinePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #LinePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #LinePageIndicator_centered com.mzeat:centered}</code></td><td> Whether or not the indicators should be centered.</td></tr> <tr><td><code>{@link #LinePageIndicator_gapWidth com.mzeat:gapWidth}</code></td><td> Width of the gap between each indicator line.</td></tr> <tr><td><code>{@link #LinePageIndicator_lineWidth com.mzeat:lineWidth}</code></td><td> Width of each indicator line.</td></tr> <tr><td><code>{@link #LinePageIndicator_selectedColor com.mzeat:selectedColor}</code></td><td> Color of the selected line that represents the current page.</td></tr> <tr><td><code>{@link #LinePageIndicator_strokeWidth com.mzeat:strokeWidth}</code></td><td> Width of each indicator line's stroke.</td></tr> <tr><td><code>{@link #LinePageIndicator_unselectedColor com.mzeat:unselectedColor}</code></td><td> Color of the unselected lines that represent the pages.</td></tr> </table> @see #LinePageIndicator_android_background @see #LinePageIndicator_centered @see #LinePageIndicator_gapWidth @see #LinePageIndicator_lineWidth @see #LinePageIndicator_selectedColor @see #LinePageIndicator_strokeWidth @see #LinePageIndicator_unselectedColor */ public static final int[] LinePageIndicator = { 0x010100d4, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f01007a, 0x7f01007b }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int LinePageIndicator_android_background = 0; /** <p> @attr description Whether or not the indicators should be centered. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:centered */ public static final int LinePageIndicator_centered = 1; /** <p> @attr description Width of the gap between each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:gapWidth */ public static final int LinePageIndicator_gapWidth = 6; /** <p> @attr description Width of each indicator line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:lineWidth */ public static final int LinePageIndicator_lineWidth = 5; /** <p> @attr description Color of the selected line that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:selectedColor */ public static final int LinePageIndicator_selectedColor = 2; /** <p> @attr description Width of each indicator line's stroke. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:strokeWidth */ public static final int LinePageIndicator_strokeWidth = 3; /** <p> @attr description Color of the unselected lines that represent the pages. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:unselectedColor */ public static final int LinePageIndicator_unselectedColor = 4; /** 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.mzeat:dividerHeight}</code></td><td> Drawable or color to draw between list items.</td></tr> <tr><td><code>{@link #ListView_footerDividersEnabled com.mzeat: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.mzeat: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.mzeat:overScrollFooter}</code></td><td> Drawable to draw below list content.</td></tr> <tr><td><code>{@link #ListView_overScrollHeader com.mzeat: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 = { 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a }; /** <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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:plaColumnNumber}</code></td><td></td></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaColumnPaddingLeft com.mzeat:plaColumnPaddingLeft}</code></td><td></td></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaColumnPaddingRight com.mzeat:plaColumnPaddingRight}</code></td><td></td></tr> <tr><td><code>{@link #PinterestLikeAdapterView_plaLandscapeColumnNumber com.mzeat:plaLandscapeColumnNumber}</code></td><td></td></tr> </table> @see #PinterestLikeAdapterView_plaColumnNumber @see #PinterestLikeAdapterView_plaColumnPaddingLeft @see #PinterestLikeAdapterView_plaColumnPaddingRight @see #PinterestLikeAdapterView_plaLandscapeColumnNumber */ public static final int[] PinterestLikeAdapterView = { 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d }; /** <p>This symbol is the offset where the {@link com.mzeat.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.mzeat:plaColumnNumber */ public static final int PinterestLikeAdapterView_plaColumnNumber = 0; /** <p>This symbol is the offset where the {@link com.mzeat.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.mzeat:plaColumnPaddingLeft */ public static final int PinterestLikeAdapterView_plaColumnPaddingLeft = 2; /** <p>This symbol is the offset where the {@link com.mzeat.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.mzeat:plaColumnPaddingRight */ public static final int PinterestLikeAdapterView_plaColumnPaddingRight = 3; /** <p>This symbol is the offset where the {@link com.mzeat.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.mzeat:plaLandscapeColumnNumber */ public static final int PinterestLikeAdapterView_plaLandscapeColumnNumber = 1; /** Attributes that can be used with a PullToRefresh. <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 #PullToRefresh_ptrAdapterViewBackground com.mzeat:ptrAdapterViewBackground}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrDrawable com.mzeat:ptrDrawable}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrHeaderBackground com.mzeat:ptrHeaderBackground}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrHeaderSubTextColor com.mzeat:ptrHeaderSubTextColor}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrHeaderTextColor com.mzeat:ptrHeaderTextColor}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrMode com.mzeat:ptrMode}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrOverScroll com.mzeat:ptrOverScroll}</code></td><td></td></tr> <tr><td><code>{@link #PullToRefresh_ptrShowIndicator com.mzeat:ptrShowIndicator}</code></td><td></td></tr> </table> @see #PullToRefresh_ptrAdapterViewBackground @see #PullToRefresh_ptrDrawable @see #PullToRefresh_ptrHeaderBackground @see #PullToRefresh_ptrHeaderSubTextColor @see #PullToRefresh_ptrHeaderTextColor @see #PullToRefresh_ptrMode @see #PullToRefresh_ptrOverScroll @see #PullToRefresh_ptrShowIndicator */ public static final int[] PullToRefresh = { 0x7f010000, 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007 }; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrAdapterViewBackground} attribute's value can be found in the {@link #PullToRefresh} array. <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>". @attr name com.mzeat:ptrAdapterViewBackground */ public static final int PullToRefresh_ptrAdapterViewBackground = 0; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrDrawable} attribute's value can be found in the {@link #PullToRefresh} array. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". @attr name com.mzeat:ptrDrawable */ public static final int PullToRefresh_ptrDrawable = 6; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrHeaderBackground} attribute's value can be found in the {@link #PullToRefresh} array. <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>". @attr name com.mzeat:ptrHeaderBackground */ public static final int PullToRefresh_ptrHeaderBackground = 1; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrHeaderSubTextColor} attribute's value can be found in the {@link #PullToRefresh} array. <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>". @attr name com.mzeat:ptrHeaderSubTextColor */ public static final int PullToRefresh_ptrHeaderSubTextColor = 3; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrHeaderTextColor} attribute's value can be found in the {@link #PullToRefresh} array. <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>". @attr name com.mzeat:ptrHeaderTextColor */ public static final int PullToRefresh_ptrHeaderTextColor = 2; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrMode} attribute's value can be found in the {@link #PullToRefresh} array. <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>disabled</code></td><td>0x0</td><td></td></tr> <tr><td><code>pullDownFromTop</code></td><td>0x1</td><td></td></tr> <tr><td><code>pullUpFromBottom</code></td><td>0x2</td><td></td></tr> <tr><td><code>both</code></td><td>0x3</td><td></td></tr> </table> @attr name com.mzeat:ptrMode */ public static final int PullToRefresh_ptrMode = 4; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrOverScroll} attribute's value can be found in the {@link #PullToRefresh} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". @attr name com.mzeat:ptrOverScroll */ public static final int PullToRefresh_ptrOverScroll = 7; /** <p>This symbol is the offset where the {@link com.mzeat.R.attr#ptrShowIndicator} attribute's value can be found in the {@link #PullToRefresh} array. <p>May be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>May be a boolean value, either "<code>true</code>" or "<code>false</code>". @attr name com.mzeat:ptrShowIndicator */ public static final int PullToRefresh_ptrShowIndicator = 5; /** Attributes that can be used with a TitlePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #TitlePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #TitlePageIndicator_android_textColor android:textColor}</code></td><td> Color of regular titles.</td></tr> <tr><td><code>{@link #TitlePageIndicator_android_textSize android:textSize}</code></td><td> Size of title text.</td></tr> <tr><td><code>{@link #TitlePageIndicator_clipPadding com.mzeat:clipPadding}</code></td><td> Screen edge padding.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerColor com.mzeat:footerColor}</code></td><td> Color of the footer line and indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorHeight com.mzeat:footerIndicatorHeight}</code></td><td> Height of the indicator above the footer line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorStyle com.mzeat:footerIndicatorStyle}</code></td><td> Style of the indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerIndicatorUnderlinePadding com.mzeat:footerIndicatorUnderlinePadding}</code></td><td> Left and right padding of the underline indicator.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerLineHeight com.mzeat:footerLineHeight}</code></td><td> Height of the footer line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_footerPadding com.mzeat:footerPadding}</code></td><td> Padding between the bottom of the title and the footer.</td></tr> <tr><td><code>{@link #TitlePageIndicator_linePosition com.mzeat:linePosition}</code></td><td> Position of the line.</td></tr> <tr><td><code>{@link #TitlePageIndicator_selectedBold com.mzeat:selectedBold}</code></td><td> Whether or not the selected item is displayed as bold.</td></tr> <tr><td><code>{@link #TitlePageIndicator_selectedColor com.mzeat:selectedColor}</code></td><td> Color of the selected title.</td></tr> <tr><td><code>{@link #TitlePageIndicator_titlePadding com.mzeat:titlePadding}</code></td><td> Padding between titles when bumping into each other.</td></tr> <tr><td><code>{@link #TitlePageIndicator_topPadding com.mzeat:topPadding}</code></td><td> Padding between titles and the top of the View.</td></tr> </table> @see #TitlePageIndicator_android_background @see #TitlePageIndicator_android_textColor @see #TitlePageIndicator_android_textSize @see #TitlePageIndicator_clipPadding @see #TitlePageIndicator_footerColor @see #TitlePageIndicator_footerIndicatorHeight @see #TitlePageIndicator_footerIndicatorStyle @see #TitlePageIndicator_footerIndicatorUnderlinePadding @see #TitlePageIndicator_footerLineHeight @see #TitlePageIndicator_footerPadding @see #TitlePageIndicator_linePosition @see #TitlePageIndicator_selectedBold @see #TitlePageIndicator_selectedColor @see #TitlePageIndicator_titlePadding @see #TitlePageIndicator_topPadding */ public static final int[] TitlePageIndicator = { 0x01010095, 0x01010098, 0x010100d4, 0x7f010072, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int TitlePageIndicator_android_background = 2; /** <p> @attr description Color of regular titles. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textColor}. @attr name android:textColor */ public static final int TitlePageIndicator_android_textColor = 1; /** <p> @attr description Size of title text. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#textSize}. @attr name android:textSize */ public static final int TitlePageIndicator_android_textSize = 0; /** <p> @attr description Screen edge padding. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:clipPadding */ public static final int TitlePageIndicator_clipPadding = 4; /** <p> @attr description Color of the footer line and indicator. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:footerColor */ public static final int TitlePageIndicator_footerColor = 5; /** <p> @attr description Height of the indicator above the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:footerIndicatorHeight */ public static final int TitlePageIndicator_footerIndicatorHeight = 8; /** <p> @attr description Style of the indicator. Default is triangle. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>none</code></td><td>0</td><td></td></tr> <tr><td><code>triangle</code></td><td>1</td><td></td></tr> <tr><td><code>underline</code></td><td>2</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.mzeat:footerIndicatorStyle */ public static final int TitlePageIndicator_footerIndicatorStyle = 7; /** <p> @attr description Left and right padding of the underline indicator. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:footerIndicatorUnderlinePadding */ public static final int TitlePageIndicator_footerIndicatorUnderlinePadding = 9; /** <p> @attr description Height of the footer line. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:footerLineHeight */ public static final int TitlePageIndicator_footerLineHeight = 6; /** <p> @attr description Padding between the bottom of the title and the footer. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:footerPadding */ public static final int TitlePageIndicator_footerPadding = 10; /** <p> @attr description Position of the line. <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>bottom</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> </table> <p>This is a private symbol. @attr name com.mzeat:linePosition */ public static final int TitlePageIndicator_linePosition = 11; /** <p> @attr description Whether or not the selected item is displayed as bold. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:selectedBold */ public static final int TitlePageIndicator_selectedBold = 12; /** <p> @attr description Color of the selected title. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:selectedColor */ public static final int TitlePageIndicator_selectedColor = 3; /** <p> @attr description Padding between titles when bumping into each other. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:titlePadding */ public static final int TitlePageIndicator_titlePadding = 13; /** <p> @attr description Padding between titles and the top of the View. <p>Must be a dimension value, which is a floating point number appended with a unit such as "<code>14.5sp</code>". Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size), in (inches), mm (millimeters). <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:topPadding */ public static final int TitlePageIndicator_topPadding = 14; /** Attributes that can be used with a UnderlinePageIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #UnderlinePageIndicator_android_background android:background}</code></td><td> View background </td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fadeDelay com.mzeat:fadeDelay}</code></td><td> Length of the delay to fade the indicator.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fadeLength com.mzeat:fadeLength}</code></td><td> Length of the indicator fade to transparent.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_fades com.mzeat:fades}</code></td><td> Whether or not the selected indicator fades.</td></tr> <tr><td><code>{@link #UnderlinePageIndicator_selectedColor com.mzeat:selectedColor}</code></td><td> Color of the selected line that represents the current page.</td></tr> </table> @see #UnderlinePageIndicator_android_background @see #UnderlinePageIndicator_fadeDelay @see #UnderlinePageIndicator_fadeLength @see #UnderlinePageIndicator_fades @see #UnderlinePageIndicator_selectedColor */ public static final int[] UnderlinePageIndicator = { 0x010100d4, 0x7f010072, 0x7f010087, 0x7f010088, 0x7f010089 }; /** <p> @attr description View background <p>This corresponds to the global attribute resource symbol {@link android.R.attr#background}. @attr name android:background */ public static final int UnderlinePageIndicator_android_background = 0; /** <p> @attr description Length of the delay to fade the indicator. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:fadeDelay */ public static final int UnderlinePageIndicator_fadeDelay = 3; /** <p> @attr description Length of the indicator fade to transparent. <p>Must be an integer value, such as "<code>100</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:fadeLength */ public static final int UnderlinePageIndicator_fadeLength = 4; /** <p> @attr description Whether or not the selected indicator fades. <p>Must be a boolean value, either "<code>true</code>" or "<code>false</code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:fades */ public static final int UnderlinePageIndicator_fades = 2; /** <p> @attr description Color of the selected line that represents the current page. <p>Must be a color value, in the form of "<code>#<i>rgb</i></code>", "<code>#<i>argb</i></code>", "<code>#<i>rrggbb</i></code>", or "<code>#<i>aarrggbb</i></code>". <p>This may also be a reference to a resource (in the form "<code>@[<i>package</i>:]<i>type</i>:<i>name</i></code>") or theme attribute (in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>") containing a value of this type. <p>This is a private symbol. @attr name com.mzeat:selectedColor */ public static final int UnderlinePageIndicator_selectedColor = 1; /** Attributes that can be used with a View. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #View_accessibilityFocusable com.mzeat:accessibilityFocusable}</code></td><td> @hide Controls whether this view can take accessibility focus.</td></tr> <tr><td><code>{@link #View_alpha com.mzeat: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.mzeat:clickable}</code></td><td> Defines whether this view reacts to click events.</td></tr> <tr><td><code>{@link #View_contentDescription com.mzeat:contentDescription}</code></td><td> Defines text that briefly describes content of the view.</td></tr> <tr><td><code>{@link #View_drawingCacheQuality com.mzeat:drawingCacheQuality}</code></td><td> Defines the quality of translucent drawing caches.</td></tr> <tr><td><code>{@link #View_duplicateParentState com.mzeat: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.mzeat: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.mzeat: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.mzeat:fadingEdgeLength}</code></td><td> Defines the length of the fading edges.</td></tr> <tr><td><code>{@link #View_filterTouchesWhenObscured com.mzeat: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.mzeat: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.mzeat:focusable}</code></td><td> Boolean that controls whether a view can take focus.</td></tr> <tr><td><code>{@link #View_focusableInTouchMode com.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:layerType}</code></td><td> Specifies the type of layer backing this view.</td></tr> <tr><td><code>{@link #View_layoutDirection com.mzeat:layoutDirection}</code></td><td> Defines the direction of layout drawing.</td></tr> <tr><td><code>{@link #View_longClickable com.mzeat:longClickable}</code></td><td> Defines whether this view reacts to long click events.</td></tr> <tr><td><code>{@link #View_minHeight com.mzeat:minHeight}</code></td><td> Defines the minimum height of the view.</td></tr> <tr><td><code>{@link #View_minWidth com.mzeat:minWidth}</code></td><td> Defines the minimum width of the view.</td></tr> <tr><td><code>{@link #View_nextFocusDown com.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:overScrollMode}</code></td><td> Defines over-scrolling behavior.</td></tr> <tr><td><code>{@link #View_padding com.mzeat:padding}</code></td><td> A drawable to use as the background.</td></tr> <tr><td><code>{@link #View_paddingBottom com.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:requiresFadingEdge}</code></td><td> Defines which edges should be faded on scrolling.</td></tr> <tr><td><code>{@link #View_rotation com.mzeat:rotation}</code></td><td> rotation of the view, in degrees.</td></tr> <tr><td><code>{@link #View_rotationX com.mzeat:rotationX}</code></td><td> rotation of the view around the x axis, in degrees.</td></tr> <tr><td><code>{@link #View_rotationY com.mzeat:rotationY}</code></td><td> rotation of the view around the y axis, in degrees.</td></tr> <tr><td><code>{@link #View_saveEnabled com.mzeat: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.mzeat:scaleX}</code></td><td> scale of the view in the x direction.</td></tr> <tr><td><code>{@link #View_scaleY com.mzeat:scaleY}</code></td><td> scale of the view in the y direction.</td></tr> <tr><td><code>{@link #View_scrollX com.mzeat:scrollX}</code></td><td> The initial horizontal scroll offset, in pixels.</td></tr> <tr><td><code>{@link #View_scrollY com.mzeat:scrollY}</code></td><td> The initial vertical scroll offset, in pixels.</td></tr> <tr><td><code>{@link #View_scrollbarAlwaysDrawHorizontalTrack com.mzeat:scrollbarAlwaysDrawHorizontalTrack}</code></td><td> Defines whether the horizontal scrollbar track should always be drawn.</td></tr> <tr><td><code>{@link #View_scrollbarAlwaysDrawVerticalTrack com.mzeat:scrollbarAlwaysDrawVerticalTrack}</code></td><td> Defines whether the vertical scrollbar track should always be drawn.</td></tr> <tr><td><code>{@link #View_scrollbarDefaultDelayBeforeFade com.mzeat: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.mzeat: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.mzeat:scrollbarSize}</code></td><td> Sets the width of vertical scrollbars and height of horizontal scrollbars.</td></tr> <tr><td><code>{@link #View_scrollbarStyle com.mzeat:scrollbarStyle}</code></td><td> Controls the scrollbar style and position.</td></tr> <tr><td><code>{@link #View_scrollbarThumbHorizontal com.mzeat:scrollbarThumbHorizontal}</code></td><td> Defines the horizontal scrollbar thumb drawable.</td></tr> <tr><td><code>{@link #View_scrollbarThumbVertical com.mzeat:scrollbarThumbVertical}</code></td><td> Defines the vertical scrollbar thumb drawable.</td></tr> <tr><td><code>{@link #View_scrollbarTrackHorizontal com.mzeat:scrollbarTrackHorizontal}</code></td><td> Defines the horizontal scrollbar track drawable.</td></tr> <tr><td><code>{@link #View_scrollbarTrackVertical com.mzeat:scrollbarTrackVertical}</code></td><td> Defines the vertical scrollbar track drawable.</td></tr> <tr><td><code>{@link #View_scrollbars com.mzeat:scrollbars}</code></td><td> Defines which scrollbars should be displayed on scrolling or not.</td></tr> <tr><td><code>{@link #View_soundEffectsEnabled com.mzeat: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.mzeat: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.mzeat:textAlignment}</code></td><td> Alignment of the text.</td></tr> <tr><td><code>{@link #View_textDirection com.mzeat:textDirection}</code></td><td> Direction of the text.</td></tr> <tr><td><code>{@link #View_transformPivotX com.mzeat: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.mzeat: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.mzeat:translationX}</code></td><td> translation in x of the view.</td></tr> <tr><td><code>{@link #View_translationY com.mzeat:translationY}</code></td><td> translation in y of the view.</td></tr> <tr><td><code>{@link #View_verticalScrollbarPosition com.mzeat:verticalScrollbarPosition}</code></td><td> Determines which side the vertical scroll bar should be placed on.</td></tr> <tr><td><code>{@link #View_visibility com.mzeat: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 = { 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01001c, 0x7f01001d, 0x7f01001e, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023, 0x7f010024, 0x7f010025, 0x7f010026, 0x7f010027, 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f, 0x7f010050 }; /** <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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:visibility */ public static final int View_visibility = 13; /** Attributes that can be used with a {@link android.view.ViewGroup} or any of its subclasses. Also see {@link #ViewGroup_Layout} for attributes that this class processes in its children. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ViewGroup_addStatesFromChildren com.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:persistentDrawingCache}</code></td><td> Defines the persistence of the drawing cache.</td></tr> <tr><td><code>{@link #ViewGroup_splitMotionEvents com.mzeat: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 = { 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a }; /** <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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat: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.mzeat:splitMotionEvents */ public static final int ViewGroup_splitMotionEvents = 9; /** Attributes that can be used with a ViewPagerIndicator. <p>Includes the following attributes:</p> <table> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Attribute</th><th>Description</th></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiCirclePageIndicatorStyle com.mzeat:vpiCirclePageIndicatorStyle}</code></td><td> Style of the circle indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiIconPageIndicatorStyle com.mzeat:vpiIconPageIndicatorStyle}</code></td><td> Style of the icon indicator's views.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiLinePageIndicatorStyle com.mzeat:vpiLinePageIndicatorStyle}</code></td><td> Style of the line indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiTabPageIndicatorStyle com.mzeat:vpiTabPageIndicatorStyle}</code></td><td> Style of the tab indicator's tabs.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiTitlePageIndicatorStyle com.mzeat:vpiTitlePageIndicatorStyle}</code></td><td> Style of the title indicator.</td></tr> <tr><td><code>{@link #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle com.mzeat:vpiUnderlinePageIndicatorStyle}</code></td><td> Style of the underline indicator.</td></tr> </table> @see #ViewPagerIndicator_vpiCirclePageIndicatorStyle @see #ViewPagerIndicator_vpiIconPageIndicatorStyle @see #ViewPagerIndicator_vpiLinePageIndicatorStyle @see #ViewPagerIndicator_vpiTabPageIndicatorStyle @see #ViewPagerIndicator_vpiTitlePageIndicatorStyle @see #ViewPagerIndicator_vpiUnderlinePageIndicatorStyle */ public static final int[] ViewPagerIndicator = { 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070 }; /** <p> @attr description Style of the circle indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.mzeat:vpiCirclePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiCirclePageIndicatorStyle = 0; /** <p> @attr description Style of the icon indicator's views. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.mzeat:vpiIconPageIndicatorStyle */ public static final int ViewPagerIndicator_vpiIconPageIndicatorStyle = 1; /** <p> @attr description Style of the line indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.mzeat:vpiLinePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiLinePageIndicatorStyle = 2; /** <p> @attr description Style of the tab indicator's tabs. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.mzeat:vpiTabPageIndicatorStyle */ public static final int ViewPagerIndicator_vpiTabPageIndicatorStyle = 4; /** <p> @attr description Style of the title indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.mzeat:vpiTitlePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiTitlePageIndicatorStyle = 3; /** <p> @attr description Style of the underline indicator. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name com.mzeat:vpiUnderlinePageIndicatorStyle */ public static final int ViewPagerIndicator_vpiUnderlinePageIndicatorStyle = 5; }; }