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

Fragment XML argument to configure toolbox tab layout. #677

@AnmAtAnm

Description

@AnmAtAnm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions