summaryrefslogtreecommitdiffstats
path: root/packages/PrintSpooler/res/layout/select_printer_activity.xml
diff options
context:
space:
mode:
authorSvetoslav Ganov <svetoslavganov@google.com>2013-10-05 12:58:17 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2013-10-05 12:58:22 -0700
commit264c566a7f7d829de48131ac6d811b3db6f520bc (patch)
treea08dff28fc4fd0add1e53942557c713b374f4c37 /packages/PrintSpooler/res/layout/select_printer_activity.xml
parent0ea7d1e869ad618a7c8c2bbbb7f96729e7d84ed3 (diff)
downloadframeworks_base-264c566a7f7d829de48131ac6d811b3db6f520bc.zip
frameworks_base-264c566a7f7d829de48131ac6d811b3db6f520bc.tar.gz
frameworks_base-264c566a7f7d829de48131ac6d811b3db6f520bc.tar.bz2
Update the empty state for the "all printers activity"
The empty state is now showing searching for printers hint if the user is not searching, otherwise the empty state's hint is a searching for printers message. bug:10983508 Change-Id: I3df79c167546998c8055d9ff85efa8b460a15e48
Diffstat (limited to 'packages/PrintSpooler/res/layout/select_printer_activity.xml')
-rw-r--r--packages/PrintSpooler/res/layout/select_printer_activity.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/PrintSpooler/res/layout/select_printer_activity.xml b/packages/PrintSpooler/res/layout/select_printer_activity.xml
index 2792dcf..6fc77df 100644
--- a/packages/PrintSpooler/res/layout/select_printer_activity.xml
+++ b/packages/PrintSpooler/res/layout/select_printer_activity.xml
@@ -48,6 +48,7 @@
</ImageView>
<TextView
+ android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceLarge"
@@ -56,6 +57,7 @@
</TextView>
<ProgressBar
+ android:id="@+id/progress_bar"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:indeterminate="true"