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

Commit 678201e5 authored by WinSuk's avatar WinSuk Committed by Gerrit Code Review
Browse files

PowerWidget: Make widgets stationary like everything else in the tray

Before patch: widgets move up with the grab bar (and get smashed a bit)
https://dl.dropbox.com/u/1077120/Android/Screenshot_2012-09-13-18-19-39.png

After patch: widgets disappear behind the grab bar, like everything else
https://dl.dropbox.com/u/1077120/Android/Screenshot_2012-09-13-18-23-52.png
parent 5861d697
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -54,8 +54,7 @@
        <com.android.systemui.statusbar.powerwidget.PowerWidget
            android:id="@+id/exp_power_stat"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:minHeight="@dimen/notification_panel_widget_height"
            android:layout_height="@dimen/notification_panel_widget_height"
            android:layout_marginTop="44dip"
        />