This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Description
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;
See forum discussion.