burhanrashid52 / PhotoEditor

A Photo Editor library with simple, easy support for image editing using paints,text,filters,emoji and Sticker like stories.
MIT License
4.14k stars 991 forks source link

How to disable scroll on photo editor view? #90

Open Swati4star opened 6 years ago

Swati4star commented 6 years ago

I am having this issue:

Possible alternative

Is there a way I can disable scroll on photoeditor view directly?

burhanrashid52 commented 5 years ago

I didn't get you by image occupying whole screen ? Have you tried with NestedScrollView ?

Swati4star commented 5 years ago

If I set the PhotoEditorView's height as wrap_content, it occupies the whole screen. That's why I have wrapped it inside scrollview. Please check the xml file link I have posted in the description

burhanrashid52 commented 5 years ago

Okay, Let me check.