Skip to content

Commit 89f5cd7

Browse files
Jim MillerAndroid (Google) Code Review
authored andcommitted
Merge "Fix "keyguard unresponsive" bug" into jb-mr1.1-dev
2 parents 359c78a + c120b6e commit 89f5cd7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/SystemUI/res/layout-sw600dp/navigation_bar.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
/>
142142
</LinearLayout>
143143

144-
<ImageView
144+
<com.android.systemui.statusbar.policy.KeyButtonView
145145
android:layout_width="128dp"
146146
android:id="@+id/search_light"
147147
android:layout_height="match_parent"
@@ -282,7 +282,7 @@
282282
/>
283283
</LinearLayout>
284284

285-
<ImageView
285+
<com.android.systemui.statusbar.policy.KeyButtonView
286286
android:layout_width="162dp"
287287
android:id="@+id/search_light"
288288
android:layout_height="match_parent"

packages/SystemUI/res/layout/navigation_bar.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
/>
146146
</LinearLayout>
147147

148-
<ImageView
148+
<com.android.systemui.statusbar.policy.KeyButtonView
149149
android:layout_width="80dp"
150150
android:id="@+id/search_light"
151151
android:layout_height="match_parent"
@@ -289,7 +289,7 @@
289289
/>
290290
</LinearLayout>
291291

292-
<ImageView
292+
<com.android.systemui.statusbar.policy.KeyButtonView
293293
android:id="@+id/search_light"
294294
android:layout_height="80dp"
295295
android:layout_width="match_parent"

0 commit comments

Comments
 (0)