diff --git a/core/res/res/layout-xlarge/keyguard_screen_status_land.xml b/core/res/res/layout-xlarge/keyguard_screen_status_land.xml index 7a20f9aadf83a..f91fe4f185d66 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_status_land.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_status_land.xml @@ -60,7 +60,7 @@ android:ellipsize="none" android:textSize="120sp" android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="#999999" + android:textColor="@color/lockscreen_clock_background" android:layout_marginBottom="6dip" /> @@ -71,7 +71,7 @@ android:ellipsize="none" android:textSize="120sp" android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="#666666" + android:textColor="@color/lockscreen_clock_foreground" android:layout_alignLeft="@id/timeDisplayBackground" android:layout_alignTop="@id/timeDisplayBackground" android:layout_marginBottom="6dip" @@ -87,6 +87,7 @@ android:textSize="30sp" android:layout_marginLeft="8dip" android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="@color/lockscreen_clock_am_pm" /> diff --git a/core/res/res/layout-xlarge/keyguard_screen_status_port.xml b/core/res/res/layout-xlarge/keyguard_screen_status_port.xml index 4e87b216cd0b2..c529e0bddb7a8 100644 --- a/core/res/res/layout-xlarge/keyguard_screen_status_port.xml +++ b/core/res/res/layout-xlarge/keyguard_screen_status_port.xml @@ -59,7 +59,7 @@ android:ellipsize="none" android:textSize="120sp" android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="#999999" + android:textColor="@color/lockscreen_clock_background" android:layout_marginBottom="6dip" /> @@ -70,7 +70,7 @@ android:ellipsize="none" android:textSize="120sp" android:textAppearance="?android:attr/textAppearanceMedium" - android:textColor="#666666" + android:textColor="@color/lockscreen_clock_foreground" android:layout_marginBottom="6dip" android:layout_alignLeft="@id/timeDisplayBackground" android:layout_alignTop="@id/timeDisplayBackground" @@ -86,6 +86,7 @@ android:textSize="30sp" android:layout_marginLeft="8dip" android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="@color/lockscreen_clock_am_pm" /> diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 03bd45bc6e522..77ae0d3f5a281 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -77,7 +77,7 @@ android:textSize="72sp" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_marginBottom="6dip" - android:textColor="#999999" + android:textColor="@color/lockscreen_clock_background" /> @@ -103,6 +103,7 @@ android:textSize="22sp" android:layout_marginLeft="8dip" android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="@color/lockscreen_clock_am_pm" /> diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml index bb0c012df095a..e48df2033aeca 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -78,7 +78,7 @@ android:textSize="72sp" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_marginBottom="6dip" - android:textColor="#999999" + android:textColor="@color/lockscreen_clock_background" /> @@ -104,6 +104,7 @@ android:textSize="22sp" android:layout_marginLeft="8dip" android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="@color/lockscreen_clock_am_pm" /> diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index a6face9908257..c14afbf1a4d54 100644 --- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml @@ -78,7 +78,7 @@ android:textSize="72sp" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_marginBottom="6dip" - android:textColor="#999999" + android:textColor="@color/lockscreen_clock_background" /> @@ -106,6 +106,7 @@ android:textSize="22sp" android:layout_marginLeft="8dip" android:textAppearance="?android:attr/textAppearanceMedium" + android:textColor="@color/lockscreen_clock_am_pm" /> diff --git a/core/res/res/layout/keyguard_screen_unlock_portrait.xml b/core/res/res/layout/keyguard_screen_unlock_portrait.xml index 42144aba380ab..85e1db190fba6 100644 --- a/core/res/res/layout/keyguard_screen_unlock_portrait.xml +++ b/core/res/res/layout/keyguard_screen_unlock_portrait.xml @@ -68,7 +68,7 @@ android:textSize="56sp" android:textAppearance="?android:attr/textAppearanceMedium" android:layout_marginBottom="6dip" - android:textColor="#999999" + android:textColor="@color/lockscreen_clock_background" /> diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index b1c54ff068308..a286265fdc53f 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -103,6 +103,11 @@ #e69310 #fe0a5a + + #ff9a9a9a + #ff666666 + #ff9a9a9a + #fff3f3f3 #ff000000 diff --git a/data/fonts/AndroidClock.ttf b/data/fonts/AndroidClock.ttf index 39451831c1a04..24a7f087234b9 100644 Binary files a/data/fonts/AndroidClock.ttf and b/data/fonts/AndroidClock.ttf differ diff --git a/data/fonts/AndroidClock_Highlight.ttf b/data/fonts/AndroidClock_Highlight.ttf index fa0221ebafb02..1e14a8f726a19 100644 Binary files a/data/fonts/AndroidClock_Highlight.ttf and b/data/fonts/AndroidClock_Highlight.ttf differ