summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/Android.mk
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2014-06-14 22:29:00 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2014-07-09 18:43:38 +0000
commit525a66b2bb5abf844aff2109bdc9ed819566bece (patch)
treef1823f5ce8a6d26f538094bc6f99f23724e64d2f /packages/PrintSpooler/Android.mk
parentd8da5c8ff5535fffce0c11d017d64efbda05def6 (diff)
downloadframeworks_base-525a66b2bb5abf844aff2109bdc9ed819566bece.zip
frameworks_base-525a66b2bb5abf844aff2109bdc9ed819566bece.tar.gz
frameworks_base-525a66b2bb5abf844aff2109bdc9ed819566bece.tar.bz2
Adding print preview.
This change adds the pring preview part of the new print UX. The UI has two parts, the top section is the print options and the bottom section print preview with a list of pages. The user can interact only with one of them. When print options are expanded they cover the preview content and a scrim is laid out on top of the preview. Tapping the scrim collapses the print options. When the user types in page ranges and closes the options to look at the preview, the latter is updated to show only these pages. In the list of pages the user can further prune pages by deselecting them. Change-Id: I0b23d2c598afe2a34400ccfa43e4e935af83c72f
Diffstat (limited to 'packages/PrintSpooler/Android.mk')
-rw-r--r--packages/PrintSpooler/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/PrintSpooler/Android.mk b/packages/PrintSpooler/Android.mk
index 96592b4..a3a1f8c 100644
--- a/packages/PrintSpooler/Android.mk
+++ b/packages/PrintSpooler/Android.mk
@@ -24,6 +24,6 @@ LOCAL_PACKAGE_NAME := PrintSpooler
LOCAL_JAVA_LIBRARIES := framework-base
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4
+LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 android-support-v7-recyclerview
include $(BUILD_PACKAGE)