Blame view

android/PromoterDemo/gen/com/example/promoterdemo/R.java 4.8 KB
d1683fe9a   luohaijiang   Promoter Resulce
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
  /* 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.example.promoterdemo;
  
  public final class R {
      public static final class attr {
      }
      public static final class color {
          /**  验证 
           */
          public static final int already_verification=0x7f040005;
          public static final int black=0x7f040001;
          /**  有奖励 
           */
          public static final int have_reward_color=0x7f040002;
          /**  没奖励 
           */
          public static final int no_reward_color=0x7f040003;
          /**  验证 
           */
          public static final int validate=0x7f040004;
          public static final int white=0x7f040000;
      }
      public static final class dimen {
          /** 
           Customize dimensions originally defined in res/values/dimens.xml (such as
           screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
      
   Default screen margins, per the Android Design guidelines. 
  
           Customize dimensions originally defined in res/values/dimens.xml (such as
           screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.
      
           */
          public static final int activity_horizontal_margin=0x7f050000;
          public static final int activity_vertical_margin=0x7f050001;
      }
      public static final class drawable {
          public static final int close_image=0x7f020000;
          public static final int confirm=0x7f020001;
          public static final int confirm_grey=0x7f020002;
          public static final int edite_hint=0x7f020003;
          public static final int ic_launcher=0x7f020004;
          public static final int instructions=0x7f020005;
          public static final int left_image=0x7f020006;
          public static final int middle_instructions=0x7f020007;
          public static final int progress_bar=0x7f020008;
          public static final int progress_bar_background=0x7f020009;
          public static final int progressbar_horizontal_1=0x7f02000a;
          public static final int promoter_linked=0x7f02000b;
          public static final int reward=0x7f02000c;
          public static final int reward_grey=0x7f02000d;
          public static final int right_down=0x7f02000e;
          public static final int right_image=0x7f02000f;
          public static final int right_top=0x7f020010;
      }
      public static final class id {
          public static final int action_settings=0x7f09000e;
          public static final int click_textview=0x7f090000;
          public static final int close_image=0x7f090006;
          public static final int confirm=0x7f09000d;
          public static final int edittext=0x7f09000c;
          public static final int edittext_layout=0x7f09000b;
          public static final int left_imge=0x7f090001;
          public static final int middle_instructions=0x7f09000a;
          public static final int prgress_bar=0x7f090008;
          public static final int progress_instructions=0x7f090007;
          public static final int promoter_linked=0x7f090005;
          public static final int reward=0x7f090009;
          public static final int right_down_imge=0x7f090004;
          public static final int right_imge=0x7f090002;
          public static final int right_top_imge=0x7f090003;
      }
      public static final class layout {
          public static final int activity_main=0x7f030000;
          public static final int activity_promoter=0x7f030001;
      }
      public static final class menu {
          public static final int main=0x7f080000;
      }
      public static final class string {
          public static final int action_settings=0x7f060001;
          public static final int app_name=0x7f060000;
          public static final int hello_world=0x7f060002;
      }
      public static final class style {
          /** 
          Base application theme, dependent on API level. This theme is replaced
          by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
      
  
              Theme customizations available in newer API levels can go in
              res/values-vXX/styles.xml, while customizations related to
              backward-compatibility can go here.
          
  
          Base application theme for API 11+. This theme completely replaces
          AppBaseTheme from res/values/styles.xml on API 11+ devices.
      
   API 11 theme customizations can go here. 
  
          Base application theme for API 14+. This theme completely replaces
          AppBaseTheme from BOTH res/values/styles.xml and
          res/values-v11/styles.xml on API 14+ devices.
      
   API 14 theme customizations can go here. 
           */
          public static final int AppBaseTheme=0x7f070000;
          /**  Application theme. 
   All customizations that are NOT specific to a particular API-level can go here. 
           */
          public static final int AppTheme=0x7f070001;
      }
  }