-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@BaniHani Do you mean to add as a main image or as sticker image? |
Beta Was this translation helpful? Give feedback.
-
as a main image please. |
Beta Was this translation helpful? Give feedback.
-
@BaniHani If you have fix drawable then you can directly give to the xml and if you want to load runtime then library is expose "source"(ImageView). You can access something like this:
|
Beta Was this translation helpful? Give feedback.
-
@BaniHani If your issue is resolved with my comment then please close this issue. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
@BaniHani If you have fix drawable then you can directly give to the xml and if you want to load runtime then library is expose "source"(ImageView). You can access something like this:
photoFrameEditorView.source.setImageDrawable(getResources().getDrawable(R.drawable.my_drawable));