Commit 9e910c9ef89ae19bac884688c8b03c26f223e76a
1 parent
774d94f4bf
Exists in
features
clear cache
Showing 65 changed files with 3 additions and 423 deletions Inline Diff
- .gitignore
- android/PromoterDemo/bin/AndroidManifest.xml
- android/PromoterDemo/bin/PromoterDemo.apk
- android/PromoterDemo/bin/R.txt
- android/PromoterDemo/bin/classes.dex
- android/PromoterDemo/bin/classes/com/example/promoterdemo/BuildConfig.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/MainActivity.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$attr.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$color.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$dimen.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$drawable.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$id.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$layout.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$menu.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$string.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R$style.class
- android/PromoterDemo/bin/classes/com/example/promoterdemo/R.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R$color.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R$dimen.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R$drawable.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R$id.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R$layout.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R$string.class
- android/PromoterDemo/bin/classes/com/example/promoterrelease/R.class
- android/PromoterDemo/bin/dexedLibs/PromoterSdk_proguard-63e08a920939c1c1ad99b9ddae01f591.jar
- android/PromoterDemo/bin/dexedLibs/android-support-v4-2b8aed04d68815795a4b53e70b49f1a2.jar
- android/PromoterDemo/bin/dexedLibs/promoterrelease-524f5906c8683bbcd3d3ad4807094566.jar
- android/PromoterDemo/bin/jarlist.cache
- android/PromoterDemo/bin/res/crunch/drawable-hdpi/ic_launcher.png
- android/PromoterDemo/bin/res/crunch/drawable-mdpi/ic_launcher.png
- android/PromoterDemo/bin/res/crunch/drawable-xhdpi/ic_launcher.png
- android/PromoterDemo/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
- android/PromoterDemo/bin/resources.ap_
- android/PromoterDemo/gen/com/example/promoterdemo/BuildConfig.java
- android/PromoterDemo/gen/com/example/promoterdemo/R.java
- android/PromoterDemo/gen/com/example/promoterrelease/R.java
- android/PromoterRelease/bin/AndroidManifest.xml
- android/PromoterRelease/bin/R.txt
- android/PromoterRelease/bin/classes/com/example/promoterrelease/BuildConfig.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$attr.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$color.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$dimen.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$drawable.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$id.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$layout.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R$string.class
- android/PromoterRelease/bin/classes/com/example/promoterrelease/R.class
- android/PromoterRelease/bin/jarlist.cache
- android/PromoterRelease/bin/promoterrelease.jar
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/close_image.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/confirm.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/confirm_grey.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/edite_hint.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/instructions.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/middle_instructions.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/progress_bar.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/progress_bar_background.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/progress_instructions.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/promoter_linked.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/reward.png
- android/PromoterRelease/bin/res/crunch/drawable-hdpi/reward_grey.png
- android/PromoterRelease/bin/res/crunch/drawable-xhdpi/instructions.png.png
- android/PromoterRelease/bin/res/crunch/drawable-xxhdpi/instructions.png.png
- android/PromoterRelease/gen/com/example/promoterrelease/BuildConfig.java
- android/PromoterRelease/gen/com/example/promoterrelease/R.java
.gitignore
1 | ios/SpreadDemo/SpreadDemo.xcodeproj/project.xcworkspace/xcuserdata/gump.xcuserdatad/UserInterfaceState.xcuserstate | 1 | ios/SpreadDemo/SpreadDemo.xcodeproj/project.xcworkspace/xcuserdata/gump.xcuserdatad/UserInterfaceState.xcuserstate |
2 | **/.DS_Store | ||
2 | **/.DS_Store | ||
3 | */**/bin/**/* |
android/PromoterDemo/bin/AndroidManifest.xml
1 | <?xml version="1.0" encoding="utf-8"?> | File was deleted | |
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
3 | package="com.example.promoterdemo" | ||
4 | android:versionCode="1" | ||
5 | android:versionName="1.0" > | ||
6 | |||
7 | <uses-sdk | ||
8 | android:minSdkVersion="8" | ||
9 | android:targetSdkVersion="19" /> | ||
10 | <uses-permission android:name="android.permission.INTERNET" /> | ||
11 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> | ||
12 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> | ||
13 | <uses-permission android:name="android.permission.BLUETOOTH" /> | ||
14 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> | ||
15 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | ||
16 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | ||
17 | <application | ||
18 | android:allowBackup="true" | ||
19 | android:icon="@drawable/ic_launcher" | ||
20 | android:label="@string/app_name" | ||
21 | android:theme="@style/AppTheme" > | ||
22 | <activity | ||
23 | android:name="com.example.promoterdemo.MainActivity" | ||
24 | android:screenOrientation="portrait" | ||
25 | android:label="@string/app_name" > | ||
26 | <intent-filter> | ||
27 | <action android:name="android.intent.action.MAIN" /> | ||
28 | |||
29 | <category android:name="android.intent.category.LAUNCHER" /> | ||
30 | </intent-filter> | ||
31 | </activity> | ||
32 | <activity | ||
33 | android:name="com.gumptech.promoter.activity.PromoterActivity" | ||
34 | android:label="@string/app_name" | ||
35 | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" | ||
36 | android:screenOrientation="landscape" > | ||
37 | </activity> | ||
38 | |||
39 | </application> | ||
40 | |||
41 | </manifest> | ||
42 | 1 | <?xml version="1.0" encoding="utf-8"?> |
android/PromoterDemo/bin/PromoterDemo.apk
No preview for this file type
android/PromoterDemo/bin/R.txt
1 | int color already_verification 0x7f040005 | File was deleted | |
2 | int color bankground 0x7f040006 | ||
3 | int color black 0x7f040001 | ||
4 | int color have_reward_color 0x7f040002 | ||
5 | int color no_reward_color 0x7f040003 | ||
6 | int color validate 0x7f040004 | ||
7 | int color white 0x7f040000 | ||
8 | int dimen activity_horizontal_margin 0x7f050000 | ||
9 | int dimen activity_vertical_margin 0x7f050001 | ||
10 | int drawable close_image 0x7f020000 | ||
11 | int drawable confirm 0x7f020001 | ||
12 | int drawable confirm_grey 0x7f020002 | ||
13 | int drawable edite_hint 0x7f020003 | ||
14 | int drawable ic_launcher 0x7f020004 | ||
15 | int drawable instructions 0x7f020005 | ||
16 | int drawable middle_instructions 0x7f020006 | ||
17 | int drawable progress_bar 0x7f020007 | ||
18 | int drawable progress_bar_background 0x7f020008 | ||
19 | int drawable progress_instructions 0x7f020009 | ||
20 | int drawable progressbar_horizontal_1 0x7f02000a | ||
21 | int drawable promoter_linked 0x7f02000b | ||
22 | int drawable reward 0x7f02000c | ||
23 | int drawable reward_grey 0x7f02000d | ||
24 | int id action_settings 0x7f09000e | ||
25 | int id click_textview 0x7f090000 | ||
26 | int id close_image 0x7f090007 | ||
27 | int id confirm 0x7f09000d | ||
28 | int id edittext 0x7f09000c | ||
29 | int id left_imge 0x7f090002 | ||
30 | int id middle_instructions 0x7f09000b | ||
31 | int id prgress_bar 0x7f090009 | ||
32 | int id progress_instructions 0x7f090008 | ||
33 | int id promoter_linked 0x7f090006 | ||
34 | int id reward 0x7f09000a | ||
35 | int id right_down_imge 0x7f090005 | ||
36 | int id right_imge 0x7f090003 | ||
37 | int id right_top_imge 0x7f090004 | ||
38 | int id root_layout 0x7f090001 | ||
39 | int layout activity_main 0x7f030000 | ||
40 | int layout activity_promoter 0x7f030001 | ||
41 | int menu main 0x7f080000 | ||
42 | int string action_settings 0x7f060001 | ||
43 | int string app_name 0x7f060000 | ||
44 | int string hello_world 0x7f060002 | ||
45 | int style AppBaseTheme 0x7f070000 | ||
46 | int style AppTheme 0x7f070001 | ||
47 | 1 | int color already_verification 0x7f040005 |
android/PromoterDemo/bin/classes.dex
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/BuildConfig.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/MainActivity.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$attr.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$color.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$dimen.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$drawable.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$id.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$layout.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$menu.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$string.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R$style.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterdemo/R.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R$color.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R$dimen.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R$drawable.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R$id.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R$layout.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R$string.class
No preview for this file type
android/PromoterDemo/bin/classes/com/example/promoterrelease/R.class
No preview for this file type
android/PromoterDemo/bin/dexedLibs/PromoterSdk_proguard-63e08a920939c1c1ad99b9ddae01f591.jar
No preview for this file type
android/PromoterDemo/bin/dexedLibs/android-support-v4-2b8aed04d68815795a4b53e70b49f1a2.jar
No preview for this file type
android/PromoterDemo/bin/dexedLibs/promoterrelease-524f5906c8683bbcd3d3ad4807094566.jar
No preview for this file type
android/PromoterDemo/bin/jarlist.cache
1 | # cache for current jar dependency. DO NOT EDIT. | File was deleted | |
2 | # format is <lastModified> <length> <SHA-1> <path> | ||
3 | # Encoding is UTF-8 | ||
4 | 1453707303658 484258 bd6479f5dd592790607e0504e66e0f31c2b4d308 E:\git\sdkRelease\SpreaderSDK\android\PromoterRelease\libs\android-support-v4.jar | ||
5 | 1453707303630 484258 bd6479f5dd592790607e0504e66e0f31c2b4d308 E:\git\sdkRelease\SpreaderSDK\android\PromoterDemo\libs\android-support-v4.jar | ||
6 | 1 | # cache for current jar dependency. DO NOT EDIT. |
android/PromoterDemo/bin/res/crunch/drawable-hdpi/ic_launcher.png
5.82 KB
android/PromoterDemo/bin/res/crunch/drawable-mdpi/ic_launcher.png
3.04 KB
android/PromoterDemo/bin/res/crunch/drawable-xhdpi/ic_launcher.png
9.14 KB
android/PromoterDemo/bin/res/crunch/drawable-xxhdpi/ic_launcher.png
17.5 KB
android/PromoterDemo/bin/resources.ap_
No preview for this file type
android/PromoterDemo/gen/com/example/promoterdemo/BuildConfig.java
1 | /** Automatically generated file. DO NOT MODIFY */ | File was deleted | |
2 | package com.example.promoterdemo; | ||
3 | |||
4 | public final class BuildConfig { | ||
5 | public final static boolean DEBUG = true; | ||
6 | } |
android/PromoterDemo/gen/com/example/promoterdemo/R.java
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. | File was deleted | |
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 | |||
8 | package com.example.promoterdemo; | ||
9 | |||
10 | public final class R { | ||
11 | public static final class attr { | ||
12 | } | ||
13 | public static final class color { | ||
14 | /** 验证 | ||
15 | */ | ||
16 | public static final int already_verification=0x7f040005; | ||
17 | /** 验证 | ||
18 | */ | ||
19 | public static final int bankground=0x7f040006; | ||
20 | public static final int black=0x7f040001; | ||
21 | /** 有奖励 | ||
22 | */ | ||
23 | public static final int have_reward_color=0x7f040002; | ||
24 | /** 没奖励 | ||
25 | */ | ||
26 | public static final int no_reward_color=0x7f040003; | ||
27 | /** 验证 | ||
28 | */ | ||
29 | public static final int validate=0x7f040004; | ||
30 | public static final int white=0x7f040000; | ||
31 | } | ||
32 | public static final class dimen { | ||
33 | /** | ||
34 | Customize dimensions originally defined in res/values/dimens.xml (such as | ||
35 | screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. | ||
36 | |||
37 | Default screen margins, per the Android Design guidelines. | ||
38 | |||
39 | Customize dimensions originally defined in res/values/dimens.xml (such as | ||
40 | screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. | ||
41 | |||
42 | */ | ||
43 | public static final int activity_horizontal_margin=0x7f050000; | ||
44 | public static final int activity_vertical_margin=0x7f050001; | ||
45 | } | ||
46 | public static final class drawable { | ||
47 | public static final int close_image=0x7f020000; | ||
48 | public static final int confirm=0x7f020001; | ||
49 | public static final int confirm_grey=0x7f020002; | ||
50 | public static final int edite_hint=0x7f020003; | ||
51 | public static final int ic_launcher=0x7f020004; | ||
52 | public static final int instructions=0x7f020005; | ||
53 | public static final int middle_instructions=0x7f020006; | ||
54 | public static final int progress_bar=0x7f020007; | ||
55 | public static final int progress_bar_background=0x7f020008; | ||
56 | public static final int progress_instructions=0x7f020009; | ||
57 | public static final int progressbar_horizontal_1=0x7f02000a; | ||
58 | public static final int promoter_linked=0x7f02000b; | ||
59 | public static final int reward=0x7f02000c; | ||
60 | public static final int reward_grey=0x7f02000d; | ||
61 | } | ||
62 | public static final class id { | ||
63 | public static final int action_settings=0x7f09000e; | ||
64 | public static final int click_textview=0x7f090000; | ||
65 | public static final int close_image=0x7f090007; | ||
66 | public static final int confirm=0x7f09000d; | ||
67 | public static final int edittext=0x7f09000c; | ||
68 | public static final int left_imge=0x7f090002; | ||
69 | public static final int middle_instructions=0x7f09000b; | ||
70 | public static final int prgress_bar=0x7f090009; | ||
71 | public static final int progress_instructions=0x7f090008; | ||
72 | public static final int promoter_linked=0x7f090006; | ||
73 | public static final int reward=0x7f09000a; | ||
74 | public static final int right_down_imge=0x7f090005; | ||
75 | public static final int right_imge=0x7f090003; | ||
76 | public static final int right_top_imge=0x7f090004; | ||
77 | public static final int root_layout=0x7f090001; | ||
78 | } | ||
79 | public static final class layout { | ||
80 | public static final int activity_main=0x7f030000; | ||
81 | public static final int activity_promoter=0x7f030001; | ||
82 | } | ||
83 | public static final class menu { | ||
84 | public static final int main=0x7f080000; | ||
85 | } | ||
86 | public static final class string { | ||
87 | public static final int action_settings=0x7f060001; | ||
88 | public static final int app_name=0x7f060000; | ||
89 | public static final int hello_world=0x7f060002; | ||
90 | } | ||
91 | public static final class style { | ||
92 | /** | ||
93 | Base application theme, dependent on API level. This theme is replaced | ||
94 | by AppBaseTheme from res/values-vXX/styles.xml on newer devices. | ||
95 | |||
96 | |||
97 | Theme customizations available in newer API levels can go in | ||
98 | res/values-vXX/styles.xml, while customizations related to | ||
99 | backward-compatibility can go here. | ||
100 | |||
101 | |||
102 | Base application theme for API 11+. This theme completely replaces | ||
103 | AppBaseTheme from res/values/styles.xml on API 11+ devices. | ||
104 | |||
105 | API 11 theme customizations can go here. | ||
106 | |||
107 | Base application theme for API 14+. This theme completely replaces | ||
108 | AppBaseTheme from BOTH res/values/styles.xml and | ||
109 | res/values-v11/styles.xml on API 14+ devices. | ||
110 | |||
111 | API 14 theme customizations can go here. | ||
112 | */ | ||
113 | public static final int AppBaseTheme=0x7f070000; | ||
114 | /** Application theme. | ||
115 | All customizations that are NOT specific to a particular API-level can go here. | ||
116 | */ | ||
117 | public static final int AppTheme=0x7f070001; | ||
118 | } | ||
119 | } | ||
120 | 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. |
android/PromoterDemo/gen/com/example/promoterrelease/R.java
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. | File was deleted | |
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 | package com.example.promoterrelease; | ||
8 | |||
9 | public final class R { | ||
10 | public static final class color { | ||
11 | public static final int already_verification = 0x7f040005; | ||
12 | public static final int bankground = 0x7f040006; | ||
13 | public static final int black = 0x7f040001; | ||
14 | public static final int have_reward_color = 0x7f040002; | ||
15 | public static final int no_reward_color = 0x7f040003; | ||
16 | public static final int validate = 0x7f040004; | ||
17 | public static final int white = 0x7f040000; | ||
18 | } | ||
19 | public static final class dimen { | ||
20 | public static final int activity_horizontal_margin = 0x7f050000; | ||
21 | } | ||
22 | public static final class drawable { | ||
23 | public static final int close_image = 0x7f020000; | ||
24 | public static final int confirm = 0x7f020001; | ||
25 | public static final int confirm_grey = 0x7f020002; | ||
26 | public static final int edite_hint = 0x7f020003; | ||
27 | public static final int instructions = 0x7f020005; | ||
28 | public static final int middle_instructions = 0x7f020006; | ||
29 | public static final int progress_bar = 0x7f020007; | ||
30 | public static final int progress_bar_background = 0x7f020008; | ||
31 | public static final int progress_instructions = 0x7f020009; | ||
32 | public static final int progressbar_horizontal_1 = 0x7f02000a; | ||
33 | public static final int promoter_linked = 0x7f02000b; | ||
34 | public static final int reward = 0x7f02000c; | ||
35 | public static final int reward_grey = 0x7f02000d; | ||
36 | } | ||
37 | public static final class id { | ||
38 | public static final int close_image = 0x7f090007; | ||
39 | public static final int confirm = 0x7f09000d; | ||
40 | public static final int edittext = 0x7f09000c; | ||
41 | public static final int left_imge = 0x7f090002; | ||
42 | public static final int middle_instructions = 0x7f09000b; | ||
43 | public static final int prgress_bar = 0x7f090009; | ||
44 | public static final int progress_instructions = 0x7f090008; | ||
45 | public static final int promoter_linked = 0x7f090006; | ||
46 | public static final int reward = 0x7f09000a; | ||
47 | public static final int right_down_imge = 0x7f090005; | ||
48 | public static final int right_imge = 0x7f090003; | ||
49 | public static final int right_top_imge = 0x7f090004; | ||
50 | public static final int root_layout = 0x7f090001; | ||
51 | } | ||
52 | public static final class layout { | ||
53 | public static final int activity_promoter = 0x7f030001; | ||
54 | } | ||
55 | public static final class string { | ||
56 | public static final int action_settings = 0x7f060001; | ||
57 | public static final int app_name = 0x7f060000; | ||
58 | public static final int hello_world = 0x7f060002; | ||
59 | } | ||
60 | } | ||
61 | 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. |
android/PromoterRelease/bin/AndroidManifest.xml
1 | <?xml version="1.0" encoding="utf-8"?> | File was deleted | |
2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
3 | package="com.example.promoterrelease" | ||
4 | android:versionCode="1" | ||
5 | android:versionName="1.0" > | ||
6 | |||
7 | <uses-sdk | ||
8 | android:minSdkVersion="8" | ||
9 | android:targetSdkVersion="19" /> | ||
10 | <uses-permission android:name="android.permission.INTERNET" /> | ||
11 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> | ||
12 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> | ||
13 | <uses-permission android:name="android.permission.BLUETOOTH" /> | ||
14 | <application | ||
15 | android:allowBackup="true" | ||
16 | > | ||
17 | |||
18 | </application> | ||
19 | |||
20 | </manifest> | ||
21 | 1 | <?xml version="1.0" encoding="utf-8"?> |
android/PromoterRelease/bin/R.txt
1 | int color already_verification 0x7f040005 | File was deleted | |
2 | int color bankground 0x7f040006 | ||
3 | int color black 0x7f040001 | ||
4 | int color have_reward_color 0x7f040002 | ||
5 | int color no_reward_color 0x7f040003 | ||
6 | int color validate 0x7f040004 | ||
7 | int color white 0x7f040000 | ||
8 | int dimen activity_horizontal_margin 0x7f050000 | ||
9 | int drawable close_image 0x7f020000 | ||
10 | int drawable confirm 0x7f020001 | ||
11 | int drawable confirm_grey 0x7f020002 | ||
12 | int drawable edite_hint 0x7f020003 | ||
13 | int drawable instructions 0x7f020004 | ||
14 | int drawable middle_instructions 0x7f020005 | ||
15 | int drawable progress_bar 0x7f020006 | ||
16 | int drawable progress_bar_background 0x7f020007 | ||
17 | int drawable progress_instructions 0x7f020008 | ||
18 | int drawable progressbar_horizontal_1 0x7f020009 | ||
19 | int drawable promoter_linked 0x7f02000a | ||
20 | int drawable reward 0x7f02000b | ||
21 | int drawable reward_grey 0x7f02000c | ||
22 | int id close_image 0x7f070006 | ||
23 | int id confirm 0x7f07000c | ||
24 | int id edittext 0x7f07000b | ||
25 | int id left_imge 0x7f070001 | ||
26 | int id middle_instructions 0x7f07000a | ||
27 | int id prgress_bar 0x7f070008 | ||
28 | int id progress_instructions 0x7f070007 | ||
29 | int id promoter_linked 0x7f070005 | ||
30 | int id reward 0x7f070009 | ||
31 | int id right_down_imge 0x7f070004 | ||
32 | int id right_imge 0x7f070002 | ||
33 | int id right_top_imge 0x7f070003 | ||
34 | int id root_layout 0x7f070000 | ||
35 | int layout activity_promoter 0x7f030000 | ||
36 | int string action_settings 0x7f060001 | ||
37 | int string app_name 0x7f060000 | ||
38 | int string hello_world 0x7f060002 | ||
39 | 1 | int color already_verification 0x7f040005 |
android/PromoterRelease/bin/classes/com/example/promoterrelease/BuildConfig.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$attr.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$color.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$dimen.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$drawable.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$id.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$layout.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R$string.class
No preview for this file type
android/PromoterRelease/bin/classes/com/example/promoterrelease/R.class
No preview for this file type
android/PromoterRelease/bin/jarlist.cache
1 | # cache for current jar dependency. DO NOT EDIT. | File was deleted | |
2 | # format is <lastModified> <length> <SHA-1> <path> | ||
3 | # Encoding is UTF-8 | ||
4 | 1 | # cache for current jar dependency. DO NOT EDIT. |
android/PromoterRelease/bin/promoterrelease.jar
No preview for this file type
android/PromoterRelease/bin/res/crunch/drawable-hdpi/close_image.png
4.33 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/confirm.png
7.03 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/confirm_grey.png
4.9 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/edite_hint.png
5.26 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/instructions.png
1.72 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/middle_instructions.png
3.61 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/progress_bar.png
3.15 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/progress_bar_background.png
1.46 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/progress_instructions.png
994 Bytes
android/PromoterRelease/bin/res/crunch/drawable-hdpi/promoter_linked.png
4.26 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/reward.png
12.4 KB
android/PromoterRelease/bin/res/crunch/drawable-hdpi/reward_grey.png
2.88 KB
android/PromoterRelease/bin/res/crunch/drawable-xhdpi/instructions.png.png
2.12 KB
android/PromoterRelease/bin/res/crunch/drawable-xxhdpi/instructions.png.png
4.28 KB
android/PromoterRelease/gen/com/example/promoterrelease/BuildConfig.java
1 | /** Automatically generated file. DO NOT MODIFY */ | File was deleted | |
2 | package com.example.promoterrelease; | ||
3 | |||
4 | public final class BuildConfig { | ||
5 | public final static boolean DEBUG = true; | ||
6 | } |
android/PromoterRelease/gen/com/example/promoterrelease/R.java
1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. | File was deleted | |
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 | |||
8 | package com.example.promoterrelease; | ||
9 | |||
10 | public final class R { | ||
11 | public static final class attr { | ||
12 | } | ||
13 | public static final class color { | ||
14 | /** 验证 | ||
15 | */ | ||
16 | public static int already_verification=0x7f040005; | ||
17 | /** 验证 | ||
18 | */ | ||
19 | public static int bankground=0x7f040006; | ||
20 | public static int black=0x7f040001; | ||
21 | /** 有奖励 | ||
22 | */ | ||
23 | public static int have_reward_color=0x7f040002; | ||
24 | /** 没奖励 | ||
25 | */ | ||
26 | public static int no_reward_color=0x7f040003; | ||
27 | /** 验证 | ||
28 | */ | ||
29 | public static int validate=0x7f040004; | ||
30 | public static int white=0x7f040000; | ||
31 | } | ||
32 | public static final class dimen { | ||
33 | /** | ||
34 | Customize dimensions originally defined in res/values/dimens.xml (such as | ||
35 | screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. | ||
36 | |||
37 | */ | ||
38 | public static int activity_horizontal_margin=0x7f050000; | ||
39 | } | ||
40 | public static final class drawable { | ||
41 | public static int close_image=0x7f020000; | ||
42 | public static int confirm=0x7f020001; | ||
43 | public static int confirm_grey=0x7f020002; | ||
44 | public static int edite_hint=0x7f020003; | ||
45 | public static int instructions=0x7f020004; | ||
46 | public static int middle_instructions=0x7f020005; | ||
47 | public static int progress_bar=0x7f020006; | ||
48 | public static int progress_bar_background=0x7f020007; | ||
49 | public static int progress_instructions=0x7f020008; | ||
50 | public static int progressbar_horizontal_1=0x7f020009; | ||
51 | public static int promoter_linked=0x7f02000a; | ||
52 | public static int reward=0x7f02000b; | ||
53 | public static int reward_grey=0x7f02000c; | ||
54 | } | ||
55 | public static final class id { | ||
56 | public static int close_image=0x7f070006; | ||
57 | public static int confirm=0x7f07000c; | ||
58 | public static int edittext=0x7f07000b; | ||
59 | public static int left_imge=0x7f070001; | ||
60 | public static int middle_instructions=0x7f07000a; | ||
61 | public static int prgress_bar=0x7f070008; | ||
62 | public static int progress_instructions=0x7f070007; | ||
63 | public static int promoter_linked=0x7f070005; | ||
64 | public static int reward=0x7f070009; | ||
65 | public static int right_down_imge=0x7f070004; | ||
66 | public static int right_imge=0x7f070002; | ||
67 | public static int right_top_imge=0x7f070003; | ||
68 | public static int root_layout=0x7f070000; | ||
69 | } | ||
70 | public static final class layout { | ||
71 | public static int activity_promoter=0x7f030000; | ||
72 | } | ||
73 | public static final class string { | ||
74 | public static int action_settings=0x7f060001; | ||
75 | public static int app_name=0x7f060000; | ||
76 | public static int hello_world=0x7f060002; | ||
77 | } | ||
78 | } | ||
79 | 1 | /* AUTO-GENERATED FILE. DO NOT MODIFY. |