|
12 | 12 | android:gravity="center_horizontal" |
13 | 13 | android:orientation="vertical"> |
14 | 14 |
|
15 | | - <com.shehuan.library.NiceImageView |
| 15 | + <com.shehuan.niv.NiceImageView |
16 | 16 | android:id="@+id/nice_iv0" |
17 | 17 | android:layout_width="200dp" |
18 | 18 | android:layout_height="200dp" |
19 | 19 | android:layout_marginTop="10dp" |
20 | 20 | android:src="@drawable/cat" |
21 | 21 | app:corner_radius="20dp" /> |
22 | 22 |
|
23 | | - <com.shehuan.library.NiceImageView |
| 23 | + <com.shehuan.niv.NiceImageView |
24 | 24 | android:id="@+id/nice_iv1" |
25 | 25 | android:layout_width="200dp" |
26 | 26 | android:layout_height="200dp" |
|
30 | 30 | app:border_width="2dp" |
31 | 31 | app:corner_radius="20dp" /> |
32 | 32 |
|
33 | | - <com.shehuan.library.NiceImageView |
| 33 | + <com.shehuan.niv.NiceImageView |
34 | 34 | android:id="@+id/nice_iv2" |
35 | 35 | android:layout_width="200dp" |
36 | 36 | android:layout_height="200dp" |
|
43 | 43 | app:corner_top_left_radius="60dp" |
44 | 44 | app:corner_top_right_radius="10dp" /> |
45 | 45 |
|
46 | | - <com.shehuan.library.NiceImageView |
| 46 | + <com.shehuan.niv.NiceImageView |
47 | 47 | android:id="@+id/nice_iv3" |
48 | 48 | android:layout_width="200dp" |
49 | 49 | android:layout_height="200dp" |
50 | 50 | android:layout_marginTop="10dp" |
51 | 51 | android:src="@drawable/cat" |
52 | 52 | app:is_circle="true" /> |
53 | 53 |
|
54 | | - <com.shehuan.library.NiceImageView |
| 54 | + <com.shehuan.niv.NiceImageView |
55 | 55 | android:id="@+id/nice_iv4" |
56 | 56 | android:layout_width="200dp" |
57 | 57 | android:layout_height="200dp" |
|
62 | 62 | app:is_circle="true" /> |
63 | 63 |
|
64 | 64 |
|
65 | | - <com.shehuan.library.NiceImageView |
| 65 | + <com.shehuan.niv.NiceImageView |
66 | 66 | android:id="@+id/nice_iv5" |
67 | 67 | android:layout_width="200dp" |
68 | 68 | android:layout_height="200dp" |
|
0 commit comments