Skip to content

setCameraHeight is useless? #63

@shahzad1

Description

@shahzad1

I'm using this library and it's working fine. But I think there's some issue with setCameraHeight function or may be library owner has set the max camera height to 250dp. Because when I try to use a value <250dp, it works. But whenever I go >250dp, it doesn't work.
Here's my code
Config config = new Config(); config.setCameraHeight(R.dimen.camera_height); config.setSelectionMin(1); config.setSelectedBottomHeight(R.dimen.camera_bottom_height); config.setSelectionLimit(10); config.setToolbarTitleRes(R.string.toolbarRes); ImagePickerActivity.setConfig(config);

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