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…
7
solved How to remove Footer from Aviary Editor?