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

Commit e17dc5ee authored by Anas Karbila's avatar Anas Karbila Committed by Alex Naidis
Browse files

Settings: Fix wrong wifi drawable in screen zooming preview



We should use the same wifi drawable for the screen
zooming preview as the one the real settings menu
is using.

Change-Id: Ibb0d45b9f5aa431b52864aa826ea84c49b2d3fa0
Signed-off-by: default avatarAlex Naidis <alex.naidis@linux.com>
parent 7d9146e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
                <ImageView
                    android:layout_width="48dp"
                    android:layout_height="48dp"
                    android:src="@drawable/wifi_signal_dark"
                    android:src="@drawable/ic_settings_wireless"
                    android:tint="?android:attr/colorAccent"
                    android:scaleType="center" />