1
I’m trying to change this back boot.
Here on the forum I found this code
<item name="android:homeAsUpIndicator">@drawable/back</item> <!-- Icone de voltar -->
But it stayed that way:
The icone took all the Toolbar and hid the title.
By code logic, this image that’s in the drawable would appear on every screen with this function. Is there any way to determine a size per code in this image? (I made the arrow image in reduced size but lost quality) It is possible to place a drawable for each screen?
I’m grateful for your help!
– Alberto Bezerra