summaryrefslogtreecommitdiff
path: root/library/gingerbread/res/values
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-03-21 22:25:01 +0000
committerMaurice Lam <yukl@google.com>2018-03-21 22:25:37 +0000
commitfe2343b05e8f91c364dcb9f8d2596e3a469a142e (patch)
treefe3d3541a2bdcb7b1983600dc7595ffc2628e95f /library/gingerbread/res/values
parentb5a2d11440eab84ef1ae1f44fb29b0690038c8e5 (diff)
downloadsetupwizard-fe2343b05e8f91c364dcb9f8d2596e3a469a142e.tar.gz
Revert "Update fourcolor progress bar"
This reverts commit b5a2d11440eab84ef1ae1f44fb29b0690038c8e5. Reason for revert: UX likes the old blue progress bar better Bug: 63074068 Change-Id: Ide8c1117e4d4aae3016046641a1ff9880dec0f81
Diffstat (limited to 'library/gingerbread/res/values')
-rw-r--r--library/gingerbread/res/values/styles.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/gingerbread/res/values/styles.xml b/library/gingerbread/res/values/styles.xml
index 130925d..241f037 100644
--- a/library/gingerbread/res/values/styles.xml
+++ b/library/gingerbread/res/values/styles.xml
@@ -277,7 +277,6 @@
<style name="SuwBase.ProgressBarLarge" parent="@android:style/Widget.ProgressBar.Large" />
<style name="SuwFourColorIndeterminateProgressBar" parent="SuwBase.ProgressBarLarge">
- <item name="android:padding">@dimen/suw_glif_fourcolor_progress_bar_padding</item>
<item name="android:layout_gravity">center</item>
<item name="android:indeterminate">true</item>
</style>