summaryrefslogtreecommitdiffstats
path: root/data/fonts
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2011-01-24 23:44:47 -0500
committerDaniel Sandler <dsandler@google.com>2011-01-25 16:46:43 -0500
commitf844dc4fa8ae53d485f10ebc7f91899159d7551e (patch)
tree49b451c5c4e2da83c53ec39ddeae83f0d7e440e9 /data/fonts
parentb8942108826893657ca0b8b6d5d6d153739a76f6 (diff)
downloadframeworks_base-f844dc4fa8ae53d485f10ebc7f91899159d7551e.zip
frameworks_base-f844dc4fa8ae53d485f10ebc7f91899159d7551e.tar.gz
frameworks_base-f844dc4fa8ae53d485f10ebc7f91899159d7551e.tar.bz2
Fit and finish on status bar:
- Clock color fixed. [3374581] - Clock vertically aligned. [3388224] - Clock uses system font assets now. [3385564] - Solid version of AndroidClock added to build. [3385564] - Extraneous background glow removed from notification panel. - Removed solid black background from notifications. [3388223] - Added background image behind large notification icons and increased large size to 64dip [3388434, 3384355] - Corrected size & leading of notification text [3388577] Bug: 3374581 Bug: 3384355 Bug: 3385564 Bug: 3388223 Bug: 3388224 Bug: 3388434 Bug: 3388577 Change-Id: I8e443da5758deca412d1ce5944f887b35f6265ed
Diffstat (limited to 'data/fonts')
-rw-r--r--data/fonts/AndroidClock_Solid.ttf (renamed from data/fonts/AndroidClock-Solid.ttf)bin2652 -> 2652 bytes
-rw-r--r--data/fonts/fonts.mk3
2 files changed, 2 insertions, 1 deletions
diff --git a/data/fonts/AndroidClock-Solid.ttf b/data/fonts/AndroidClock_Solid.ttf
index 108839e..108839e 100644
--- a/data/fonts/AndroidClock-Solid.ttf
+++ b/data/fonts/AndroidClock_Solid.ttf
Binary files differ
diff --git a/data/fonts/fonts.mk b/data/fonts/fonts.mk
index b8a93e8..faecfee 100644
--- a/data/fonts/fonts.mk
+++ b/data/fonts/fonts.mk
@@ -28,4 +28,5 @@ PRODUCT_COPY_FILES := \
frameworks/base/data/fonts/Clockopia.ttf:system/fonts/Clockopia.ttf \
frameworks/base/data/fonts/DroidSansFallback.ttf:system/fonts/DroidSansFallback.ttf \
frameworks/base/data/fonts/AndroidClock.ttf:system/fonts/AndroidClock.ttf \
- frameworks/base/data/fonts/AndroidClock_Highlight.ttf:system/fonts/AndroidClock_Highlight.ttf
+ frameworks/base/data/fonts/AndroidClock_Highlight.ttf:system/fonts/AndroidClock_Highlight.ttf \
+ frameworks/base/data/fonts/AndroidClock_Highlight.ttf:system/fonts/AndroidClock_Solid.ttf