~rgibert/descenttracker/trunk

« back to all changes in this revision

Viewing changes to DescentTracker/build/source/r/debug/ca/gibert/android/descenttracker/R.java

  • Committer: Richard Gibert
  • Date: 2013-12-10 23:15:23 UTC
  • Revision ID: richard@gibert.ca-20131210231523-2yh7abgyfg3urwj9
initial project setup from Android Studio

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 ca.gibert.android.descenttracker;
 
9
 
 
10
public final class R {
 
11
    public static final class attr {
 
12
    }
 
13
    public static final class dimen {
 
14
        public static final int activity_horizontal_margin=0x7f040000;
 
15
        public static final int activity_vertical_margin=0x7f040001;
 
16
    }
 
17
    public static final class drawable {
 
18
        public static final int ic_launcher=0x7f020000;
 
19
    }
 
20
    public static final class id {
 
21
        public static final int action_settings=0x7f080003;
 
22
        public static final int pager=0x7f080000;
 
23
        public static final int pager_title_strip=0x7f080001;
 
24
        public static final int section_label=0x7f080002;
 
25
    }
 
26
    public static final class layout {
 
27
        public static final int activity_main=0x7f030000;
 
28
        public static final int fragment_main_dummy=0x7f030001;
 
29
    }
 
30
    public static final class menu {
 
31
        public static final int main=0x7f070000;
 
32
    }
 
33
    public static final class string {
 
34
        public static final int action_settings=0x7f050000;
 
35
        public static final int app_name=0x7f050001;
 
36
        public static final int title_section1=0x7f050002;
 
37
        public static final int title_section2=0x7f050003;
 
38
        public static final int title_section3=0x7f050004;
 
39
    }
 
40
    public static final class style {
 
41
        /** 
 
42
            Theme customizations available in newer API levels can go in
 
43
            res/values-vXX/styles.xml, while customizations related to
 
44
            backward-compatibility can go here.
 
45
        
 
46
 API 11 theme customizations can go here. 
 
47
 API 14 theme customizations can go here. 
 
48
         */
 
49
        public static final int AppBaseTheme=0x7f060000;
 
50
        /**  All customizations that are NOT specific to a particular API-level can go here. 
 
51
         */
 
52
        public static final int AppTheme=0x7f060001;
 
53
    }
 
54
}