This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |