ExpansionPanel
ExpansionPanel copied to clipboard
Android - Expansion panels contain creation flows and allow lightweight editing of an element.
as described in the article https://developer.android.com/studio/build/jcenter-migration , migration to maven central is required. If I delete it from build.gradle or replace with mavenCentral I cannot build the project. bintray also...
When I click the header to collapse and later expand again, half of my linearlayout disapear and need to scroll to see. How can I disable this scrolling ?
Due to the fact that ExpansionLayout is inherited from NestedScrollView, when this element is placed in SwipeRefreshLayout it intercepts touch events and breaks the swipe (you can test it by...
Wow
Hello, thank you for the library. I stumbled on a bug while using the expansion panel in a recycler view. I need to handle the expansion manually, so I'm using...
Hi, Im using the ExpansionPanel as ItemView for my rows in a RecyclerView. (ITem view = ImageView and text in the header --- some textviews and some buttons in the...
I was trying to use expansion panel in recyclerview, and done with getting result from api but if result having 7 or 8 items its showing perfectly but list having...
I've set "id" for the `ExpansionHeader` and `ExpansionLayout` and expanded(opened) my item, but after return on fragment I get closed item with right state of "headerIndicator". Why and how fix...
I need different images for expansion header indicator for collapse and expand. How can this be done?