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.13k stars 991 forks source link

Problem placing a sticker on image #336

Closed xelanac closed 3 years ago

xelanac commented 3 years ago

Problem starts when I have to place a sticker on canvas/image: the sticker returns back to the center, it's like there is gravity. Other project's dependencies colud create conflicts with this library?

Canvas matches parent's width and height, as you can see in the xml below:

<ja.burhanrashid52.photoeditor.PhotoEditorView
    android:id="@+id/photoEditorView"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_marginBottom="?attr/actionBarSize">
</ja.burhanrashid52.photoeditor.PhotoEditorView>
burhanrashid52 commented 3 years ago

Duplicate of #333