|
85 | 85 | app:shape_radius="10dp" |
86 | 86 | app:shape="rectangle" |
87 | 87 | app:shape_border="none" |
| 88 | + android:src="@mipmap/ic_launcher" |
88 | 89 | android:scaleType="centerCrop" /> |
89 | 90 |
|
90 | 91 | <com.flyjingfish.shapeimageviewlib.ShapeImageView |
|
98 | 99 | app:shape_right_top_radius="12dp" |
99 | 100 | app:shape_right_bottom_radius="16dp" |
100 | 101 | app:shape_left_bottom_radius="20dp" |
| 102 | + android:src="@mipmap/ic_launcher" |
101 | 103 | android:scaleType="centerCrop" /> |
102 | 104 |
|
103 | 105 | <com.flyjingfish.shapeimageviewlib.ShapeImageView |
|
107 | 109 | android:layout_marginStart="10dp" |
108 | 110 | app:shape="oval" |
109 | 111 | app:shape_border="none" |
| 112 | + android:src="@mipmap/ic_launcher" |
110 | 113 | android:scaleType="centerCrop" /> |
111 | 114 | </LinearLayout> |
112 | 115 |
|
|
148 | 151 | android:layout_width="110dp" |
149 | 152 | android:layout_height="110dp" |
150 | 153 | android:layout_marginStart="5dp" |
| 154 | + android:src="@mipmap/ic_launcher" |
151 | 155 | android:padding="10dp" |
152 | 156 | app:shape_radius="6dp" |
153 | 157 | app:shape="rectangle" |
|
165 | 169 | android:layout_width="110dp" |
166 | 170 | android:layout_height="110dp" |
167 | 171 | android:layout_marginStart="10dp" |
| 172 | + android:src="@mipmap/ic_launcher" |
168 | 173 | android:padding="10dp" |
169 | 174 | app:shape="rectangle" |
170 | 175 | app:shape_border="rectangle" |
|
188 | 193 | android:layout_height="110dp" |
189 | 194 | android:layout_marginStart="10dp" |
190 | 195 | android:padding="8dp" |
| 196 | + android:src="@mipmap/ic_launcher" |
191 | 197 | app:shape_radius="8dp" |
192 | 198 | app:shape="oval" |
193 | 199 | app:shape_border="oval" |
|
243 | 249 | android:layout_height="110dp" |
244 | 250 | android:layout_marginStart="5dp" |
245 | 251 | android:padding="8dp" |
| 252 | + android:src="@mipmap/ic_launcher" |
246 | 253 | app:shape_radius="6dp" |
247 | 254 | app:shape="rectangle" |
248 | 255 | app:shape_border="none" |
|
260 | 267 | android:layout_height="110dp" |
261 | 268 | android:layout_marginStart="10dp" |
262 | 269 | android:padding="6dp" |
| 270 | + android:src="@mipmap/ic_launcher" |
263 | 271 | app:shape_radius="8dp" |
264 | 272 | app:shape="oval" |
265 | 273 | app:shape_border="none" |
|
304 | 312 | android:layout_width="110dp" |
305 | 313 | android:layout_height="110dp" |
306 | 314 | android:layout_marginStart="5dp" |
| 315 | + android:src="@mipmap/ic_launcher" |
307 | 316 | android:padding="6dp" |
308 | 317 | app:shape_radius="6dp" |
309 | 318 | app:shape="rectangle" |
|
319 | 328 | android:layout_width="110dp" |
320 | 329 | android:layout_height="110dp" |
321 | 330 | android:layout_marginStart="10dp" |
| 331 | + android:src="@mipmap/ic_launcher" |
322 | 332 | android:padding="6dp" |
323 | 333 | app:shape="oval" |
324 | 334 | app:shape_border="none" |
|
0 commit comments