Questions tagged [styleable]

17 questions
0
votes
1 answer

NoClassDefFoundError android after change library

In eclipse, I changed library from tibco.jar into tibco_v3.jar. After that I get error: java.lang.NoClassDefFoundError: R$styleable.... Please help me.
jupiter
  • 143
  • 1
  • 11
0
votes
2 answers

Android Html.toHtml(editText.getText()) returns too many html tags

I am using SpannableString to style text in an EditText using below str.setSpan(new StyleSpan(android.graphics.Typeface.BOLD), selectionStart, selectionEnd, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); str.setSpan(new…
Vny Kumar
  • 748
  • 7
  • 21
1
2