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

Commit bd27da6a authored by John Choi's avatar John Choi Committed by android-build-merger
Browse files

Merge "Making wifi icon point to the new status_bar_system_icon_size" into qt-dev

am: 1d116059

Change-Id: I9f7997e36f295588b87c883b0434ba06343b3b6f
parents 3601eccf 1d116059
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>