张海江
2016-12-30 455b3bee444ee94b016be9d4f8ad9111f7e3c6fa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:wheel="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:gravity="center"
    android:orientation="vertical">
 
    <com.pingplusplus.libone.ProgressWheel
        android:id="@+id/pingpp_pay_progress"
        android:layout_width="@dimen/x80"
        android:layout_height="@dimen/y80"
        android:background="@drawable/tips_bg"
        android:layout_centerHorizontal="true"/>
</LinearLayout>