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

Commit c1afcf06 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Put the pocket back in my pocket for later.

Change-Id: Ifa6b540abede35ba92ab6721274655aef1458fbc
parent 83a7b963
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -91,15 +91,6 @@
        </RelativeLayout>
    </FrameLayout>

    <view
        class="com.android.systemui.statusbar.tablet.ShirtPocket$DropZone"
        android:id="@+id/drop_target"
        android:layout_width="512dp"
        android:layout_height="@*android:dimen/status_bar_height"
        android:background="@drawable/pocket_drag_bg"
        android:layout_gravity="right"
        />

    <FrameLayout
        android:id="@+id/bar_shadow_holder"
        android:layout_width="match_parent"
+0 −8
Original line number Diff line number Diff line
@@ -42,14 +42,6 @@
            android:visibility="gone"
            />
        
        <com.android.systemui.statusbar.tablet.ShirtPocket
            android:id="@+id/shirt_pocket"
            android:layout_width="@*android:dimen/status_bar_height"
            android:layout_height="@*android:dimen/status_bar_height"
            android:background="#FFFF0000"
            android:visibility="gone"
            />

        <com.android.systemui.statusbar.tablet.NotificationIconArea
            android:id="@+id/notificationIcons"
            android:layout_width="wrap_content"
+0 −5
Original line number Diff line number Diff line
@@ -392,11 +392,6 @@ public class TabletStatusBar extends StatusBar implements
        // for redirecting errant bar taps to the IME
        mFakeSpaceBar = sb.findViewById(R.id.fake_space_bar);

        // drag and drop pocket
        ShirtPocket p = (ShirtPocket) sb.findViewById(R.id.shirt_pocket);
        ShirtPocket.DropZone z = (ShirtPocket.DropZone) sb.findViewById(R.id.drop_target);
        z.setPocket(p);

        // "shadows" of the status bar features, for lights-out mode
        mShadow = sb.findViewById(R.id.bar_shadow);
        mShadow.setOnTouchListener(