/* 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 aisk.bottombar; public final class R { public static final class attr { /** <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 selected_btn=0x7f010000; } public static final class drawable { public static final int btn1=0x7f020000; public static final int btn2=0x7f020001; public static final int btn3=0x7f020002; public static final int btn4=0x7f020003; public static final int btn5=0x7f020004; public static final int ic_launcher=0x7f020005; } public static final class id { public static final int bottomBar=0x7f050000; public static final int bottomBarLeft=0x7f050008; public static final int bottomBarRight=0x7f050009; public static final int btn=0x7f05000a; public static final int btn1=0x7f050001; public static final int btn2=0x7f050002; public static final int btn3=0x7f050003; public static final int btn4=0x7f050004; public static final int btn5=0x7f050005; public static final int btn6=0x7f050006; public static final int btn7=0x7f050007; public static final int picker=0x7f05000b; } public static final class layout { public static final int bottom_bar=0x7f030000; public static final int bottom_container=0x7f030001; public static final int bottom_panel=0x7f030002; public static final int main=0x7f030003; public static final int time_bar=0x7f030004; } public static final class string { public static final int app_name=0x7f040001; public static final int hello=0x7f040000; } public static final class styleable { /** Attributes that can be used with a BottomBar. <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 #BottomBar_selected_btn aisk.bottombar:selected_btn}</code></td><td></td></tr> </table> @see #BottomBar_selected_btn */ public static final int[] BottomBar = { 0x7f010000 }; /** <p>This symbol is the offset where the {@link aisk.bottombar.R.attr#selected_btn} attribute's value can be found in the {@link #BottomBar} 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 android:selected_btn */ public static final int BottomBar_selected_btn = 0; }; }