Skip to content

Instantly share code, notes, and snippets.

@thedoapps
thedoapps / RegularText.java
Last active March 29, 2016 19:49
Custom TextView Android with spacing between letters.
package pe.taxiapp.client.widget;
/**
* Created by doapps on 9/9/15.
*/
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Typeface;
import android.text.Spannable;