OSDN Git Service

Revert the AlarmAlert to a rotatable activity.
authorPatrick Scott <phanna@android.com>
Tue, 15 Sep 2009 12:00:09 +0000 (08:00 -0400)
committerPatrick Scott <phanna@android.com>
Tue, 15 Sep 2009 14:58:38 +0000 (10:58 -0400)
commit6b74f6f5a6d47fe80ce92c44444aebd3436937b2
treeb9491b1b0fac5d9739de87a27af42efd62706a66
parent9a1689a91ea27270ea5222ae8b882210bfcbf9bb
Revert the AlarmAlert to a rotatable activity.

Remove the orientation from the manifest. Edit the alarm_alert.xml layout to be
more accommodating to landscape. Add circle#_drawable.xml files that are
BitmapDrawables for the circle animation. This prevents the background animation
from being stretched to the view size.
AndroidManifest.xml
res/drawable/animate_circle.xml
res/drawable/circle0_drawable.xml [new file with mode: 0644]
res/drawable/circle1_drawable.xml [new file with mode: 0644]
res/drawable/circle2_drawable.xml [new file with mode: 0644]
res/drawable/circle3_drawable.xml [new file with mode: 0644]
res/layout/alarm_alert.xml