ExpandableTextView
ExpandableTextView copied to clipboard
Android's TextView that can expand/collapse like the Google Play's app description
Can't expand when click the icon ,onMeasure not be called by system
compile 'com.ms-square:expandableTextView:0.1.4' error: Uncaught translation error: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: GC overhead limit exceeded Uncaught translation error: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: GC overhead limit exceeded Uncaught translation error: java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: GC overhead limit exceeded...
Is it possible to add more views in the list item, such as another textview, or a radio button? where these views will be visible on expand and invisible on...
how to know it is expand and collapsed。
when ExpandableTextView parent layout set width 0dp and set weight ,the maxCollapsedLines not work , the text will all show . but when set ExpandableTextView parent layout width "match_parent" and...
I am only able to expand the text by tapping on the text itself; nothing happens if I tap the ImageButton. Is this by design?
I'm trying to get some `ExpandableTextView` inside an [ExpandableListView](http://developer.android.com/reference/android/widget/ExpandableListView.html). I run into a problem like so: 1. Expand the ExpandableListView 2. Expand the ExpandableTextView 3. Collapse the Expandable**List**View 4. Reopen...
Hi, If you open the first TextView, then open second one and after that close the first one, the first one won't be expand or collapsed because the onClick doesn't...
Hi,I think it's no need to post a runnable for get mMarginBetweenTxtAndBottom.Using getMeasuredHeight can do the same thing. Although measuredHeight is not equal with height sometimes,they are same in your...
change ExpandableTextView extends RelativeLayout add resetContentView method