From 792bb382fb55b6bad02a42dbe2a7916b913aa9f6 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 30 Sep 2009 17:03:43 -0700 Subject: [PATCH] Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen --- core/res/res/layout/keyguard_screen_rotary_unlock.xml | 4 ++-- core/res/res/layout/keyguard_screen_rotary_unlock_land.xml | 2 +- core/res/res/layout/keyguard_screen_unlock_landscape.xml | 2 +- core/res/res/layout/keyguard_screen_unlock_portrait.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/res/res/layout/keyguard_screen_rotary_unlock.xml b/core/res/res/layout/keyguard_screen_rotary_unlock.xml index 9f1812442b84a..59b69cdddfee3 100644 --- a/core/res/res/layout/keyguard_screen_rotary_unlock.xml +++ b/core/res/res/layout/keyguard_screen_rotary_unlock.xml @@ -30,7 +30,7 @@ - \ No newline at end of file + diff --git a/core/res/res/layout/keyguard_screen_rotary_unlock_land.xml b/core/res/res/layout/keyguard_screen_rotary_unlock_land.xml index 5fe1dde506253..c503455fecbd6 100644 --- a/core/res/res/layout/keyguard_screen_rotary_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_rotary_unlock_land.xml @@ -30,7 +30,7 @@ android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="#A0000000" + android:background="#70000000" > diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index 059e899847dbd..3e00ae8e14e10 100644 --- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml @@ -26,7 +26,7 @@ android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="#A0000000" + android:background="#70000000" > diff --git a/core/res/res/layout/keyguard_screen_unlock_portrait.xml b/core/res/res/layout/keyguard_screen_unlock_portrait.xml index f3c7559a0a44d..0525356748ded 100644 --- a/core/res/res/layout/keyguard_screen_unlock_portrait.xml +++ b/core/res/res/layout/keyguard_screen_unlock_portrait.xml @@ -26,7 +26,7 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center_horizontal" - android:background="#A0000000" + android:background="#70000000" >