~tomdroid-dev/tomdroid/rework-auth-error-handling

« back to all changes in this revision

Viewing changes to src/org/tomdroid/R.java

  • Committer: Olivier Bilodeau
  • Date: 2008-11-19 07:01:14 UTC
  • Revision ID: olivier@bottomlesspit.org-20081119070114-9l1ih1cpc97mx2ky
A string and a button! Yay!

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 org.tomdroid;
 
9
 
 
10
public final class R {
 
11
    public static final class attr {
 
12
    }
 
13
    public static final class drawable {
 
14
        public static final int icon=0x7f020000;
 
15
    }
 
16
    public static final class id {
 
17
        public static final int ok=0x7f050000;
 
18
    }
 
19
    public static final class layout {
 
20
        public static final int main=0x7f030000;
 
21
    }
 
22
    public static final class string {
 
23
        public static final int app_name=0x7f040001;
 
24
        public static final int hello=0x7f040000;
 
25
    }
 
26
}