public
Description: Android Garage Door Opener
Homepage:
Clone URL: git://github.com/bradfitz/android-garage-opener.git
Brad Fitzpatrick (author)
Sun Nov 16 11:34:32 -0800 2008
100644 32 lines (29 sloc) 0.987 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/* 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 com.danga.garagedoor;
 
public final class R {
    public static final class attr {
    }
    public static final class drawable {
        public static final int icon=0x7f020000;
    }
    public static final class id {
        public static final int StartScan=0x7f050000;
        public static final int StopScan=0x7f050001;
        public static final int scanresults=0x7f050002;
        public static final int textthing=0x7f050003;
    }
    public static final class layout {
        public static final int main=0x7f030000;
    }
    public static final class string {
        public static final int app_name=0x7f040001;
        public static final int garage_url=0x7f040003;
        public static final int hello=0x7f040000;
        public static final int shared_key=0x7f040002;
    }
}