Skip to content

Instantly share code, notes, and snippets.

View blocksector's full-sized avatar

Jay Gauten blocksector

  • Manila, Philippines
View GitHub Profile
@kennydude
kennydude / ExtendedEditText.java
Created April 17, 2013 21:35
Ever wanted a prefix and suffix on your EditText? Yes, well this ExtendedEditText class will do it for you!
package me.kennydude.spending.widgets;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.*;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.StateListDrawable;
import android.text.Editable;
import android.text.TextPaint;
import android.text.TextWatcher;