mirror of https://github.com/ThmmyNoLife/mTHMMY
Thodoris1999
6 years ago
3 changed files with 21 additions and 7 deletions
@ -0,0 +1,12 @@ |
|||
package gr.thmmy.mthmmy.utils.parsing; |
|||
|
|||
import android.text.SpannableStringBuilder; |
|||
import android.text.SpannedString; |
|||
|
|||
public class BBParser { |
|||
public static final String[] supportedTags = {"b"}; |
|||
|
|||
public SpannedString bb2span(String bb) { |
|||
SpannableStringBuilder builder = new SpannableStringBuilder(bb); |
|||
} |
|||
} |
Loading…
Reference in new issue