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

Commit c73102b8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SystemUI: SystemUI: Fix wifi activity icon size"

parents 55bd4e8d f83b69cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,8 +39,8 @@
            />
        <ImageView
            android:id="@+id/wifi_inout"
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="17dp"
            android:layout_width="18.41dp"
            android:layout_gravity="center|bottom"
            />
    </FrameLayout>
+2 −2
Original line number Diff line number Diff line
@@ -46,8 +46,8 @@
            />
        <ImageView
            android:id="@+id/wifi_inout"
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:layout_height="17dp"
            android:layout_width="18.41dp"
            android:layout_gravity="center|bottom"
            />
    </FrameLayout>