am 3dfd6389: Merge "Fix accessibility focus bug in statusbar" into lmp-mr1-dev

* commit '3dfd638921b3038c6df0e515478eb8bafccbf058':
  Fix accessibility focus bug in statusbar
This commit is contained in:
Jim Miller
2015-02-19 03:17:58 +00:00
committed by Android Git Automerger

View File

@@ -97,7 +97,8 @@
android:layout_width="@dimen/notification_panel_width"
android:layout_height="match_parent"
android:layout_gravity="@integer/notification_panel_layout_gravity"
android:layout_marginBottom="@dimen/close_handle_underlap" />
android:layout_marginBottom="@dimen/close_handle_underlap"
android:importantForAccessibility="no" />
<ViewStub
android:id="@+id/keyguard_user_switcher"