Merge "Fix "keyguard unresponsive" bug" into jb-mr1.1-dev

This commit is contained in:
Jim Miller
2012-11-12 18:26:28 -08:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 4 deletions

View File

@@ -141,7 +141,7 @@
/> />
</LinearLayout> </LinearLayout>
<ImageView <com.android.systemui.statusbar.policy.KeyButtonView
android:layout_width="128dp" android:layout_width="128dp"
android:id="@+id/search_light" android:id="@+id/search_light"
android:layout_height="match_parent" android:layout_height="match_parent"
@@ -282,7 +282,7 @@
/> />
</LinearLayout> </LinearLayout>
<ImageView <com.android.systemui.statusbar.policy.KeyButtonView
android:layout_width="162dp" android:layout_width="162dp"
android:id="@+id/search_light" android:id="@+id/search_light"
android:layout_height="match_parent" android:layout_height="match_parent"

View File

@@ -145,7 +145,7 @@
/> />
</LinearLayout> </LinearLayout>
<ImageView <com.android.systemui.statusbar.policy.KeyButtonView
android:layout_width="80dp" android:layout_width="80dp"
android:id="@+id/search_light" android:id="@+id/search_light"
android:layout_height="match_parent" android:layout_height="match_parent"
@@ -289,7 +289,7 @@
/> />
</LinearLayout> </LinearLayout>
<ImageView <com.android.systemui.statusbar.policy.KeyButtonView
android:id="@+id/search_light" android:id="@+id/search_light"
android:layout_height="80dp" android:layout_height="80dp"
android:layout_width="match_parent" android:layout_width="match_parent"