From c404cacd3a480776dd625fb300810ffccc5f51b0 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Wed, 27 Aug 2014 18:37:16 -0700 Subject: Print UI polish. 1. Fixed an issue where input focus is given to the copies edit text every other time we expand the options UI. We want focus there only if the user touches the control. bug:16966145 2. Fixed the all printers list view to have item dividers reaching the left and right ends of the list view. bug:17288761 3. Fixed an issue where the user can deselect all pages which is not only an invalid state but also causes a crash. bug:17286198 4. Tweaked the minimal size of the preview in landscape on phone to better accomodate the page. bug:17288904 5. Fixed a regression introduced by a change from the UI folks. Change-Id: Ida7dad7eea413295a840028060810b2619c616e8 --- packages/PrintSpooler/res/layout/print_activity_controls.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'packages/PrintSpooler/res/layout/print_activity_controls.xml') diff --git a/packages/PrintSpooler/res/layout/print_activity_controls.xml b/packages/PrintSpooler/res/layout/print_activity_controls.xml index 0629481..c2a0da9 100644 --- a/packages/PrintSpooler/res/layout/print_activity_controls.xml +++ b/packages/PrintSpooler/res/layout/print_activity_controls.xml @@ -55,8 +55,7 @@ android:text="@string/label_copies"> - - + @@ -198,8 +197,7 @@ android:visibility="visible"> - - + -- cgit v1.1