/* 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 net.simonvt.menudrawer; public final class R { public static final class attr { /** Drawable used as indicator for the active view. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 int mdActiveIndicator=0x7f010004; /** Whether the indicator should be animated between active views. <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 int mdAllowIndicatorAnimation=0x7f01000a; /** Drawable to use for the background of the content. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 int mdContentBackground=0x7f010001; /** Whether an overlay should be drawn as the drawer is opened and closed <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 int mdDrawOverlay=0x7f01000f; /** String to use as the up indicators content description when the drawer is closed <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 int mdDrawerClosedUpContentDescription=0x7f01000e; /** String to use as the up indicators content description when the drawer is open <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 int mdDrawerOpenUpContentDescription=0x7f01000d; /** Drawable used for the drop shadow. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 int mdDropShadow=0x7f010008; /** The color of the drop shadow. Default is #FF000000. <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 int mdDropShadowColor=0x7f010007; /** Defines whether the content will have a dropshadow onto the menu. Default 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 int mdDropShadowEnabled=0x7f010005; /** The size of the drop shadow. Default is 6dp <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 int mdDropShadowSize=0x7f010006; /** The maximum animation duration <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 int mdMaxAnimationDuration=0x7f01000b; /** Drawable to use for the background of the menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static int mdMenuBackground=0x7f010002; /** The size of the menu. <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 int mdMenuSize=0x7f010003; /** The position of the drawer <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>left</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> <tr><td><code>right</code></td><td>2</td><td></td></tr> <tr><td><code>bottom</code></td><td>3</td><td></td></tr> <tr><td><code>start</code></td><td>4</td><td></td></tr> <tr><td><code>end</code></td><td>5</td><td></td></tr> </table> */ public static int mdPosition=0x7f010010; /** Drawable that replaces the up indicator <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". */ public static int mdSlideDrawable=0x7f01000c; /** The touch bezel size. <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 int mdTouchBezelSize=0x7f010009; /** Reference to a style for the menu drawer. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 int menuDrawerStyle=0x7f010000; } public static final class color { /** The default background of the menu. */ public static int md__defaultBackground=0x7f030000; } public static final class id { public static int bottom=0x7f020003; public static int end=0x7f020005; public static int left=0x7f020000; /** Used with View#setTag(int) to specify a position for the active view. */ public static int mdActiveViewPosition=0x7f02000b; /** ID used when defining the content layout in XML. */ public static int mdContent=0x7f020006; /** ID used when defining the menu layout in XML. */ public static int mdMenu=0x7f020007; /** The ID of the content container. */ public static int md__content=0x7f020008; /** The ID of the drawer. */ public static int md__drawer=0x7f02000a; /** The ID of the menu container. */ public static int md__menu=0x7f020009; public static int md__translationX=0x7f02000c; public static int md__translationY=0x7f02000d; public static int right=0x7f020002; public static int start=0x7f020004; public static int top=0x7f020001; } public static final class string { public static int md__drawerClosedIndicatorDesc=0x7f040001; public static int md__drawerOpenIndicatorDesc=0x7f040000; } public static final class style { public static int Widget=0x7f050000; /** Base theme for the menu drawer. */ public static int Widget_MenuDrawer=0x7f050001; } public static final class styleable { /** Styleables used for styling the menu drawer. <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 #MenuDrawer_mdActiveIndicator net.simonvt.menudrawer:mdActiveIndicator}</code></td><td> Drawable used as indicator for the active view.</td></tr> <tr><td><code>{@link #MenuDrawer_mdAllowIndicatorAnimation net.simonvt.menudrawer:mdAllowIndicatorAnimation}</code></td><td> Whether the indicator should be animated between active views.</td></tr> <tr><td><code>{@link #MenuDrawer_mdContentBackground net.simonvt.menudrawer:mdContentBackground}</code></td><td> Drawable to use for the background of the content.</td></tr> <tr><td><code>{@link #MenuDrawer_mdDrawOverlay net.simonvt.menudrawer:mdDrawOverlay}</code></td><td> Whether an overlay should be drawn as the drawer is opened and closed </td></tr> <tr><td><code>{@link #MenuDrawer_mdDrawerClosedUpContentDescription net.simonvt.menudrawer:mdDrawerClosedUpContentDescription}</code></td><td> String to use as the up indicators content description when the drawer is closed </td></tr> <tr><td><code>{@link #MenuDrawer_mdDrawerOpenUpContentDescription net.simonvt.menudrawer:mdDrawerOpenUpContentDescription}</code></td><td> String to use as the up indicators content description when the drawer is open </td></tr> <tr><td><code>{@link #MenuDrawer_mdDropShadow net.simonvt.menudrawer:mdDropShadow}</code></td><td> Drawable used for the drop shadow.</td></tr> <tr><td><code>{@link #MenuDrawer_mdDropShadowColor net.simonvt.menudrawer:mdDropShadowColor}</code></td><td> The color of the drop shadow.</td></tr> <tr><td><code>{@link #MenuDrawer_mdDropShadowEnabled net.simonvt.menudrawer:mdDropShadowEnabled}</code></td><td> Defines whether the content will have a dropshadow onto the menu.</td></tr> <tr><td><code>{@link #MenuDrawer_mdDropShadowSize net.simonvt.menudrawer:mdDropShadowSize}</code></td><td> The size of the drop shadow.</td></tr> <tr><td><code>{@link #MenuDrawer_mdMaxAnimationDuration net.simonvt.menudrawer:mdMaxAnimationDuration}</code></td><td> The maximum animation duration </td></tr> <tr><td><code>{@link #MenuDrawer_mdMenuBackground net.simonvt.menudrawer:mdMenuBackground}</code></td><td> Drawable to use for the background of the menu.</td></tr> <tr><td><code>{@link #MenuDrawer_mdMenuSize net.simonvt.menudrawer:mdMenuSize}</code></td><td> The size of the menu.</td></tr> <tr><td><code>{@link #MenuDrawer_mdPosition net.simonvt.menudrawer:mdPosition}</code></td><td> The position of the drawer </td></tr> <tr><td><code>{@link #MenuDrawer_mdSlideDrawable net.simonvt.menudrawer:mdSlideDrawable}</code></td><td> Drawable that replaces the up indicator </td></tr> <tr><td><code>{@link #MenuDrawer_mdTouchBezelSize net.simonvt.menudrawer:mdTouchBezelSize}</code></td><td> The touch bezel size.</td></tr> </table> @see #MenuDrawer_mdActiveIndicator @see #MenuDrawer_mdAllowIndicatorAnimation @see #MenuDrawer_mdContentBackground @see #MenuDrawer_mdDrawOverlay @see #MenuDrawer_mdDrawerClosedUpContentDescription @see #MenuDrawer_mdDrawerOpenUpContentDescription @see #MenuDrawer_mdDropShadow @see #MenuDrawer_mdDropShadowColor @see #MenuDrawer_mdDropShadowEnabled @see #MenuDrawer_mdDropShadowSize @see #MenuDrawer_mdMaxAnimationDuration @see #MenuDrawer_mdMenuBackground @see #MenuDrawer_mdMenuSize @see #MenuDrawer_mdPosition @see #MenuDrawer_mdSlideDrawable @see #MenuDrawer_mdTouchBezelSize */ public static final int[] MenuDrawer = { 0x7f010001, 0x7f010002, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010 }; /** <p> @attr description Drawable used as indicator for the active view. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 android:mdActiveIndicator */ public static final int MenuDrawer_mdActiveIndicator = 3; /** <p> @attr description Whether the indicator should be animated between active views. <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 android:mdAllowIndicatorAnimation */ public static final int MenuDrawer_mdAllowIndicatorAnimation = 9; /** <p> @attr description Drawable to use for the background of the content. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 android:mdContentBackground */ public static final int MenuDrawer_mdContentBackground = 0; /** <p> @attr description Whether an overlay should be drawn as the drawer is opened and closed <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 android:mdDrawOverlay */ public static final int MenuDrawer_mdDrawOverlay = 14; /** <p> @attr description String to use as the up indicators content description when the drawer is closed <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 android:mdDrawerClosedUpContentDescription */ public static final int MenuDrawer_mdDrawerClosedUpContentDescription = 13; /** <p> @attr description String to use as the up indicators content description when the drawer is open <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 android:mdDrawerOpenUpContentDescription */ public static final int MenuDrawer_mdDrawerOpenUpContentDescription = 12; /** <p> @attr description Drawable used for the drop shadow. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</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 android:mdDropShadow */ public static final int MenuDrawer_mdDropShadow = 7; /** <p> @attr description The color of the drop shadow. Default is #FF000000. <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 android:mdDropShadowColor */ public static final int MenuDrawer_mdDropShadowColor = 6; /** <p> @attr description Defines whether the content will have a dropshadow onto the menu. Default 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 android:mdDropShadowEnabled */ public static final int MenuDrawer_mdDropShadowEnabled = 4; /** <p> @attr description The size of the drop shadow. Default is 6dp <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 android:mdDropShadowSize */ public static final int MenuDrawer_mdDropShadowSize = 5; /** <p> @attr description The maximum animation duration <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 android:mdMaxAnimationDuration */ public static final int MenuDrawer_mdMaxAnimationDuration = 10; /** <p> @attr description Drawable to use for the background of the menu. <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name android:mdMenuBackground */ public static final int MenuDrawer_mdMenuBackground = 1; /** <p> @attr description The size of the menu. <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 android:mdMenuSize */ public static final int MenuDrawer_mdMenuSize = 2; /** <p> @attr description The position of the drawer <p>Must be one of the following constant values.</p> <table> <colgroup align="left" /> <colgroup align="left" /> <colgroup align="left" /> <tr><th>Constant</th><th>Value</th><th>Description</th></tr> <tr><td><code>left</code></td><td>0</td><td></td></tr> <tr><td><code>top</code></td><td>1</td><td></td></tr> <tr><td><code>right</code></td><td>2</td><td></td></tr> <tr><td><code>bottom</code></td><td>3</td><td></td></tr> <tr><td><code>start</code></td><td>4</td><td></td></tr> <tr><td><code>end</code></td><td>5</td><td></td></tr> </table> <p>This is a private symbol. @attr name android:mdPosition */ public static final int MenuDrawer_mdPosition = 15; /** <p> @attr description Drawable that replaces the up indicator <p>Must be a reference to another resource, in the form "<code>@[+][<i>package</i>:]<i>type</i>:<i>name</i></code>" or to a theme attribute in the form "<code>?[<i>package</i>:][<i>type</i>:]<i>name</i></code>". <p>This is a private symbol. @attr name android:mdSlideDrawable */ public static final int MenuDrawer_mdSlideDrawable = 11; /** <p> @attr description The touch bezel size. <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 android:mdTouchBezelSize */ public static final int MenuDrawer_mdTouchBezelSize = 8; }; }