Enable "More"-card double tap interaction.
Bug: 14492098 Change-Id: I8b80df407df8b6df0af616932018e40e903a7966
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<com.android.systemui.statusbar.NotificationOverflowContainer
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="32dp"
|
||||
android:layout_height="40dp"
|
||||
android:focusable="true"
|
||||
android:clickable="true"
|
||||
>
|
||||
|
||||
@@ -628,8 +628,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
|
||||
R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false);
|
||||
mKeyguardIconOverflowContainer.setOnActivatedListener(this);
|
||||
mKeyguardCarrierLabel = mStatusBarWindow.findViewById(R.id.keyguard_carrier_text);
|
||||
// TODO: Comment in when transition is ready.
|
||||
//mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener);
|
||||
mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener);
|
||||
mStackScroller.addView(mKeyguardIconOverflowContainer);
|
||||
|
||||
mExpandedContents = mStackScroller;
|
||||
|
||||
Reference in New Issue
Block a user