Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit 112eff3

Browse files
committed
Updated readme
1 parent 04790f2 commit 112eff3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ XML:
7979
Java:
8080

8181
````java
82-
ImageView i1 = (ImageView) findViewById(R.id.image1);
82+
CircularImageView i1 = (CircularImageView) findViewById(R.id.image1);
8383
Picasso.with(this)
8484
.load("https://raw.githubusercontent.com/subinkrishna/CircularImageView/master/art/cat_original.jpg")
8585
.placeholder(R.drawable.placeholder)
@@ -109,7 +109,7 @@ XML:
109109
Java:
110110

111111
````java
112-
ImageView i2 = (ImageView) findViewById(R.id.image2);
112+
CircularImageView i2 = (CircularImageView) findViewById(R.id.image2);
113113
Glide.with(this)
114114
.load("http://invalid.url")
115115
.asBitmap()
@@ -129,9 +129,9 @@ Glide.with(this)
129129
app:borderColor="@android:color/holo_blue_dark"/>
130130
````
131131

132-
**#4 Placeholder text with border**
132+
**#4 Placeholder text with custom border & background**
133133

134-
Placeholder text is shown along with custom background and border when no bitmap is loaded.
134+
Placeholder text is shown along with custom border & background when no bitmap is loaded.
135135

136136
````xml
137137
<com.subinkrishna.widget.CircularImageView

0 commit comments

Comments
 (0)