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

Commit d41d7735 authored by John Choi's avatar John Choi
Browse files

Making wifi icon point to the new status_bar_system_icon_size

This matches what core SystemUI does.

Bug: 132354163
Test: manual
Change-Id: I39b1d80077581472d884b1a159b775522516226f
parent 407ea382
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,8 +58,8 @@
            android:gravity="center_vertical">
            <com.android.systemui.statusbar.AlphaOptimizedImageView
                android:id="@+id/wifi_signal"
                android:layout_width="@dimen/status_bar_icon_size"
                android:layout_height="@dimen/status_bar_icon_size"
                android:layout_width="@*android:dimen/status_bar_system_icon_size"
                android:layout_height="@*android:dimen/status_bar_system_icon_size"
                android:theme="?attr/lightIconTheme"/>
        </FrameLayout>