Fix bug #16382239 "Searching for Printers" progress bar is not Material / Quantum

- remove this hard coded theme

Change-Id: I003dc2e1d173a3555fab940874ca5ceee0b058d7
This commit is contained in:
Fabrice Di Meglio
2014-07-28 19:32:13 -07:00
parent 402c4515db
commit 58063037f2

View File

@@ -47,7 +47,7 @@
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:indeterminate="true" android:indeterminate="true"
style="@android:style/Widget.Holo.ProgressBar.Horizontal"> style="?android:attr/progressBarStyleHorizontal">
</ProgressBar> </ProgressBar>
</LinearLayout> </LinearLayout>