Commit 46543ff958d5dc9ae4679cdc34f171735f3e6761

Authored by 赵康
1 parent 773e140c38
Exists in master

Release1.0.3

增加领取奖励提示语

Showing 5 changed files with 3 additions and 1 deletions Side-by-side Diff

android/PromoterDemo/project.properties
... ... @@ -12,4 +12,4 @@
12 12  
13 13 # Project target.
14 14 target=android-19
15   -android.library.reference.1=../../../../spreader/PromoterSdk
  15 +android.library.reference.1=../PromoterRelease
android/PromoterRelease/libs/PromoterSdk_proguard_1.0.2.jar
No preview for this file type
android/PromoterRelease/libs/PromoterSdk_proguard_1.0.3.jar
No preview for this file type
android/PromoterRelease/res/layout/activity_promoter.xml
... ... @@ -84,6 +84,7 @@
84 84 android:layout_height="wrap_content"
85 85 android:layout_marginRight="12.5dp"
86 86 android:background="@drawable/progress_bar_background"
  87 +
87 88 android:progressDrawable="@drawable/progress_drawable" />
88 89 </LinearLayout>
89 90 <!-- 获取奖励 -->
android/PromoterRelease/res/values/strings.xml
... ... @@ -9,4 +9,5 @@
9 9 <string name="promote">Promote</string>
10 10 <string name="verify">Verify</string>
11 11 <string name="invalid_request">Invalid request</string>
  12 + <string name="get_reward_succ">Claimed</string>
12 13 </resources>