dashboard
repositories
filestore
activity
search
login
main
/
moral_test_android
安卓app测试repo
summary
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
ping++支付demo
张海江
2016-12-30
455b3bee444ee94b016be9d4f8ad9111f7e3c6fa
[moral_test_android.git]
/
pingpp-android-master
/
example
/
res
/
drawable
/
blue_btn_bg.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffffff"/>
<stroke
android:width="2dip"
android:color="@color/blue"/>
</shape>