From dd758a7964b0b3efb95dd8c0bdb9d90aebded71b Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Wed, 30 Jan 2013 02:41:02 +0530 Subject: [PATCH] Show count of uploads being queued up --- commons/res/layout/layout_upload_progress.xml | 25 +++++++++++++++-- commons/res/values-v14/styles.xml | 4 ++- commons/res/values/strings.xml | 1 + commons/res/values/styles.xml | 2 ++ .../org/wikimedia/commons/UploadService.java | 28 ++++++++++++++++--- 5 files changed, 52 insertions(+), 8 deletions(-) diff --git a/commons/res/layout/layout_upload_progress.xml b/commons/res/layout/layout_upload_progress.xml index 239571b92..73510b593 100644 --- a/commons/res/layout/layout_upload_progress.xml +++ b/commons/res/layout/layout_upload_progress.xml @@ -29,15 +29,34 @@ android:focusableInTouchMode="true" android:ellipsize="marquee"/> - + + android:layout_weight="1" + style="@style/NotificationProgress" > + + + \ No newline at end of file diff --git a/commons/res/values-v14/styles.xml b/commons/res/values-v14/styles.xml index 1c089a788..d34c32769 100644 --- a/commons/res/values-v14/styles.xml +++ b/commons/res/values-v14/styles.xml @@ -1,5 +1,7 @@ - +