Skip to content

Instantly share code, notes, and snippets.

View Pify's full-sized avatar

Rafif Rabbani Pify

  • Malang
View GitHub Profile
@liberorignanese
liberorignanese / MarginSpan.java
Last active January 12, 2024 18:05
Android TextInputLayout with credit card mask
package com.liberorignanese.android.gist;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.text.style.ReplacementSpan;
/**
* Created by Libero Rignanese.
*/