mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Delete unused class
This commit is contained in:
parent
ea270d3834
commit
835bbd1bd3
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
package com.newsblur.view;
|
||||
|
||||
import android.text.TextPaint;
|
||||
import android.text.style.ClickableSpan;
|
||||
|
||||
/**
|
||||
* Created by mark on 28/05/15.
|
||||
*/
|
||||
public abstract class ClickableSpanWithoutUnderline extends ClickableSpan {
|
||||
|
||||
@Override
|
||||
public void updateDrawState(TextPaint ds) {
|
||||
super.updateDrawState(ds);
|
||||
ds.setUnderlineText(false);
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue