Blame view
GameSDKRelease/res/drawable/payment_bg.xml
270 Bytes
|
f63824b88
|
1 2 |
<?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android"> |
|
5b95cccaf
|
3 |
<item android:drawable="@drawable/payment_bg_pressed" android:state_pressed="true"/> |
|
f63824b88
|
4 5 6 |
<item android:drawable="@drawable/payment_bg_normal"/> </selector> |