Loading packages/SystemUI/res/layout/status_bar_notification_keyguard_overflow.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ <com.android.systemui.statusbar.NotificationOverflowContainer <com.android.systemui.statusbar.NotificationOverflowContainer xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="32dp" android:layout_height="40dp" android:focusable="true" android:focusable="true" android:clickable="true" android:clickable="true" > > Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -628,8 +628,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false); R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false); mKeyguardIconOverflowContainer.setOnActivatedListener(this); mKeyguardIconOverflowContainer.setOnActivatedListener(this); mKeyguardCarrierLabel = mStatusBarWindow.findViewById(R.id.keyguard_carrier_text); mKeyguardCarrierLabel = mStatusBarWindow.findViewById(R.id.keyguard_carrier_text); // TODO: Comment in when transition is ready. mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener); //mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener); mStackScroller.addView(mKeyguardIconOverflowContainer); mStackScroller.addView(mKeyguardIconOverflowContainer); mExpandedContents = mStackScroller; mExpandedContents = mStackScroller; Loading Loading
packages/SystemUI/res/layout/status_bar_notification_keyguard_overflow.xml +1 −1 Original line number Original line Diff line number Diff line Loading @@ -18,7 +18,7 @@ <com.android.systemui.statusbar.NotificationOverflowContainer <com.android.systemui.statusbar.NotificationOverflowContainer xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_width="match_parent" android:layout_height="32dp" android:layout_height="40dp" android:focusable="true" android:focusable="true" android:clickable="true" android:clickable="true" > > Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/PhoneStatusBar.java +1 −2 Original line number Original line Diff line number Diff line Loading @@ -628,8 +628,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode, R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false); R.layout.status_bar_notification_keyguard_overflow, mStackScroller, false); mKeyguardIconOverflowContainer.setOnActivatedListener(this); mKeyguardIconOverflowContainer.setOnActivatedListener(this); mKeyguardCarrierLabel = mStatusBarWindow.findViewById(R.id.keyguard_carrier_text); mKeyguardCarrierLabel = mStatusBarWindow.findViewById(R.id.keyguard_carrier_text); // TODO: Comment in when transition is ready. mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener); //mKeyguardIconOverflowContainer.setOnClickListener(mOverflowClickListener); mStackScroller.addView(mKeyguardIconOverflowContainer); mStackScroller.addView(mKeyguardIconOverflowContainer); mExpandedContents = mStackScroller; mExpandedContents = mStackScroller; Loading