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

Commit 87fb0970 authored by p4r4n01d's avatar p4r4n01d Committed by Gerrit Code Review
Browse files

SystemUI: Remove obsolete layout params (fix lint warning)

Change-Id: I41f688c9a351189c9929dc1f4947c0124820f5ad
parent 2e6fcbbb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
            android:layout_height="wrap_content"
            android:layout_width="wrap_content"
            android:layout_alignParentEnd="true"
            android:layout_centerVertical="true"
            android:scaleType="center"
            />
        <ImageView
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@
        <include layout="@layout/system_bar_notification_panel_title"
            android:layout_width="match_parent"
            android:layout_height="130dp"
            android:layout_above="@id/content_frame"
            android:layout_alignParentEnd="true"
            android:layout_weight="0"
            />
+0 −1
Original line number Diff line number Diff line
@@ -137,7 +137,6 @@
                android:layout_width="wrap_content"
                android:scaleType="centerInside"
                android:layout_gravity="center_vertical"
                android:layout_alignBaseline="@id/wifi_signal"
                android:paddingEnd="6dp"
                android:contentDescription="@null"
                />
+0 −1
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@

    <FrameLayout
        android:id="@+id/ticker_expanded"
        android:layout_weight="1"
        android:layout_height="@*android:dimen/system_bar_height"
        android:layout_width="match_parent"
        android:layout_toEndOf="@id/large_icon"