A simple Roboto View for your Android App writed in Kotlin
dependencies {
...
compile 'com.gorrotowi.simplerobototextview:simplerobototextview:0.8'
}
<dependency>
<groupId>com.gorrotowi.simplerobototextview</groupId>
<artifactId>simplerobototextview</artifactId>
<version>0.8</version>
<type>pom</type>
</dependency>
<com.gorrotowi.simplerobototextview.RobotoTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:font="regular" />
Also you can use
<com.gorrotowi.simplerobototextview.RobotoEditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:font="regular" />
<!-- OR -->
<com.gorrotowi.simplerobototextview.RobotoButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hello World!"
app:font="regular" />
black
blackItalic
bold
boldItalic
italic
light
lightItalic
medium
mediumItalic
regular
thin
thinItalic
condensedBold
condensedBoldItalic
condensedItalic
condensedLight
condensedLightItalic
condensedRegular