RoundedLetterView
RoundedLetterView like the one in Android 5.0 Contacts app
Attributes to choose from:
rlv_titleText
- The text in the first row.rlv_titleSize
- The size of the first row text.rlv_titleColor
- The color of the first row text.rlv_backgroundColorValue
- the color between the circle and the stroke.
Example
What's new
v1.0: Initial Commit
v1.1: Ability to set custom Font on the Text using a Typeface object. setTypeface(font: Typeface)
Migrating from 1.0 to 1.1
If you are using version 1.1 you have to add the prefix rlv_
before each attribute.
How To Use
compile 'com.github.pavlospt:roundedletterview:1.2'