source: dispositivos_moviles/com.lamerman.FileDialog/gen/com/lamerman/R.java @ c5e85ec

Last change on this file since c5e85ec was 7f76117, checked in by Antonio Araujo Brett <aaraujo@…>, 11 years ago

Agregados los archivos de la librería Android File Dialog a utilizar en el proyecto. mayor información en https://code.google.com/p/android-file-dialog/

  • Property mode set to 100644
File size: 1.9 KB
Line 
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
8package com.lamerman;
9
10public final class R {
11    public static final class attr {
12    }
13    public static final class color {
14        public static int gray=0x7f050000;
15    }
16    public static final class drawable {
17        public static int file=0x7f020000;
18        public static int folder=0x7f020001;
19        public static int icon=0x7f020002;
20    }
21    public static final class id {
22        public static int fdButtonCancel=0x7f060008;
23        public static int fdButtonCreate=0x7f060009;
24        public static int fdButtonNew=0x7f060003;
25        public static int fdButtonSelect=0x7f060004;
26        public static int fdEditTextFile=0x7f060007;
27        public static int fdLinearLayoutCreate=0x7f060005;
28        public static int fdLinearLayoutList=0x7f060001;
29        public static int fdLinearLayoutSelect=0x7f060002;
30        public static int fdrowimage=0x7f06000b;
31        public static int fdrowtext=0x7f06000c;
32        public static int path=0x7f06000a;
33        public static int relativeLayout01=0x7f060000;
34        public static int textViewFilename=0x7f060006;
35    }
36    public static final class layout {
37        public static int file_dialog_main=0x7f030000;
38        public static int file_dialog_row=0x7f030001;
39    }
40    public static final class string {
41        public static int app_name=0x7f040000;
42        public static int cancel=0x7f040006;
43        public static int cant_read_folder=0x7f040002;
44        public static int create=0x7f040007;
45        public static int err=0x7f040009;
46        public static int file_name=0x7f040005;
47        public static int location=0x7f040001;
48        public static int nnew=0x7f040003;
49        public static int no_data=0x7f040008;
50        public static int select=0x7f040004;
51    }
52}
Note: See TracBrowser for help on using the repository browser.