OSDN Git Service

Implementing print settings as per UX spec.
authorSvetoslav <svetoslavganov@google.com>
Wed, 4 Sep 2013 04:32:40 +0000 (21:32 -0700)
committerSvetoslav Ganov <svetoslavganov@google.com>
Wed, 4 Sep 2013 21:40:02 +0000 (14:40 -0700)
commit2d531653595344ed7e61c093dca308b9ba7ec185
treefb796b504994278d5b15971f39a11525bc314248
parenta2904f9d5091ef5055d97adf72d32e8c19551c8e
Implementing print settings as per UX spec.

Change-Id: Iafe99a1e959472f893cf168d952d9dd19ff160c0
14 files changed:
res/drawable-hdpi/ic_print.png [new file with mode: 0644]
res/drawable-mdpi/ic_print.png [new file with mode: 0644]
res/drawable-xhdpi/ic_print.png [new file with mode: 0644]
res/menu/print_service_settings.xml [new file with mode: 0644]
res/menu/print_settings.xml [new file with mode: 0644]
res/values/donottranslate.xml
res/values/strings.xml
res/xml/print_settings.xml
res/xml/settings_headers.xml
src/com/android/settings/PrintingSettings.java [deleted file]
src/com/android/settings/Settings.java
src/com/android/settings/print/PrintServiceSettingsFragment.java [new file with mode: 0644]
src/com/android/settings/print/PrintSettingsFragment.java [new file with mode: 0644]
src/com/android/settings/print/SettingsUtils.java [new file with mode: 0644]