diff options
| author | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-30 20:11:08 -0400 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2009-09-30 20:11:08 -0400 |
| commit | 6988dd59680ba4ec67c0e6ad14444e4763af8d01 (patch) | |
| tree | e54973674fa075a5c81bdf924d1f1dad5c88260f | |
| parent | 436344ae12c819f58306ceb94241a266141e1218 (diff) | |
| parent | 792bb382fb55b6bad02a42dbe2a7916b913aa9f6 (diff) | |
| download | frameworks_base-6988dd59680ba4ec67c0e6ad14444e4763af8d01.zip frameworks_base-6988dd59680ba4ec67c0e6ad14444e4763af8d01.tar.gz frameworks_base-6988dd59680ba4ec67c0e6ad14444e4763af8d01.tar.bz2 | |
Merge change I792bb382 into eclair
* changes:
Fix 2133205: Change the opacity to allow more of the background to be seen on locked screen
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 9f18124..59b69cd 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 @@ <RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="#A0000000" + android:background="#70000000" > <TextView @@ -135,4 +135,4 @@ </RelativeLayout> -</FrameLayout>
\ No newline at end of file +</FrameLayout> 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 5fe1dde..c503455 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" > <!-- left side --> diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index 059e899..3e00ae8e1 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" > <!-- left side: instructions and emergency call button --> diff --git a/core/res/res/layout/keyguard_screen_unlock_portrait.xml b/core/res/res/layout/keyguard_screen_unlock_portrait.xml index f3c7559..0525356 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" > <LinearLayout |
