@@ -257,7 +257,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
257
257
> ** Use it the way you use ImageView in android. This makes your image in a perfect square shape.**
258
258
259
259
``` xml
260
- <com .amit.imgview .SquareImageView
260
+ <com .amit.iv .SquareImageView
261
261
android : id =" @+id/squareImageView"
262
262
android : layout_width =" match_parent"
263
263
android : layout_height =" wrap_content"
@@ -281,7 +281,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
281
281
> ** example code:**
282
282
283
283
``` xml
284
- <com .amit.imgview .CircularImageView
284
+ <com .amit.iv .CircularImageView
285
285
android : id =" @+id/circularImageView"
286
286
android : layout_width =" match_parent"
287
287
android : layout_height =" wrap_content"
@@ -314,7 +314,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
314
314
> ** example code:**
315
315
316
316
``` xml
317
- <com .amit.imgview .AvatarImageView
317
+ <com .amit.iv .AvatarImageView
318
318
android : id =" @+id/avatarImageView"
319
319
android : layout_width =" match_parent"
320
320
android : layout_height =" wrap_content"
@@ -335,7 +335,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
335
335
336
336
337
337
``` xml
338
- <com .amit.imgview .TouchImageView
338
+ <com .amit.iv .TouchImageView
339
339
android : id =" @+id/imageView"
340
340
android : layout_width =" match_parent"
341
341
android : layout_height =" match_parent"
0 commit comments