Skip to content

Instantly share code, notes, and snippets.

View liberorignanese's full-sized avatar

liberorignanese

  • Polverigi - Italy
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.
*/