Android-ExpandableTextView icon indicating copy to clipboard operation
Android-ExpandableTextView copied to clipboard

An expandable TextView for Android applications

Results 24 Android-ExpandableTextView issues
Sort by recently updated
recently updated
newest added

Am not able to set the custom font to ExpandableTextView in XML it shows the font I selected but while running the app it uses the default font. Any Suggestion?

enhancement
question

I am happy to work with this library. For now, I want to add justify alignment on the text. The text justified property will need to be kept for both...

Expanded View is so much gap after pagination.

i don't want to play animation. how to remove that?

Hello, My issue is that the button to expand the text only works on the first try. When I load the screen, I can expand the text correctly. However, when...

enhancement
help wanted

`ExnpandableTextView` doesn't maintain expanded state changes between orientation/config changes. How to reproduce: 1. Remove `android:configChanges` from manifest of current Demo. 2. Run the app. 3. Expand `ExpandableTextView`. 4. and 5....

View not maintaining expanded state between recreations i.e. on configChanges or fragment pop of backstack.

When using the ExpandableTextView with the attributes gravity="center" to center the text in combination with ellipsize="end", the collapsed layout of the last line is a bit off. Collapsed state: ![screenshot_1546085997](https://user-images.githubusercontent.com/2708585/50538229-c91ceb80-0b6c-11e9-9bef-21962b7ea544.png)...

In expandablelistview i already done expand/collapse action.But ,For this view i want to parse data from JSON to display parent and child data.