Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdularis committed Mar 27, 2018
1 parent eff75d2 commit 7e6d854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This library provides you circle and avatar imageview for android. it automatica

![](screenshots/fig1.png)

You can choose either for avatar_state, IMAGE or INITIAL_LETTER to show the letter (default is INITIAL_LETTER)
You can choose either for avatar_state, IMAGE or INITIAL to show the first letter (default is INITIAL)

~~~xml
<com.github.abdularis.civ.AvatarImageView
Expand Down Expand Up @@ -61,7 +61,7 @@ You can choose either for avatar_state, IMAGE or INITIAL_LETTER to show the lett
<attr name="avatar_textColor" format="color"/>
<attr name="avatar_text" format="string"/>
<attr name="avatar_state" format="enum">
<enum name="INITIAL_LETTER" value="1"/>
<enum name="INITIAL" value="1"/>
<enum name="IMAGE" value="2"/>
</attr>
</declare-styleable>
Expand Down

0 comments on commit 7e6d854

Please sign in to comment.