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

Commit 321bc3cc 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: I85f49a9f8f2c04f5eee7f95edd13371f7fa38c15
parents 704e65dc 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>