Think Android
Think Android
> The root cause of this problem should be solved from the library not the sample. FancyImageView is added multiple times. It should be fixed. I have made changes in...
Hi @BoumBam > I'm looking for a way to customize the "DONE" text and the back arrow icon Done is the menu and to change color you need to look...
For changing text color of "**Done**" you can use `@android:color/black` in your `LipAppTheme` which you need to override.
@BoumBam I think you cannot add your own custom Image. I you check the code the icon is added using `supportActionBar?.setDisplayHomeAsUpEnabled(true)` . You need to check on how to manipulate...
@qamarelsafadi Should I start working on this?