Merge "Fix bug #16382239 "Searching for Printers" progress bar is not Material / Quantum" into lmp-dev

This commit is contained in:
Fabrice Di Meglio
2014-07-29 17:20:27 +00:00
committed by Android (Google) Code Review

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>