Closed floriancph closed 6 years ago
I'm using a ViewHolder with a FrameLayout... But unfortunately .setContentHeight(ViewGroup.LayoutParams.MATCH_PARENT); does not work.
.setContentHeight(ViewGroup.LayoutParams.MATCH_PARENT);
Is the issue still exists? Closing for now due to long time period. We can reopen again
I'm using a ViewHolder with a FrameLayout... But unfortunately
.setContentHeight(ViewGroup.LayoutParams.MATCH_PARENT);
does not work.