OSDN Git Service

Update the print job dialog and added notification assets.
authorSvetoslav Ganov <svetoslavganov@google.com>
Wed, 7 Aug 2013 06:49:25 +0000 (23:49 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Wed, 7 Aug 2013 06:52:38 +0000 (23:52 -0700)
commit32c5eb3bf89938ba2221e67362571628e1efd520
tree924db5a2172ca2a05076d981f1052f013aed93ab
parent2275c6c8bfab76d1db8bc11d2b56b7ff913da4e0
Update the print job dialog and added notification assets.

1. Update the transition between the print job edit dialog and the
   generating print job dialog. Now the former shrinks into the
   latter.

2. Added most of the notification assets.

Change-Id: I84f35df5cb4f71b86a103c16ab87fd4d108b055b
18 files changed:
packages/PrintSpooler/AndroidManifest.xml
packages/PrintSpooler/res/drawable-hdpi/stat_notify_cancelling.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-hdpi/stat_notify_error.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-hdpi/stat_notify_print.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-mdpi/stat_notify_cancelling.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-mdpi/stat_notify_error.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-mdpi/stat_notify_print.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-xhdpi/stat_notify_cancelling.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-xhdpi/stat_notify_error.png [new file with mode: 0644]
packages/PrintSpooler/res/drawable-xhdpi/stat_notify_print.png [new file with mode: 0644]
packages/PrintSpooler/res/layout/print_job_config_activity_container.xml [moved from packages/PrintSpooler/res/layout/generating_print_job_dialog.xml with 65% similarity]
packages/PrintSpooler/res/layout/print_job_config_activity_content_editing.xml [moved from packages/PrintSpooler/res/layout/print_job_config_activity.xml with 95% similarity]
packages/PrintSpooler/res/layout/print_job_config_activity_content_generating.xml [new file with mode: 0644]
packages/PrintSpooler/res/values/colors.xml [new file with mode: 0644]
packages/PrintSpooler/res/values/strings.xml
packages/PrintSpooler/res/values/themes.xml [new file with mode: 0644]
packages/PrintSpooler/src/com/android/printspooler/NotificationController.java
packages/PrintSpooler/src/com/android/printspooler/PrintJobConfigActivity.java