/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts
1 by edam
- initial checkin
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 org.waxworlds.edam.exportcontacts;
9
10
public final class R {
11
    public static final class attr {
12
    }
13
    public static final class drawable {
2 by edam
- added file chooser
14
        public static final int browse=0x7f020000;
15
        public static final int directory=0x7f020001;
16
        public static final int icon=0x7f020002;
17
        public static final int sdcard=0x7f020003;
1 by edam
- initial checkin
18
    }
19
    public static final class id {
2 by edam
- added file chooser
20
        public static final int back=0x7f050002;
21
        public static final int filename=0x7f050001;
22
        public static final int icon=0x7f050005;
23
        public static final int intro_link=0x7f050007;
24
        public static final int list=0x7f050004;
25
        public static final int next=0x7f050003;
26
        public static final int ok=0x7f050006;
27
        public static final int path=0x7f050000;
1 by edam
- initial checkin
28
    }
29
    public static final class layout {
30
        public static final int configure_vcf=0x7f030000;
2 by edam
- added file chooser
31
        public static final int filechooser=0x7f030001;
32
        public static final int filechooser_row=0x7f030002;
33
        public static final int intro=0x7f030003;
1 by edam
- initial checkin
34
    }
35
    public static final class string {
36
        public static final int abort=0x7f040003;
37
        public static final int app_name=0x7f040000;
38
        public static final int back=0x7f040001;
2 by edam
- added file chooser
39
        public static final int doit_aborted=0x7f040016;
40
        public static final int doit_alldone=0x7f040015;
41
        public static final int doit_close=0x7f040017;
42
        public static final int doit_exportaborted=0x7f040018;
43
        public static final int doit_exported=0x7f040014;
44
        public static final int doit_title=0x7f040013;
45
        public static final int error_abort=0x7f04001c;
46
        public static final int error_continue=0x7f04001b;
47
        public static final int error_filenotfound=0x7f04001d;
48
        public static final int error_ioerror=0x7f04001e;
49
        public static final int error_ok=0x7f04001a;
50
        public static final int error_title=0x7f040019;
51
        public static final int filechooser_ok=0x7f040011;
52
        public static final int filechooser_path_sdcard=0x7f040012;
53
        public static final int filechooser_title_dir=0x7f04000e;
54
        public static final int filechooser_title_file=0x7f04000f;
55
        public static final int fileshooser_currentloc=0x7f040010;
1 by edam
- initial checkin
56
        public static final int intro_author=0x7f040006;
57
        public static final int intro_disclaimer=0x7f040008;
58
        public static final int intro_help=0x7f040005;
59
        public static final int intro_link=0x7f040007;
60
        public static final int intro_title=0x7f040004;
61
        public static final int next=0x7f040002;
2 by edam
- added file chooser
62
        public static final int vcf_filename=0x7f04000d;
1 by edam
- initial checkin
63
        public static final int vcf_help=0x7f04000a;
2 by edam
- added file chooser
64
        public static final int vcf_help2=0x7f04000b;
65
        public static final int vcf_path=0x7f04000c;
1 by edam
- initial checkin
66
        public static final int vcf_title=0x7f040009;
67
    }
68
}