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
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
Add a CategorySelectorFragment XML argument (similar to scrollOrientation and labelRotation) to select the layout file to use in the category tabs. The argument should take a layout id, possibly replacing this code to set layout:
int layout = mScrollOrientation == OrientationHelper.VERTICAL
? R.layout.default_category_start : R.layout.default_category_horizontal;