How To Remove Footer From Aviary Editor?
I'm working on an simple image editor. Aviary's Signup for Aviary Image Editor SDK is disable and it is now coming with Adobe's Creative Sdk. No doubt they are providing so much fe
Solution 1:
As I have worked with Creative SDK, I just learned how to customize UI of the Aviary Editor.
By overriding xml files, you can make changes in Aviary Editor's UI.
I have a simple example below, I made some changes in editor's footer. I just created new xml file aviary_bottombar.xml
in app module as following...
You can find the original implementation in exploaded-aar
directory of sdk as shown below...
Hope it will help somebody...
Solution 2:
While it is technically feasible to pull this off, it is against the Creative SDK Terms of Use to remove the Creative Cloud badge from the Image Editor. Apps that violate the Terms of Use will not be approved for production.
Post a Comment for "How To Remove Footer From Aviary Editor?"