Fix endless boot-loop on ldpi, when using bg-color/image on lockscreen

Change-Id: I41ac4ffeb3c9e3e57474168af45ebfb4ae7aef40
This commit is contained in:
Daniel Tschinder 2011-07-21 18:51:52 +02:00
parent 20d489ca5d
commit eefa797ce6
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
android:background="#70000000"
android:id="@+id/password"
android:gravity="center_horizontal">
<!-- "Enter PIN(Password) to unlock" -->

View File

@ -27,6 +27,7 @@
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:background="#70000000"
android:id="@+id/pattern"
>
<RelativeLayout