Commit 64f1d291052ca35432b99f66fec62618779c6b9b
1 parent
636deb8ba3
Exists in
master
修改分享标题和提示
Showing 3 changed files with 3 additions and 2 deletions Inline Diff
android/PromoterDemo/project.properties
1 | # This file is automatically generated by Android Tools. | 1 | # This file is automatically generated by Android Tools. |
2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! | 2 | # Do not modify this file -- YOUR CHANGES WILL BE ERASED! |
3 | # | 3 | # |
4 | # This file must be checked in Version Control Systems. | 4 | # This file must be checked in Version Control Systems. |
5 | # | 5 | # |
6 | # To customize properties used by the Ant build system edit | 6 | # To customize properties used by the Ant build system edit |
7 | # "ant.properties", and override values to adapt the script to your | 7 | # "ant.properties", and override values to adapt the script to your |
8 | # project structure. | 8 | # project structure. |
9 | # | 9 | # |
10 | # To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): | 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 | 11 | #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt |
12 | 12 | ||
13 | # Project target. | 13 | # Project target. |
14 | target=android-19 | 14 | target=android-19 |
15 | android.library.reference.1=../PromoterRelease | 15 | android.library.reference.1=../../../../spreader/PromoterSdk |
16 | 16 |
android/PromoterRelease/libs/PromoterSdk_proguard_1.0.2.jar
No preview for this file type
android/PromoterRelease/res/values/strings.xml
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <resources> | 2 | <resources> |
3 | 3 | ||
4 | <string name="app_name">Promoter</string> | 4 | <string name="app_name">Promoter</string> |
5 | <string name="share_title">Copy and share</string> | 5 | <string name="share_title">Paste to the following apps</string> |
6 | <string name="copy_tip">Copied</string> | ||
6 | 7 | ||
7 | <string name="claim">Claim</string> | 8 | <string name="claim">Claim</string> |
8 | <string name="promote">Promote</string> | 9 | <string name="promote">Promote</string> |
9 | <string name="verify">Verify</string> | 10 | <string name="verify">Verify</string> |
10 | <string name="invalid_request">Invalid request</string> | 11 | <string name="invalid_request">Invalid request</string> |
11 | </resources> | 12 | </resources> |
12 | 13 |