Enable "More"-card double tap interaction.

Bug: 14492098
Change-Id: I8b80df407df8b6df0af616932018e40e903a7966
This commit is contained in:
Jorim Jaggi
2014-05-07 21:10:35 +02:00
parent d552d9d8e9
commit e96fcd1faa
2 changed files with 2 additions and 3 deletions

View File

@@ -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"
>

View File

@@ -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;