OSDN Git Service

Add print job settings screen.
authorSvetoslav Ganov <svetoslavganov@google.com>
Mon, 23 Sep 2013 22:48:23 +0000 (15:48 -0700)
committerThe Android Automerger <android-build@android.com>
Thu, 26 Sep 2013 23:38:31 +0000 (16:38 -0700)
commitb4c83de0b32d35a814dd3fe93dba401f5ac34ec3
tree79116002dcced950b6ed1b69d7bf0b645d21e8c2
parent2e85c354b0e31ec9d3f53d8182321a0acf0c546f
Add print job settings screen.

Added a list of active print jobs to the main print settings
screen. Selecting a print job from there leads to a print job
settings screen with more information about the print job and
actions to change the prit job state such as cancel and restart.

bug:10935736

Change-Id: Idd6826a998309941c3d8478dafe4b039c8ca4f45

Conflicts:
res/values/donottranslate.xml
13 files changed:
res/drawable-hdpi/ic_grayedout_printer.png [new file with mode: 0644]
res/drawable-mdpi/ic_grayedout_printer.png [new file with mode: 0644]
res/drawable-xhdpi/ic_grayedout_printer.png [new file with mode: 0644]
res/layout/empty_print_state.xml [new file with mode: 0644]
res/layout/empty_printers_list_service_enabled.xml [new file with mode: 0644]
res/layout/print_job_summary.xml [new file with mode: 0644]
res/values/donottranslate.xml
res/values/strings.xml
res/xml/print_job_settings.xml [new file with mode: 0644]
res/xml/print_settings.xml
src/com/android/settings/print/PrintJobSettingsFragment.java [new file with mode: 0644]
src/com/android/settings/print/PrintServiceSettingsFragment.java
src/com/android/settings/print/PrintSettingsFragment.java