You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
i have a problem with Scrolling behavior of the activity when added 3 ExpansionPanels in vertical Linearlayout. since they are next to each others(in a row), they occupy a big space.
Hi,
i have a problem with Scrolling behavior of the activity when added 3 ExpansionPanels in vertical Linearlayout. since they are next to each others(in a row), they occupy a big space.
My activity is androidx.coordinatorlayout.widget.CoordinatorLayout with a androidx.core.widget.NestedScrollView
reference: https://developer.android.com/reference/com/google/android/material/appbar/AppBarLayout
The problem persist when start scrolling from the ExpansionHeader. It never scroll!
But it is scrolling when starting outside of the ExpansionPanel's Headers
By the way, i have an AppCompatAutoCompleteTextView in 2 ExpansionLayouts of the activity.
Each one of them is having a dropdown menu as described in the Material Guidelines:
link: https://material.io/develop/android/components/menu/#exposed-dropdown-menus
Here it is:
The text was updated successfully, but these errors were encountered: