|
35 | 35 | android:id="@+id/progressBarTwo" |
36 | 36 | android:layout_width="150dp" |
37 | 37 | android:layout_height="150dp" |
38 | | - ProgressWheel:text="Click\none of the\nbuttons" |
39 | | - ProgressWheel:textColor="#222222" |
| 38 | + ProgressWheel:pw_text="Click\none of the\nbuttons" |
| 39 | + ProgressWheel:pw_textColor="#222222" |
40 | 40 | ProgressWheel:textSize="14sp" |
41 | | - ProgressWheel:rimColor="#44000000" |
42 | | - ProgressWheel:barLength="60dp" |
43 | | - ProgressWheel:barColor="#339BB9" |
44 | | - ProgressWheel:barWidth="25dp" |
45 | | - ProgressWheel:rimWidth="25dp" |
46 | | - ProgressWheel:spinSpeed="3dp" /> |
| 41 | + ProgressWheel:pw_rimColor="#44000000" |
| 42 | + ProgressWheel:pw_barLength="60dp" |
| 43 | + ProgressWheel:pw_barColor="#339BB9" |
| 44 | + ProgressWheel:pw_barWidth="25dp" |
| 45 | + ProgressWheel:pw_rimWidth="25dp" |
| 46 | + ProgressWheel:pw_spinSpeed="3dp" /> |
47 | 47 | </LinearLayout> |
48 | 48 |
|
49 | 49 | <LinearLayout android:layout_width="wrap_content" |
|
54 | 54 | android:id="@+id/progressBarThree" |
55 | 55 | android:layout_width="150dp" |
56 | 56 | android:layout_height="150dp" |
57 | | - ProgressWheel:text="" |
58 | | - ProgressWheel:textColor="#222222" |
| 57 | + ProgressWheel:pw_text="" |
| 58 | + ProgressWheel:pw_textColor="#222222" |
59 | 59 | ProgressWheel:textSize="14sp" |
60 | | - ProgressWheel:rimColor="#44000000" |
61 | | - ProgressWheel:circleColor="#2E9121" |
62 | | - ProgressWheel:barLength="20dp" |
63 | | - ProgressWheel:barColor="#8000" |
64 | | - ProgressWheel:barWidth="25dp" |
65 | | - ProgressWheel:rimWidth="25dp" |
66 | | - ProgressWheel:spinSpeed="-1dp" /> |
| 60 | + ProgressWheel:pw_rimColor="#44000000" |
| 61 | + ProgressWheel:pw_circleColor="#2E9121" |
| 62 | + ProgressWheel:pw_barLength="20dp" |
| 63 | + ProgressWheel:pw_barColor="#8000" |
| 64 | + ProgressWheel:pw_barWidth="25dp" |
| 65 | + ProgressWheel:pw_rimWidth="25dp" |
| 66 | + ProgressWheel:pw_spinSpeed="-1dp" /> |
67 | 67 |
|
68 | 68 | <com.marshalchen.common.uimodule.simplemodule.ProgressWheel |
69 | 69 | android:id="@+id/progressBarFour" |
70 | 70 | android:layout_width="50dp" |
71 | 71 | android:layout_height="50dp" |
72 | | - ProgressWheel:text="" |
73 | | - ProgressWheel:textColor="#222222" |
| 72 | + ProgressWheel:pw_text="" |
| 73 | + ProgressWheel:pw_textColor="#222222" |
74 | 74 | ProgressWheel:textSize="14sp" |
75 | | - ProgressWheel:rimColor="#4000" |
76 | | - ProgressWheel:barLength="30dp" |
77 | | - ProgressWheel:barColor="#222" |
78 | | - ProgressWheel:barWidth="4dp" |
79 | | - ProgressWheel:rimWidth="1dp" |
80 | | - ProgressWheel:spinSpeed="30dp" |
81 | | - ProgressWheel:delayMillis="75" /> |
| 75 | + ProgressWheel:pw_rimColor="#4000" |
| 76 | + ProgressWheel:pw_barLength="30dp" |
| 77 | + ProgressWheel:pw_barColor="#222" |
| 78 | + ProgressWheel:pw_barWidth="4dp" |
| 79 | + ProgressWheel:pw_rimWidth="1dp" |
| 80 | + ProgressWheel:pw_spinSpeed="30dp" |
| 81 | + ProgressWheel:pw_delayMillis="75" /> |
82 | 82 |
|
83 | 83 | </LinearLayout> |
84 | 84 |
|
|
0 commit comments