diff options
author | Svetoslav <svetoslavganov@google.com> | 2013-09-30 17:44:27 -0700 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2013-10-01 15:32:57 -0700 |
commit | 976b4e6312ca7a4cca56211fa5b347b018dd305a (patch) | |
tree | b167d83ef421c10e3e60f939ccb543079a2aac56 /core/res | |
parent | 0bc0f109dfe935a4ede91862d1f556e7f03a8bf2 (diff) | |
download | frameworks_base-976b4e6312ca7a4cca56211fa5b347b018dd305a.zip frameworks_base-976b4e6312ca7a4cca56211fa5b347b018dd305a.tar.gz frameworks_base-976b4e6312ca7a4cca56211fa5b347b018dd305a.tar.bz2 |
Adding an empty state UI for the printer search activity in the spooler.
The user can select all printers from the print dropdown to get to
a search for printers activity where one can filter out the list
of a available printers. We did not have an empty state UI for the
case when the query yields no printers.
bug:11009053
Change-Id: I6b45517b8a7b319992019a1bf65858319a19a0de
Diffstat (limited to 'core/res')
-rw-r--r-- | core/res/res/drawable-hdpi/ic_grayedout_printer.png | bin | 0 -> 3418 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/ic_grayedout_printer.png | bin | 0 -> 3418 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/ic_grayedout_printer.png | bin | 0 -> 3418 bytes | |||
-rw-r--r-- | core/res/res/values/symbols.xml | 1 |
4 files changed, 1 insertions, 0 deletions
diff --git a/core/res/res/drawable-hdpi/ic_grayedout_printer.png b/core/res/res/drawable-hdpi/ic_grayedout_printer.png Binary files differnew file mode 100644 index 0000000..5e54970 --- /dev/null +++ b/core/res/res/drawable-hdpi/ic_grayedout_printer.png diff --git a/core/res/res/drawable-mdpi/ic_grayedout_printer.png b/core/res/res/drawable-mdpi/ic_grayedout_printer.png Binary files differnew file mode 100644 index 0000000..5e54970 --- /dev/null +++ b/core/res/res/drawable-mdpi/ic_grayedout_printer.png diff --git a/core/res/res/drawable-xhdpi/ic_grayedout_printer.png b/core/res/res/drawable-xhdpi/ic_grayedout_printer.png Binary files differnew file mode 100644 index 0000000..5e54970 --- /dev/null +++ b/core/res/res/drawable-xhdpi/ic_grayedout_printer.png diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 7608f99..9d3a985 100644 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -1041,6 +1041,7 @@ <java-symbol type="drawable" name="ic_text_dot" /> <java-symbol type="drawable" name="ic_print" /> <java-symbol type="drawable" name="ic_print_error" /> + <java-symbol type="drawable" name="ic_grayedout_printer" /> <java-symbol type="drawable" name="indicator_code_lock_drag_direction_green_up" /> <java-symbol type="drawable" name="indicator_code_lock_drag_direction_red_up" /> <java-symbol type="drawable" name="indicator_code_lock_point_area_default_holo" /> |