Commit e1c94c4dbee3c946a801d9312c4b91f1bbb63fa7

Authored by 赵康
1 parent 47cb8be61b
Exists in master

revision 3.3.3

修改bluepay 资源文件

Showing 13 changed files with 40 additions and 14 deletions Inline Diff

android/GameSDKRelease/res/drawable-hdpi/blue_arrow_back.png

955 Bytes

android/GameSDKRelease/res/drawable-hdpi/bluep_btnbg_selector.xml
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <selector 2 <selector
3 xmlns:android="http://schemas.android.com/apk/res/android"> 3 xmlns:android="http://schemas.android.com/apk/res/android">
4 <item android:state_focused="true" android:drawable="@drawable/bluep_btnbg" /> 4 <item android:state_focused="true" android:drawable="@drawable/bluep_btnbg" />
5 <item android:state_pressed="true" android:drawable="@drawable/bluep_btnbg_hl" /> 5 <item android:state_pressed="true" android:drawable="@drawable/bluep_btnbg_hl" />
6 <item android:state_pressed="false" android:drawable="@drawable/bluep_btnbg" /> 6 <item android:state_pressed="false" android:drawable="@drawable/bluep_btnbg" />
7 </selector> 7 </selector>
8 8
android/GameSDKRelease/res/drawable-hdpi/bluep_logo_12call.jpg

7.31 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_logo_happy.jpg

17.7 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_logo_mobifone.jpg

24.2 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_logo_unipin.png

11.2 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_logo_viettel.jpg

23.3 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_logo_vinaphone.jpg

25.4 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_logo_vtc.jpg

75.1 KB

android/GameSDKRelease/res/drawable-hdpi/bluep_paylist_arrow_selector.xml
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <selector 2 <selector
3 xmlns:android="http://schemas.android.com/apk/res/android"> 3 xmlns:android="http://schemas.android.com/apk/res/android">
4 <item android:state_focused="true" android:drawable="@drawable/bluep_paylist_arrow_normal" /> 4 <item android:state_focused="true" android:drawable="@drawable/bluep_paylist_arrow_normal" />
5 <item android:state_pressed="true" android:drawable="@drawable/bluep_paylist_arrow_high" /> 5 <item android:state_pressed="true" android:drawable="@drawable/bluep_paylist_arrow_high" />
6 <item android:state_pressed="false" android:drawable="@drawable/bluep_paylist_arrow_normal" /> 6 <item android:state_pressed="false" android:drawable="@drawable/bluep_paylist_arrow_normal" />
7 </selector> 7 </selector>
8 8
android/GameSDKRelease/res/drawable-hdpi/bluep_paylist_bg.9.png

319 Bytes | W: | H:

248 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
android/GameSDKRelease/res/layout/bluep_by_ad.xml
File was created 1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:orientation="vertical" android:layout_width="match_parent"
4 android:layout_height="match_parent">
5
6 <WebView
7 android:id="@+id/Wv_ad"
8 android:layout_width="match_parent"
9 android:layout_height="match_parent"/>
10
11 </LinearLayout>
android/GameSDKRelease/res/layout/logo.xml
File was created 1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="fill_parent"
4 android:layout_height="fill_parent"
5 android:gravity="center"
6 android:orientation="vertical" >
7
8 <ImageView
9 android:layout_width="200sp"
10 android:layout_height="wrap_content"
11 android:layout_marginLeft="5sp"
12 android:layout_marginTop="5sp"
13 android:background="@drawable/bluepay_logo" />
14
15 </LinearLayout>