You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi
i just replaced the TextView in the lib with this HtmlTextView which extends TextView itself. expanding works fine but collapsig wont work.
where is the problem?
thanks in advance
The text was updated successfully, but these errors were encountered:
emadbagheri96
changed the title
replaced TextView with HtmlTextView but collapse not working
replaced TextView with HtmlTextView, collapse not working
Sep 25, 2016
// sample code snippet to set the text content on the ExpandableTextView
ExpandableTextView expTv1 = (ExpandableTextView) view.findViewById(R.id.expand_text_view)
.findViewById(R.id.expand_text_view);
// IMPORTANT - call setText on the ExpandableTextView to set the text content to display
expTv1.setText(Html.fromHtml(String.valueOf(spanned)));
hi
i just replaced the TextView in the lib with this HtmlTextView which extends TextView itself. expanding works fine but collapsig wont work.
where is the problem?
thanks in advance
The text was updated successfully, but these errors were encountered: