OSDN Git Service

New UI for the list of alarms.
authorPatrick Scott <phanna@android.com>
Mon, 16 Nov 2009 12:50:20 +0000 (07:50 -0500)
committerPatrick Scott <phanna@android.com>
Mon, 16 Nov 2009 16:45:26 +0000 (11:45 -0500)
commit4e1b06ebcf08dd57240a56bac6f923b2e72ea793
treef0475e47462a7c138cbdce858c0c95db0e44456f
parent33137d791aadea46f6ed8ceae198d3f5a2e4a964
New UI for the list of alarms.

Still need to put the "Add alarm" item at the top and the clock at the bottom.
15 files changed:
res/drawable-hdpi/ic_clock_alarm_off.png [new file with mode: 0644]
res/drawable-hdpi/ic_clock_alarm_on.png [new file with mode: 0644]
res/drawable-hdpi/ic_clock_alarm_selected.png [new file with mode: 0644]
res/drawable-hdpi/ic_indicator_off.png [new file with mode: 0644]
res/drawable-hdpi/ic_indicator_on.png [new file with mode: 0644]
res/drawable-mdpi/ic_clock_alarm_off.png [new file with mode: 0644]
res/drawable-mdpi/ic_clock_alarm_on.png [new file with mode: 0644]
res/drawable-mdpi/ic_clock_alarm_selected.png [new file with mode: 0644]
res/drawable-mdpi/ic_indicator_off.png [new file with mode: 0644]
res/drawable-mdpi/ic_indicator_on.png [new file with mode: 0755]
res/drawable/indicator_clock_onoff.xml [new file with mode: 0644]
res/layout/alarm_time.xml
res/values/colors.xml
src/com/android/deskclock/AlarmClock.java
src/com/android/deskclock/DigitalClock.java