Skip to content

Accept CharSequence for title in ActivityBuilder class #297

Description

@KentHawkings

At the moment the ActivityBuilder class only accepts a String in the setActivityTitle() method. Ideally this would be a CharSequence. It's more "correct" since ActionBar.setTitle() accepts a CharSequence. Moreover, it would allow for more flexibility in theming the CropImageActivity. Some applications (such as my own) have a custom font so this would convenient in cases like those (and any other cases where users want to apply spans to an activity title).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions