Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6988dd59 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I792bb382 into eclair

* changes:
  Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen
parents 436344ae 792bb382
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
<RelativeLayout
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="#A0000000"
    android:background="#70000000"
        >

    <TextView
+1 −1
Original line number Diff line number Diff line
@@ -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 -->
+1 −1
Original line number Diff line number Diff line
@@ -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 -->
+1 −1
Original line number Diff line number Diff line
@@ -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