cachapa / ExpandableLayout

An expandable layout container for Android
Apache License 2.0
2.34k stars 274 forks source link

it doesnt work in android version 9 #75

Closed nadia-am closed 5 years ago

nadia-am commented 5 years ago

it wont be expand in new version of android pie 9

cachapa commented 5 years ago

Does it have problems in the demo app? It's working for me on Android 9.

nadia-am commented 5 years ago

I did not check the demo app on my android 9 device , but my app was working correctly till new update of android 9 pie, since then expand doesn't work in my devices which updated to android 9

cachapa commented 5 years ago

Please check the app. It could be unrelated to ExpandableLayout. It's working for me in the demo as well as for every other app where I'm using it.

nadia-am commented 5 years ago

yes you are right Demo works correctly but sine android updated ,this library doesn't work correctly on all my users phone which is updated to 9. it must be something else

cachapa commented 5 years ago

Without more information (ideally reproducing the problem) I can't do anything else with this. I'm closing this issue for now.

nadia-am commented 5 years ago

@cachapa i find the problem but i dont know how to solve it in android 9 it happens because expandable layout is sub view of scroll view. do you know how to solve this?

cachapa commented 5 years ago

Unfortunately without seeing your code I can't be of much help. In any case I would direct you to Stack Overflow for such questions as I don't have much free time currently and that site is much better suited for that type of help.