From c8b7b9f45e0f51138101c509b6d176d35bbf2c78 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Tue, 16 Mar 2010 16:01:29 -0400 Subject: Add progress indicator to USB mass storage screen. When the user taps on the enable button, it's hidden and replaced with an indeterminate ProgressBar; this is in turn hidden and replaced with the disable button in response to broadcasts from the MountService. (Disabling UMS is analogous.) (Requires change Ic53cb370, which moves MountService's operations out of the UI thread.) Bug: 2483340 Change-Id: Ia25d99cd9709ee5a05316e8f05f66ca9da20aa25 --- core/res/res/layout-land/usb_storage_activity.xml | 13 ++++++++++--- core/res/res/layout/usb_storage_activity.xml | 11 +++++++++-- 2 files changed, 19 insertions(+), 5 deletions(-) (limited to 'core/res') diff --git a/core/res/res/layout-land/usb_storage_activity.xml b/core/res/res/layout-land/usb_storage_activity.xml index d714479..50ca569 100644 --- a/core/res/res/layout-land/usb_storage_activity.xml +++ b/core/res/res/layout-land/usb_storage_activity.xml @@ -24,7 +24,7 @@