iamutkarshtiwari / Ananas

An easy image editor integration for your Android apps.
MIT License
250 stars 112 forks source link

Customisable back drawable #70

Open thirstycoda opened 3 years ago

thirstycoda commented 3 years ago

I am using this library in an app that uses the default back drawable in the toolbar. However, the back button in the toolbar in this library uses the ios drawable. To allow me to have consistency, I have added the ability to specify the resource id for the back button.

Again, apologies for the mixing of this change and the source uri changes