/* 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 zrc.widget; public final class R { public static final class anim { public static int bottomitem_in=0x7f020000; public static int topitem_in=0x7f020001; } public static final class attr { } public static final class styleable { /** 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_android_divider android:divider}</code></td><td> Drawable or color to draw between list items.</td></tr> <tr><td><code>{@link #ListView_android_dividerHeight android:dividerHeight}</code></td><td> Height of the divider.</td></tr> <tr><td><code>{@link #ListView_android_entries android:entries}</code></td><td> Reference to an array resource that will populate the ListView.</td></tr> <tr><td><code>{@link #ListView_android_footerDividersEnabled android: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_android_headerDividersEnabled android: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_android_overScrollFooter android:overScrollFooter}</code></td><td> Drawable to draw below list content.</td></tr> <tr><td><code>{@link #ListView_android_overScrollHeader android:overScrollHeader}</code></td><td> Drawable to draw above list content.</td></tr> </table> @see #ListView_android_divider @see #ListView_android_dividerHeight @see #ListView_android_entries @see #ListView_android_footerDividersEnabled @see #ListView_android_headerDividersEnabled @see #ListView_android_overScrollFooter @see #ListView_android_overScrollHeader */ public static final int[] ListView = { 0x010100b2, 0x01010129, 0x0101012a, 0x0101022e, 0x0101022f, 0x010102c2, 0x010102c3 }; /** <p> @attr description Drawable or color to draw between list items. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#divider}. @attr name android:divider */ public static final int ListView_android_divider = 1; /** <p> @attr description Height of the divider. Will use the intrinsic height of the divider if this is not specified. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#dividerHeight}. @attr name android:dividerHeight */ public static final int ListView_android_dividerHeight = 2; /** <p> @attr description Reference to an array resource that will populate the ListView. For static content, this is simpler than populating the ListView programmatically. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#entries}. @attr name android:entries */ public static final int ListView_android_entries = 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>This corresponds to the global attribute resource symbol {@link android.R.attr#footerDividersEnabled}. @attr name android:footerDividersEnabled */ public static final int ListView_android_footerDividersEnabled = 4; /** <p> @attr description When set to false, the ListView will not draw the divider after each header view. The default value is true. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#headerDividersEnabled}. @attr name android:headerDividersEnabled */ public static final int ListView_android_headerDividersEnabled = 3; /** <p> @attr description Drawable to draw below list content. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#overScrollFooter}. @attr name android:overScrollFooter */ public static final int ListView_android_overScrollFooter = 6; /** <p> @attr description Drawable to draw above list content. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#overScrollHeader}. @attr name android:overScrollHeader */ public static final int ListView_android_overScrollHeader = 5; /** Attributes that can be used with a ZrcAbsListView. <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 #ZrcAbsListView_android_cacheColorHint android: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 #ZrcAbsListView_android_choiceMode android:choiceMode}</code></td><td> Defines the choice behavior for the view.</td></tr> <tr><td><code>{@link #ZrcAbsListView_android_drawSelectorOnTop android:drawSelectorOnTop}</code></td><td> When set to true, the selector will be drawn over the selected item.</td></tr> <tr><td><code>{@link #ZrcAbsListView_android_listSelector android:listSelector}</code></td><td> Drawable used to indicate the currently selected item in the list.</td></tr> <tr><td><code>{@link #ZrcAbsListView_android_scrollingCache android:scrollingCache}</code></td><td> When set to true, the list uses a drawing cache during scrolling.</td></tr> <tr><td><code>{@link #ZrcAbsListView_android_smoothScrollbar android: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 #ZrcAbsListView_android_stackFromBottom android:stackFromBottom}</code></td><td> Used by ListView and GridView to stack their content from the bottom.</td></tr> <tr><td><code>{@link #ZrcAbsListView_android_transcriptMode android:transcriptMode}</code></td><td> Sets the transcript mode for the list.</td></tr> </table> @see #ZrcAbsListView_android_cacheColorHint @see #ZrcAbsListView_android_choiceMode @see #ZrcAbsListView_android_drawSelectorOnTop @see #ZrcAbsListView_android_listSelector @see #ZrcAbsListView_android_scrollingCache @see #ZrcAbsListView_android_smoothScrollbar @see #ZrcAbsListView_android_stackFromBottom @see #ZrcAbsListView_android_transcriptMode */ public static final int[] ZrcAbsListView = { 0x010100fb, 0x010100fc, 0x010100fd, 0x010100fe, 0x01010100, 0x01010101, 0x0101012b, 0x01010231 }; /** <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>This corresponds to the global attribute resource symbol {@link android.R.attr#cacheColorHint}. @attr name android:cacheColorHint */ public static final int ZrcAbsListView_android_cacheColorHint = 5; /** <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>This corresponds to the global attribute resource symbol {@link android.R.attr#choiceMode}. @attr name android:choiceMode */ public static final int ZrcAbsListView_android_choiceMode = 6; /** <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>This corresponds to the global attribute resource symbol {@link android.R.attr#drawSelectorOnTop}. @attr name android:drawSelectorOnTop */ public static final int ZrcAbsListView_android_drawSelectorOnTop = 1; /** <p> @attr description Drawable used to indicate the currently selected item in the list. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#listSelector}. @attr name android:listSelector */ public static final int ZrcAbsListView_android_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>This corresponds to the global attribute resource symbol {@link android.R.attr#scrollingCache}. @attr name android:scrollingCache */ public static final int ZrcAbsListView_android_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>This corresponds to the global attribute resource symbol {@link android.R.attr#smoothScrollbar}. @attr name android:smoothScrollbar */ public static final int ZrcAbsListView_android_smoothScrollbar = 7; /** <p> @attr description Used by ListView and GridView to stack their content from the bottom. <p>This corresponds to the global attribute resource symbol {@link android.R.attr#stackFromBottom}. @attr name android:stackFromBottom */ public static final int ZrcAbsListView_android_stackFromBottom = 2; /** <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>This corresponds to the global attribute resource symbol {@link android.R.attr#transcriptMode}. @attr name android:transcriptMode */ public static final int ZrcAbsListView_android_transcriptMode = 4; }; }