@@ -257,7 +257,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
257257> ** Use it the way you use ImageView in android. This makes your image in a perfect square shape.**
258258
259259``` xml
260- <com .amit.imgview .SquareImageView
260+ <com .amit.iv .SquareImageView
261261 android : id =" @+id/squareImageView"
262262 android : layout_width =" match_parent"
263263 android : layout_height =" wrap_content"
@@ -281,7 +281,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
281281> ** example code:**
282282
283283``` xml
284- <com .amit.imgview .CircularImageView
284+ <com .amit.iv .CircularImageView
285285 android : id =" @+id/circularImageView"
286286 android : layout_width =" match_parent"
287287 android : layout_height =" wrap_content"
@@ -314,7 +314,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
314314> ** example code:**
315315
316316``` xml
317- <com .amit.imgview .AvatarImageView
317+ <com .amit.iv .AvatarImageView
318318 android : id =" @+id/avatarImageView"
319319 android : layout_width =" match_parent"
320320 android : layout_height =" wrap_content"
@@ -335,7 +335,7 @@ dbHelper.getRecordCount(tableName, values, hasConditions, conditionalValues);
335335
336336
337337``` xml
338- <com .amit.imgview .TouchImageView
338+ <com .amit.iv .TouchImageView
339339 android : id =" @+id/imageView"
340340 android : layout_width =" match_parent"
341341 android : layout_height =" match_parent"
0 commit comments