Merge "Put the pocket back in my pocket for later."
This commit is contained in:
committed by
Android (Google) Code Review
commit
a54e872500
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user