ovenbits-ingredients / garnish-android

Style helpers for Android apps
0 stars 0 forks source link

garnish

Android style helpers

Getting started

Steps

Example build.gradle dependency changes

dependencies {
    compile project(':libraries:garnish')
}

Using FancyTextView

Steps

Example View Code

<com.ovenbits.garnish.FancyTextView
    xmlns:ftv="http://schemas.android.com/apk/res-auto"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    ftv:textFont="custom-font-name.ttf"
    android:text="This is in the right font now!"/>