diff options
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 |
