|
12 | 12 | android:layout_height="wrap_content" |
13 | 13 | android:layout_marginTop="20px" |
14 | 14 | android:layout_marginBottom="20px" |
15 | | - app:progress="50" |
16 | | - app:slider_bg="@mipmap/any_pic" /> |
| 15 | + app:ssb_progress="50" |
| 16 | + app:ssb_slider_bg="@mipmap/any_pic" /> |
17 | 17 |
|
18 | 18 | <View |
19 | 19 | android:layout_width="match_parent" |
|
25 | 25 | android:layout_height="wrap_content" |
26 | 26 | android:layout_marginTop="20px" |
27 | 27 | android:layout_marginBottom="20px" |
28 | | - app:bg_drawable="@drawable/simple_bg" |
29 | | - app:bg_line_width="100px" |
30 | | - app:pg_drawable="@drawable/simple_pg_bitmap" |
31 | | - app:progress="0" |
32 | | - app:slider_bg="@mipmap/any_pic" /> |
| 28 | + app:ssb_bg_drawable="@drawable/simple_bg" |
| 29 | + app:ssb_bg_line_width="100px" |
| 30 | + app:ssb_pg_drawable="@drawable/simple_pg_bitmap" |
| 31 | + app:ssb_progress="0" |
| 32 | + app:ssb_slider_bg="@mipmap/any_pic" /> |
33 | 33 |
|
34 | 34 | <View |
35 | 35 | android:layout_width="match_parent" |
|
41 | 41 | android:layout_height="wrap_content" |
42 | 42 | android:layout_marginTop="20px" |
43 | 43 | android:layout_marginBottom="20px" |
44 | | - app:bg_drawable="@drawable/simple_bg" |
45 | | - app:bg_line_width="100px" |
46 | | - app:pg_drawable="@drawable/simple_pg_bitmap" |
47 | | - app:progress="0" |
48 | | - app:slider_bg="@mipmap/any_pic" |
49 | | - app:slider_style="include" /> |
| 44 | + app:ssb_bg_drawable="@drawable/simple_bg" |
| 45 | + app:ssb_bg_line_width="100px" |
| 46 | + app:ssb_pg_drawable="@drawable/simple_pg_bitmap" |
| 47 | + app:ssb_progress="0" |
| 48 | + app:ssb_slider_bg="@mipmap/any_pic" |
| 49 | + app:ssb_slider_style="include" /> |
50 | 50 |
|
51 | 51 | <View |
52 | 52 | android:layout_width="match_parent" |
|
59 | 59 | android:layout_height="wrap_content" |
60 | 60 | android:layout_marginTop="45px" |
61 | 61 | android:layout_marginBottom="45px" |
62 | | - app:max_text="6" |
63 | | - app:slider_bg="@drawable/simple_slider" |
64 | | - app:slider_height="50px" |
65 | | - app:text_offset="-2px" /> |
| 62 | + app:ssb_max_text="6" |
| 63 | + app:ssb_slider_bg="@drawable/simple_slider" |
| 64 | + app:ssb_slider_height="50px" |
| 65 | + app:ssb_text_offset="-2px" /> |
66 | 66 |
|
67 | 67 | <View |
68 | 68 | android:layout_width="match_parent" |
|
75 | 75 | android:layout_height="wrap_content" |
76 | 76 | android:layout_marginTop="20px" |
77 | 77 | android:layout_marginBottom="20px" |
78 | | - app:max_text="6" |
79 | | - app:slider_bg="@drawable/simple_slider" |
80 | | - app:bg_drawable="@drawable/simple_bg" |
81 | | - app:pg_drawable="@drawable/simple_pg" |
82 | | - app:bg_line_width="100px" |
83 | | - app:slider_height="100px" |
84 | | - app:text_offset="-2px" |
85 | | - app:slider_style="include"/> |
| 78 | + app:ssb_bg_drawable="@drawable/simple_bg" |
| 79 | + app:ssb_bg_line_width="100px" |
| 80 | + app:ssb_max_text="6" |
| 81 | + app:ssb_pg_drawable="@drawable/simple_pg" |
| 82 | + app:ssb_slider_bg="@drawable/simple_slider" |
| 83 | + app:ssb_slider_height="100px" |
| 84 | + app:ssb_slider_style="include" |
| 85 | + app:ssb_text_offset="-2px" /> |
86 | 86 |
|
87 | 87 | <View |
88 | 88 | android:layout_width="match_parent" |
|
0 commit comments