Skip to content

Instantly share code, notes, and snippets.

View fennifith's full-sized avatar

James Fenn fennifith

View GitHub Profile
@NikolaDespotoski
NikolaDespotoski / CustomTabsURLSpan.java
Last active November 21, 2019 13:06
Open clicked links of TextView in CustomTabs
package samples.despotoski.nikola.com.customtabsmovementmethod;
import android.os.Parcel;
import android.text.style.URLSpan;
import android.view.View;
/**
* Created by Nikola D. on 12/23/2015.
*/
public class CustomTabsURLSpan extends URLSpan {