-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Innerview not showing fully #9
Comments
Hello, This could be an issue with the innerview. Could you share the innerview xml? Thanks, Alessandro |
If the text views are single line, then working fine, but if text views are multi line with 4 or 5 lines then issue occurs |
RIghtly said @codebeginner092 , The below inner_view.xml also faces the same issue... The last radiobutton gets cropped a bit from top and bottom and its text disappears too....This could be the issue with the hieght to which the card is allowed to expand, i guess....
|
Hello, thanks for your feedback. Alessandro |
Hi Alessandro, One more feature which I would like to suggest to add in this library is of Gaurav Atul |
Has this issue been resolved, facing the same error here |
Hello, Have you tried wrapping all your textviews inside a single ViewGroup (LinearLayout, RelativeLayout, whatever) in your inner view layout file? Alessandro |
This is what I tried
mycustomview below
And dynamically added elements to parent_layout which is inside a linear layout |
I have this problem too. |
Has this issue been resolved?? |
Hi, same issue here! Is there any workaround for this? |
The problem is not about the wrapping layouts's 'layout_height:[wrap_content|match_parent]', it is related to the textview height when it has multiple lines.... |
Also that is my problem am facing.. Any one help us concerning with innerview not showing full |
app:inner_view="@layout/mycustomview" In your mycustomerview.xml ADD USE THIS CODE IT WORKS FOR ME <android.support.v4.widget.NestedScrollView
</android.support.v4.widget.NestedScrollView> |
Any update on this issue? Experiencing this as well. And didn't found a working workaround or fix yet. I am willing to fix the issue in my fork of this project but can't really figure out how. |
Attempt to fix: AleSpero/ExpandableCardView#9 with a new attribute (for now) ## This is a beta This is a beta, introducing ```app:fullHeight``` as a workaround for the [Innerview issue](AleSpero/ExpandableCardView#9) I hope to fix this in the future and might remove this attribute
The text was updated successfully, but these errors were encountered: