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

Commit 83c5f31c authored by Joe Onorato's avatar Joe Onorato
Browse files

Put the more notifications button on the left where it belongs.

Change-Id: I683c784de4d948d2cd3b9a8302bd224f565ee053
parent b62ac127
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -36,6 +36,14 @@
            android:gravity="center_vertical"
            android:orientation="horizontal"
            >
            <ImageView
                class="com.android.systemui.statusbar.tablet.NotificationIconArea$MoreView"
                android:id="@+id/expand"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:src="@drawable/ic_sysbar_open"
                android:onClick="notificationIconsClicked"
                />
            <view
                class="com.android.systemui.statusbar.tablet.NotificationIconArea$IconLayout"
                android:id="@+id/icons"
@@ -51,14 +59,6 @@
                android:background="@drawable/sysbar_hidenotification_handle"
                android:layout_marginLeft="8dip"
                />
            <ImageView
                class="com.android.systemui.statusbar.tablet.NotificationIconArea$MoreView"
                android:id="@+id/expand"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:src="@drawable/ic_sysbar_open"
                android:onClick="notificationIconsClicked"
                />

        </com.android.systemui.statusbar.tablet.NotificationIconArea>