setCameraHeight not working
stefanopassador opened this issue · 9 comments
stefanopassador commented
ParkSangGwon commented
@stefanopassador can you show me your source code?
drchopper commented
Same issues here!
<dimen name="camera_dimen">600dp</dimen>
public static void startCameraGalleryActivity_1(Activity activity, int requestCode){
Config config = new Config();
config.setCameraHeight(R.dimen.camera_dimen);
config.setSelectionMin(1);
config.setSelectionLimit(1);
config.setToolbarTitleRes(R.string.choose_image);
ImagePickerActivity.setConfig(config);
Intent intent = new Intent(activity, ImagePickerActivity.class);
activity.startActivityForResult(intent,requestCode);
}
drchopper commented
Is it possible to adjust the height directly
Example:
config.setCameraHeight(600)
drchopper commented
????
stefanopassador commented
The config.setCameraHeight(dimension)
doesn't work. I already tried it but nothing.
zakisaad commented
Same issue here!
Neeraj0859 commented
camera height function not working.
ReliableServices commented
Same issue here! please fix the problem
AkPathak312 commented
No Support ??