AAkira / ExpandableLayout

[Deprecated] An android library that brings the expandable layout with various animation. You can include optional contents and use everywhere.
Apache License 2.0
1.65k stars 325 forks source link

ExpandableLayout don't resize with recyclerview inside #108

Open MotaPaulo opened 7 years ago

MotaPaulo commented 7 years ago

Sometimes when I expand my layout it gets bigger than it needs to.

<com.github.aakira.expandablelayout.ExpandableLinearLayout
                android:id="@+id/checkupErlVerification"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:background="@color/color_default_white"
                android:orientation="vertical"
                app:ael_duration="400"
                app:ael_expanded="false"
                app:ael_interpolator="linearOutSlowIn"
                app:ael_orientation="vertical">

                <android.support.v7.widget.RecyclerView
                    android:id="@+id/checkupRvVerification"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:scrollbars="vertical">

                </android.support.v7.widget.RecyclerView>
</com.github.aakira.expandablelayout.ExpandableLinearLayout>
MotaPaulo commented 7 years ago
vishalpatelbacancy commented 7 years ago

any solution??

MotaPaulo commented 7 years ago

Not yet =(