episodes/similar titles adapt to correct height #30

Closed
opened 2021-02-06 19:05:14 +01:00 by Seil0 · 2 comments
Owner

Currently the viepager for episodes and similar titles does not adapt to the height of the current fragment/tab. This could be done using a CoordinateLayout.

Currently the viepager for episodes and similar titles does not adapt to the height of the current fragment/tab. This could be done using a CoordinateLayout.
Seil0 added this to the later milestone 2021-02-06 19:05:14 +01:00
Seil0 added the
ui/ux
p3
labels 2021-02-06 19:05:14 +01:00
Seil0 added the
dependency
label 2021-02-07 01:02:45 +01:00
Author
Owner

CoordinatorLayout has a bug which makes it unusable for our case at the moment. This problem can be worked around by increasing the offscreenPageLimit, wich should be fine as there are only two tabs.

See https://github.com/material-components/material-components-android/issues/1878

CoordinatorLayout has a bug which makes it unusable for our case at the moment. This problem can be worked around by increasing the offscreenPageLimit, wich should be fine as there are only two tabs. See https://github.com/material-components/material-components-android/issues/1878
Seil0 modified the milestone from later to 0.4.0 2021-02-07 01:14:43 +01:00
Seil0 self-assigned this 2021-02-07 01:14:46 +01:00
Author
Owner

This has been implemented with e762745705. Once the underlying material components bug has been fixed, the implemented workaround can be removed.

This has been implemented with e762745705. Once the underlying material components bug has been fixed, the implemented workaround can be removed.
Seil0 closed this issue 2021-02-08 00:25:02 +01:00
Sign in to join this conversation.
No description provided.