summaryrefslogtreecommitdiff
path: root/library/gingerbread
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2017-12-14 16:22:40 -0800
committerMaurice Lam <yukl@google.com>2017-12-14 16:24:56 -0800
commit2cb1021b95ed1d74aa0357db93f3f8155698a4af (patch)
tree792c40e50d519da71ea16298d747e2c4178cd276 /library/gingerbread
parent462823c777bad4404ec02c80124dc51926e75e29 (diff)
downloadsetupwizard-2cb1021b95ed1d74aa0357db93f3f8155698a4af.tar.gz
Rename GM progress bar to FourColor
Test: Existing tests pass Bug: 63074068 Change-Id: Ib0ab34b556934de71920862fbd1d4b194f3db8a8
Diffstat (limited to 'library/gingerbread')
-rw-r--r--library/gingerbread/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/gingerbread/res/values/styles.xml b/library/gingerbread/res/values/styles.xml
index 1653938..ff8a685 100644
--- a/library/gingerbread/res/values/styles.xml
+++ b/library/gingerbread/res/values/styles.xml
@@ -248,7 +248,7 @@
<style name="SuwBase.ProgressBarLarge" parent="@android:style/Widget.ProgressBar.Large" />
- <style name="SuwGmIndeterminateProgressBar" parent="SuwBase.ProgressBarLarge">
+ <style name="SuwFourColorIndeterminateProgressBar" parent="SuwBase.ProgressBarLarge">
<item name="android:layout_gravity">center</item>
<item name="android:indeterminate">true</item>
</style>