summaryrefslogtreecommitdiffstats
path: root/res/layout/empty_printers_list_service_enabled.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-07-28 19:32:13 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-07-28 19:32:13 -0700
commit58063037f2b23f33c29d60c6acc297525e3f6e3c (patch)
tree205994449b16f0be0816ca7b3bcfcdb98e1b13f3 /res/layout/empty_printers_list_service_enabled.xml
parent402c4515dbe03ac56425569812e970d86095e3da (diff)
downloadpackages_apps_Settings-58063037f2b23f33c29d60c6acc297525e3f6e3c.zip
packages_apps_Settings-58063037f2b23f33c29d60c6acc297525e3f6e3c.tar.gz
packages_apps_Settings-58063037f2b23f33c29d60c6acc297525e3f6e3c.tar.bz2
Fix bug #16382239 "Searching for Printers" progress bar is not Material / Quantum
- remove this hard coded theme Change-Id: I003dc2e1d173a3555fab940874ca5ceee0b058d7
Diffstat (limited to 'res/layout/empty_printers_list_service_enabled.xml')
-rw-r--r--res/layout/empty_printers_list_service_enabled.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/empty_printers_list_service_enabled.xml b/res/layout/empty_printers_list_service_enabled.xml
index 78c8b43..6928b36 100644
--- a/res/layout/empty_printers_list_service_enabled.xml
+++ b/res/layout/empty_printers_list_service_enabled.xml
@@ -47,7 +47,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:indeterminate="true"
- style="@android:style/Widget.Holo.ProgressBar.Horizontal">
+ style="?android:attr/progressBarStyleHorizontal">
</ProgressBar>
</LinearLayout>