summaryrefslogtreecommitdiff
path: root/android/testData/rename/R_MyView.java
blob: f55e3df15caec095d747e6178443cbdededf238d (plain)
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
/* 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 p1.p2;

public final class R {
    public static final class attr {
        /** <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>yes</code></td><td>0</td><td></td></tr>
<tr><td><code>no</code></td><td>1</td><td></td></tr>
</table>
         */
        public static final int answer=0x7f010000;
    }
    public static final class drawable {
        public static final int ic_launcher=0x7f020000;
    }
    public static final class id {
        public static final int no=0x7f030001;
        public static final int yes=0x7f030000;
    }
    public static final class string {
        public static final int app_name=0x7f040000;
    }
    public static final class style {
        /**  Customize your theme here.
         */
        public static final int AppTheme=0x7f050000;
    }
    public static final class styleable {
        /** Attributes that can be used with a MyView.
           <p>Includes the following attributes:</p>
           <table>
           <colgroup align="left" />
           <colgroup align="left" />
           <tr><th>Attribute</th><th>Description</th></tr>
           <tr><td><code>{@link #MyView_answer p1.p2:answer}</code></td><td></td></tr>
           </table>
           @see #MyView_answer
         */
        public static final int[] MyView = {
            0x7f010000
        };
        /**
          <p>This symbol is the offset where the {@link p1.p2.R.attr#answer}
          attribute's value can be found in the {@link #MyView} array.


          <p>Must be one of the following constant values.</p>
<table>
<colgroup align="left" />
<colgroup align="left" />
<colgroup align="left" />
<tr><th>Constant</th><th>Value</th><th>Description</th></tr>
<tr><td><code>yes</code></td><td>0</td><td></td></tr>
<tr><td><code>no</code></td><td>1</td><td></td></tr>
</table>
          @attr name p1.p2:answer
        */
        public static final int MyView_answer = 0;
    };
}