ParkSangGwon / TedPicker

Multiple image select library for Android. Take a picture or Select from gallary

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setCameraHeight not working

stefanopassador opened this issue · comments

In my tablet (Samsung Galaxy Tab 4) it's impossible to change the Camera Height.

I attach a screenshot of what appears with every dimension.
screenshot_2016-03-08-13-55-39

@stefanopassador can you show me your source code?

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);
    }

Is it possible to adjust the height directly

Example:
config.setCameraHeight(600)

The config.setCameraHeight(dimension) doesn't work. I already tried it but nothing.

Same issue here!

camera height function not working.

Same issue here! please fix the problem

No Support ??