forked from Tencent/APIJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathR.java
More file actions
74 lines (69 loc) · 2.99 KB
/
R.java
File metadata and controls
74 lines (69 loc) · 2.99 KB
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
/* 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 apijson.demo;
public final class R {
public static final class attr {
}
public static final class dimen {
/** Default screen margins, per the Android Design guidelines.
*/
public static final int activity_horizontal_margin=0x7f040000;
public static final int activity_vertical_margin=0x7f040001;
}
public static final class drawable {
public static final int ic_launcher=0x7f020000;
}
public static final class id {
public static final int btnQueryQuery=0x7f070003;
public static final int etQueryUri=0x7f070002;
public static final int pbQuery=0x7f070001;
public static final int tvQueryResult=0x7f070000;
}
public static final class layout {
public static final int query_activity=0x7f030000;
public static final int select_activity=0x7f030001;
}
public static final class string {
public static final int access_error=0x7f050008;
public static final int access_permitted=0x7f050009;
public static final int action_settings=0x7f050003;
public static final int app_name=0x7f050000;
public static final int app_version=0x7f050001;
public static final int array=0x7f050006;
public static final int complex=0x7f050007;
public static final int demo_array=0x7f05000e;
public static final int demo_complex=0x7f05000f;
public static final int demo_rely=0x7f05000d;
public static final int demo_single=0x7f05000c;
public static final int demo_wallet=0x7f050010;
public static final int demo_wallet_with_access=0x7f050011;
public static final int hello_world=0x7f050002;
public static final int query=0x7f05000a;
public static final int query_error=0x7f05000b;
public static final int rely=0x7f050005;
public static final int single=0x7f050004;
}
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.
*/
public static final int AppBaseTheme=0x7f060000;
/** Application theme.
All customizations that are NOT specific to a particular API-level can go here.
*/
public static final int AppTheme=0x7f060001;
public static final int activity_page=0x7f060003;
public static final int match_match=0x7f060002;
public static final int match_wrap=0x7f060004;
public static final int select_json=0x7f060006;
public static final int select_name=0x7f060005;
}
}