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:
@@ -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
|
||||||
@@ -135,4 +135,4 @@
|
|||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
@@ -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 -->
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user