OSDN Git Service

New DeskClock activity, now the main app entry point.
authorDaniel Sandler <dsandler@google.com>
Tue, 20 Oct 2009 20:51:32 +0000 (16:51 -0400)
committerDaniel Sandler <dsandler@google.com>
Thu, 22 Oct 2009 00:16:55 +0000 (20:16 -0400)
commitf8317ad7146b1cdfeded7acb23ae8f770b2d3f97
treec77c0b761085a27fd6ebfd78532e659be8f1a7be
parentdce90517954050428bfaf20e1409c10d372a4759
New DeskClock activity, now the main app entry point.

UI not yet wired up for the most part, but Alarms should
take you to the AlarmClock activity, and there's a
functional implementation of screen dimming ("nightstand
mode").
AndroidManifest.xml
res/anim/dim.xml [new file with mode: 0644]
res/anim/undim.html [new file with mode: 0644]
res/layout/desk_clock.xml [new file with mode: 0644]
res/values/strings.xml
src/com/android/deskclock/DeskClock.java [new file with mode: 0644]
src/com/android/deskclock/DockEventReceiver.java