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
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);
The text was updated successfully, but these errors were encountered:
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);
The text was updated successfully, but these errors were encountered: