Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen

This commit is contained in:
Jim Miller
2009-09-30 17:03:43 -07:00
parent 170d9df0f3
commit 792bb382fb
4 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#A0000000"
android:background="#70000000"
>
<TextView
@@ -135,4 +135,4 @@
</RelativeLayout>
</FrameLayout>
</FrameLayout>

View File

@@ -30,7 +30,7 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#A0000000"
android:background="#70000000"
>
<!-- left side -->

View File

@@ -26,7 +26,7 @@
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#A0000000"
android:background="#70000000"
>
<!-- left side: instructions and emergency call button -->

View File

@@ -26,7 +26,7 @@
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:gravity="center_horizontal"
android:background="#A0000000"
android:background="#70000000"
>
<LinearLayout