OSDN Git Service

UI tweaks to meet Jeff's spec.
authorPatrick Scott <phanna@android.com>
Wed, 18 Nov 2009 14:53:03 +0000 (09:53 -0500)
committerPatrick Scott <phanna@android.com>
Wed, 18 Nov 2009 15:01:32 +0000 (10:01 -0500)
commitf1e8069bcd1755d9ef2322b705d8d9d6b83728f0
tree60d2e16fca3f6c9bb8515b52db64bdaf19c96f02
parente3f01aff06d4bddb09215ccad3d8502de9164966
UI tweaks to meet Jeff's spec.

Colors and text sizes are exactly how Jeff specified in the pdf. I tried to
match the size of everything based on looks but I might be a little off in
padding. The shadow effect on the bottom clock has been left out for now since
there are no specifics in the spec for each of the shadow components and I
cannot figure it out based on the drawing.
31 files changed:
res/drawable-hdpi/ic_menu_add.png [new file with mode: 0755]
res/drawable-mdpi/ic_menu_add.png [new file with mode: 0644]
res/drawable/indicator_bar_onoff.xml [new file with mode: 0644]
res/drawable/indicator_clock_onoff.xml
res/layout/alarm_clock.xml
res/layout/alarm_time.xml
res/menu/alarm_list_menu.xml
res/menu/context_menu.xml
res/values-cs/strings.xml
res/values-da/strings.xml
res/values-de/strings.xml
res/values-el/strings.xml
res/values-es-rUS/strings.xml
res/values-es/strings.xml
res/values-fr/strings.xml
res/values-it/strings.xml
res/values-ja/strings.xml
res/values-ko/strings.xml
res/values-nb/strings.xml
res/values-nl/strings.xml
res/values-pl/strings.xml
res/values-pt-rPT/strings.xml
res/values-pt/strings.xml
res/values-ru/strings.xml
res/values-sv/strings.xml
res/values-tr/strings.xml
res/values-zh-rCN/strings.xml
res/values-zh-rTW/strings.xml
res/values/strings.xml
res/values/styles.xml
src/com/android/deskclock/AlarmClock.java