am 6988dd59: Merge change I792bb382 into eclair

Merge commit '6988dd59680ba4ec67c0e6ad14444e4763af8d01' into eclair-plus-aosp

* commit '6988dd59680ba4ec67c0e6ad14444e4763af8d01':
  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 21:13:42 -07:00
committed by Android Git Automerger
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