Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 956923eb authored by Luca Santarelli's avatar Luca Santarelli Committed by Gerrit Code Review
Browse files

Fix: Back icon doesn't scale when changing navbar height

Contrary to the Home and Apps icons, the Back icon doesn't scale when changing
navigation bar height due to scaleType=center in the layout.xml.
Fix provided by Michael Schroyen.

Change-Id: Ia5abe1ec79fd4171e4a20095b4a7dc9ce98c9383
parent a223413e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@
                android:src="@drawable/ic_sysbar_back"
                systemui:keyCode="4"
                android:layout_weight="0"
                android:scaleType="center"
                systemui:glowBackground="@drawable/ic_sysbar_highlight"
                android:contentDescription="@string/accessibility_back"
                />