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

An expandable Android TextView written in Kotlin

Results 6 Anko-ExpandableTextView issues
Sort by recently updated
recently updated
newest added

JCenter is shutting down: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ So, please consider publishing to Maven Central. The deadline is May 1st.

Hi, I have tried in ConstraintLayout, LinearLayout and in RecyclerView in ConstraintLayout. Full stacktrace is as below. ``` android.view.InflateException: Binary XML file line #19: Binary XML file line #19: Error...

Bug with deserialization. Reproduce in "Don't Keep Activities" mode if try close-open app

-NPE when go back (backstack) from another fragment

I have a NPE when scrolling a recyclerview with ExpandableTextView in items ``` java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getEllipsisCount(int)' on a null object reference at tm.charlie.expandabletextview.ExpandableTextView.updateState(ExpandableTextView.kt:349) at tm.charlie.expandabletextview.ExpandableTextView.updateState$default(ExpandableTextView.kt:51)...

bug