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

Commit d7b87141 authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

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

parents cbb2d65a 83c5f31c
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>