Merge change I792bb382 into eclair

* changes:
  Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen
This commit is contained in:
Android (Google) Code Review
2009-09-30 20:11:08 -04:00
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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