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
Hi, I had an issue with the sticky column header, it does not work if I put it inside a complex fragment layout. But if I put it directly, like in Activity, the sticky does work
Nested complex layout
The nested complex layout (Activity)
<?xml version="1.0" encoding="UTF-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout>
<com.google.android.material.appbar.AppBarLayout>
<com.google.android.material.appbar.CollapsingToolbarLayout>
<androidx.appcompat.widget.Toolbar>
<LinearLayout />
</androidx.appcompat.widget.Toolbar>
</com.google.android.material.appbar.CollapsingToolbarLayout>
<com.google.android.material.tabs.TabLayout />
</com.google.android.material.appbar.AppBarLayout>
<FrameLayout>
<ViewPager />
<!-- The fragment is added inside view page -->
<androidx.core.widget.ContentLoadingProgressBar />
</FrameLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>
Is there some kind of a way to force it sticky, either programmatically or through XML? If it's through XML, how to do it? Since the XML itself had so many layers. Thanks
The text was updated successfully, but these errors were encountered:
Hi, I had an issue with the sticky column header, it does not work if I put it inside a complex fragment layout. But if I put it directly, like in Activity, the sticky does work
Nested complex layout
The nested complex layout (Activity)
The nested complex layout (Fragment)
The simple layout
Is there some kind of a way to force it sticky, either programmatically or through XML? If it's through XML, how to do it? Since the XML itself had so many layers. Thanks
The text was updated successfully, but these errors were encountered: