Must be one of the following constant values.
13 |Constant | Value | Description |
---|---|---|
left_top | 0 | |
left_bottom | 1 | |
right_top | 2 | |
right_bottom | 3 |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
26 | Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
27 | in (inches), mm (millimeters).
28 |
This may also be a reference to a resource (in the form
29 | "@[package:]type:name
") or
30 | theme attribute (in the form
31 | "?[package:][type:]name
")
32 | containing a value of this type.
33 | */
34 | public static final int radius=0x7f010001;
35 | }
36 | public static final class dimen {
37 | /** Default screen margins, per the Android Design guidelines.
38 |
39 | Example customization of dimensions originally defined in res/values/dimens.xml
40 | (such as screen margins) for screens with more than 820dp of available width. This
41 | would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively).
42 |
43 | */
44 | public static final int activity_horizontal_margin=0x7f040000;
45 | public static final int activity_vertical_margin=0x7f040001;
46 | }
47 | public static final class drawable {
48 | public static final int app_icon=0x7f020000;
49 | public static final int bottom_hint=0x7f020001;
50 | public static final int female=0x7f020002;
51 | public static final int getimage=0x7f020003;
52 | public static final int hint=0x7f020004;
53 | public static final int ic_launcher=0x7f020005;
54 | public static final int item1=0x7f020006;
55 | public static final int item10=0x7f020007;
56 | public static final int item11=0x7f020008;
57 | public static final int item12=0x7f020009;
58 | public static final int item13=0x7f02000a;
59 | public static final int item14=0x7f02000b;
60 | public static final int item15=0x7f02000c;
61 | public static final int item2=0x7f02000d;
62 | public static final int item3=0x7f02000e;
63 | public static final int item4=0x7f02000f;
64 | public static final int item5=0x7f020010;
65 | public static final int item6=0x7f020011;
66 | public static final int item7=0x7f020012;
67 | public static final int item8=0x7f020013;
68 | public static final int item9=0x7f020014;
69 | public static final int male=0x7f020015;
70 | public static final int navi_map_gps_locked=0x7f020016;
71 | public static final int pic1=0x7f020017;
72 | public static final int pic2=0x7f020018;
73 | public static final int pic3=0x7f020019;
74 | public static final int pic4=0x7f02001a;
75 | public static final int startbutton=0x7f02001b;
76 | }
77 | public static final class id {
78 | public static final int action_settings=0x7f07000d;
79 | public static final int id_age_gender=0x7f07000c;
80 | public static final int id_backtop=0x7f070005;
81 | public static final int id_detect=0x7f07000a;
82 | public static final int id_gallery=0x7f070007;
83 | public static final int id_getImage=0x7f070009;
84 | public static final int id_imageSwitcher=0x7f070008;
85 | public static final int id_photo=0x7f070006;
86 | public static final int id_waiting=0x7f07000b;
87 | public static final int left_bottom=0x7f070000;
88 | public static final int left_top=0x7f070001;
89 | public static final int right_bottom=0x7f070002;
90 | public static final int right_top=0x7f070003;
91 | public static final int scrollView1=0x7f070004;
92 | }
93 | public static final class layout {
94 | public static final int activity_face=0x7f030000;
95 | }
96 | public static final class menu {
97 | public static final int face=0x7f060000;
98 | }
99 | public static final class style {
100 | /**
101 | Base application theme, dependent on API level. This theme is replaced
102 | by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
103 |
104 |
105 |
106 |
107 | Theme customizations available in newer API levels can go in
108 | res/values-vXX/styles.xml, while customizations related to
109 | backward-compatibility can go here.
110 |
111 |
112 |
113 |
114 | Base application theme for API 11+. This theme completely replaces
115 | AppBaseTheme from res/values/styles.xml on API 11+ devices.
116 |
117 | API 11 theme customizations can go here.
118 |
119 | Base application theme for API 14+. This theme completely replaces
120 | AppBaseTheme from BOTH res/values/styles.xml and
121 | res/values-v11/styles.xml on API 14+ devices.
122 |
123 | API 14 theme customizations can go here.
124 | */
125 | public static final int AppBaseTheme=0x7f050000;
126 | /** Application theme.
127 | All customizations that are NOT specific to a particular API-level can go here.
128 | */
129 | public static final int AppTheme=0x7f050001;
130 | }
131 | public static final class styleable {
132 | /** Attributes that can be used with a ArcMenu.
133 |
Includes the following attributes:
134 |Attribute | Description |
---|---|
{@link #ArcMenu_position com.chenyufengweb.howold:position} | |
{@link #ArcMenu_radius com.chenyufengweb.howold:radius} |
This symbol is the offset where the {@link com.chenyufengweb.howold.R.attr#position} 149 | attribute's value can be found in the {@link #ArcMenu} array. 150 | 151 | 152 |
Must be one of the following constant values.
153 |Constant | Value | Description |
---|---|---|
left_top | 0 | |
left_bottom | 1 | |
right_top | 2 | |
right_bottom | 3 |
This symbol is the offset where the {@link com.chenyufengweb.howold.R.attr#radius} 168 | attribute's value can be found in the {@link #ArcMenu} array. 169 | 170 | 171 |
Must be a dimension value, which is a floating point number appended with a unit such as "14.5sp
".
172 | Available units are: px (pixels), dp (density-independent pixels), sp (scaled pixels based on preferred font size),
173 | in (inches), mm (millimeters).
174 |
This may also be a reference to a resource (in the form
175 | "@[package:]type:name
") or
176 | theme attribute (in the form
177 | "?[package:][type:]name
")
178 | containing a value of this type.
179 | @attr name com.chenyufengweb.howold:radius
180 | */
181 | public static final int ArcMenu_radius = 1;
182 | };
183 | }
184 |
--------------------------------------------------------------------------------
/ic_launcher-web.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/ic_launcher-web.png
--------------------------------------------------------------------------------
/libs/android-support-v4.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/libs/android-support-v4.jar
--------------------------------------------------------------------------------
/libs/faceppsdk.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/libs/faceppsdk.jar
--------------------------------------------------------------------------------
/proguard-project.txt:
--------------------------------------------------------------------------------
1 | # To enable ProGuard in your project, edit project.properties
2 | # to define the proguard.config property as described in that file.
3 | #
4 | # Add project specific ProGuard rules here.
5 | # By default, the flags in this file are appended to flags specified
6 | # in ${sdk.dir}/tools/proguard/proguard-android.txt
7 | # You can edit the include path and order by changing the ProGuard
8 | # include property in project.properties.
9 | #
10 | # For more details, see
11 | # http://developer.android.com/guide/developing/tools/proguard.html
12 |
13 | # Add any project specific keep options here:
14 |
15 | # If your project uses WebView with JS, uncomment the following
16 | # and specify the fully qualified class name to the JavaScript interface
17 | # class:
18 | #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
19 | # public *;
20 | #}
21 |
--------------------------------------------------------------------------------
/project.properties:
--------------------------------------------------------------------------------
1 | # This file is automatically generated by Android Tools.
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED!
3 | #
4 | # This file must be checked in Version Control Systems.
5 | #
6 | # To customize properties used by the Ant build system edit
7 | # "ant.properties", and override values to adapt the script to your
8 | # project structure.
9 | #
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12 |
13 | # Project target.
14 | target=android-19
15 |
--------------------------------------------------------------------------------
/res/drawable-hdpi/app_icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-hdpi/app_icon.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/bottom_hint.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-hdpi/bottom_hint.png
--------------------------------------------------------------------------------
/res/drawable-hdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-hdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-mdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-mdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/female.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/female.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/getimage.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/getimage.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/hint.9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/hint.9.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/ic_launcher.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/ic_launcher.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item1.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item10.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item10.jpeg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item11.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item12.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item13.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item14.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item15.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item2.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item3.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item4.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item5.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item6.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item7.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item8.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/item9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/item9.jpg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/male.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/male.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/navi_map_gps_locked.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/navi_map_gps_locked.png
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/pic1.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/pic1.jpeg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/pic2.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/pic2.jpeg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/pic3.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/pic3.jpeg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/pic4.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/pic4.jpeg
--------------------------------------------------------------------------------
/res/drawable-xxhdpi/startbutton.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/chenyufeng1991/Android-HowOld/c4f93cc0f0dfc22d115161759e8cf268e83625fc/res/drawable-xxhdpi/startbutton.jpg
--------------------------------------------------------------------------------
/res/layout/activity_face.xml:
--------------------------------------------------------------------------------
1 |