OSDN Git Service

wip
[android-x86/external-koush-Widgets.git] / WidgetsSample / gen / com / koushikdutta / widgets / sample / R.java
1 /* AUTO-GENERATED FILE.  DO NOT MODIFY.
2  *
3  * This class was automatically generated by the
4  * aapt tool from the resource data it found.  It
5  * should not be modified by hand.
6  */
7
8 package com.koushikdutta.widgets.sample;
9
10 public final class R {
11     public static final class attr {
12     }
13     public static final class color {
14         public static final int holo_blue_bright=0x7f040002;
15         public static final int holo_blue_dark=0x7f040001;
16         public static final int holo_blue_light=0x7f040000;
17         public static final int list_content_background=0x7f040003;
18     }
19     public static final class dimen {
20         /**  Default screen margins, per the Android Design guidelines. 
21
22          Customize dimensions originally defined in res/values/dimens.xml (such as
23          screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
24     
25
26          Customize dimensions originally defined in res/values/dimens.xml (such as
27          screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
28     
29          */
30         public static final int activity_horizontal_margin=0x7f050000;
31         public static final int activity_vertical_margin=0x7f050001;
32         public static final int golden_ratio=0x7f050002;
33     }
34     public static final class drawable {
35         public static final int box=0x7f020000;
36         public static final int drive=0x7f020001;
37         public static final int dropbox=0x7f020002;
38         public static final int ic_launcher=0x7f020003;
39         public static final int list_content_left=0x7f020004;
40         public static final int list_content_right=0x7f020005;
41         public static final int nexusone=0x7f020006;
42     }
43     public static final class id {
44         public static final int checkbox=0x7f08000b;
45         public static final int content=0x7f080001;
46         public static final int empty=0x7f080005;
47         public static final int footer_container=0x7f080006;
48         public static final int image=0x7f080008;
49         public static final int list_content_container=0x7f080000;
50         public static final int list_header_title=0x7f080007;
51         public static final int listview=0x7f080004;
52         public static final int summary=0x7f08000a;
53         public static final int title=0x7f080009;
54         public static final int title_container=0x7f080003;
55         public static final int watermark=0x7f080002;
56     }
57     public static final class layout {
58         public static final int list_content=0x7f030000;
59         public static final int list_content_header=0x7f030001;
60         public static final int list_fragment=0x7f030002;
61         public static final int list_header=0x7f030003;
62         public static final int list_item=0x7f030004;
63         public static final int list_item_base=0x7f030005;
64         public static final int list_item_selectable=0x7f030006;
65     }
66     public static final class string {
67         public static final int app_name=0x7f060000;
68         public static final int box=0x7f060005;
69         public static final int cloud=0x7f060001;
70         public static final int devices=0x7f060006;
71         public static final int dropbox=0x7f060004;
72         public static final int googledrive=0x7f060002;
73         public static final int googledrive_summary=0x7f060003;
74     }
75     public static final class style {
76         /**  API 14 theme customizations can go here. 
77          */
78         public static final int AppBaseDarkTheme=0x7f070002;
79         /** 
80         Base application theme, dependent on API level. This theme is replaced
81         by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
82     
83
84             Theme customizations available in newer API levels can go in
85             res/values-vXX/styles.xml, while customizations related to
86             backward-compatibility can go here.
87         
88
89         Base application theme for API 14+. This theme completely replaces
90         AppBaseTheme from BOTH res/values/styles.xml and
91         res/values-v11/styles.xml on API 14+ devices.
92     
93  API 14 theme customizations can go here. 
94          */
95         public static final int AppBaseTheme=0x7f070000;
96         /**  Application theme. 
97  All customizations that are NOT specific to a particular API-level can go here. 
98          */
99         public static final int AppDarkTheme=0x7f070003;
100         /**  Application theme. 
101  All customizations that are NOT specific to a particular API-level can go here. 
102          */
103         public static final int AppTheme=0x7f070001;
104         public static final int RequestTheme=0x7f070004;
105     }
106 }