source: dispositivos_moviles/Donwloader/gen/com/example/donwloader/R.java @ 9572f49

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

*- Estudio de API de Android y prueba de concepto para descargar archivos desde una URL con protocolo https y lanzar la Actividad de leer y verificar firma de un contenedor BDOC de la aplicación Tibisay Móvil.

  • Property mode set to 100644
File size: 2.4 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.example.donwloader;
9
10public final class R {
11    public static final class attr {
12    }
13    public static final class dimen {
14        /**  Default screen margins, per the Android Design guidelines.
15
16         Customize dimensions originally defined in res/values/dimens.xml (such as
17         screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
18   
19         */
20        public static final int activity_horizontal_margin=0x7f040000;
21        public static final int activity_vertical_margin=0x7f040001;
22    }
23    public static final class drawable {
24        public static final int ic_launcher=0x7f020000;
25    }
26    public static final class id {
27        public static final int action_settings=0x7f080001;
28        public static final int startBtn=0x7f080000;
29    }
30    public static final class layout {
31        public static final int activity_main=0x7f030000;
32    }
33    public static final class menu {
34        public static final int main=0x7f070000;
35    }
36    public static final class string {
37        public static final int action_settings=0x7f050001;
38        public static final int app_name=0x7f050000;
39        public static final int hello_world=0x7f050002;
40    }
41    public static final class style {
42        /**
43        Base application theme, dependent on API level. This theme is replaced
44        by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
45   
46
47            Theme customizations available in newer API levels can go in
48            res/values-vXX/styles.xml, while customizations related to
49            backward-compatibility can go here.
50       
51
52        Base application theme for API 11+. This theme completely replaces
53        AppBaseTheme from res/values/styles.xml on API 11+ devices.
54   
55 API 11 theme customizations can go here.
56
57        Base application theme for API 14+. This theme completely replaces
58        AppBaseTheme from BOTH res/values/styles.xml and
59        res/values-v11/styles.xml on API 14+ devices.
60   
61 API 14 theme customizations can go here.
62         */
63        public static final int AppBaseTheme=0x7f060000;
64        /**  Application theme.
65 All customizations that are NOT specific to a particular API-level can go here.
66         */
67        public static final int AppTheme=0x7f060001;
68    }
69}
Note: See TracBrowser for help on using the repository browser.