summaryrefslogtreecommitdiff
path: root/library/main/res/values-v21/styles.xml
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2019-07-01 20:59:51 +0000
committerXin Li <delphij@google.com>2019-07-01 20:59:51 +0000
commitaa06a98b9387bf7cda7948de3f3949e82c151856 (patch)
treed4d0f1ccfa3d6b82ef0a0be0a353328a3001714d /library/main/res/values-v21/styles.xml
parentf26a9e8e2e422b20c721e199961f11bc82dd250a (diff)
parent93dacd74efc365bc889773a7cca03adad1ded25d (diff)
downloadsetupwizard-aa06a98b9387bf7cda7948de3f3949e82c151856.tar.gz
DO NOT MERGE - Merge qt-dev-plus-aosp-without-vendor (5699924) into stage-aosp-mastertemp_140451723
Bug: 134405016 Change-Id: I5e74b54945db4e896b45312ec51d2a4facc01c55
Diffstat (limited to 'library/main/res/values-v21/styles.xml')
-rw-r--r--library/main/res/values-v21/styles.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/library/main/res/values-v21/styles.xml b/library/main/res/values-v21/styles.xml
index d2c27f6..fe71289 100644
--- a/library/main/res/values-v21/styles.xml
+++ b/library/main/res/values-v21/styles.xml
@@ -38,10 +38,6 @@
<!-- Button styles -->
- <style name="SuwGlifButton.Tertiary" parent="SuwGlifButton.BaseTertiary">
- <item name="android:fontFamily">sans-serif-medium</item>
- </style>
-
<style name="SuwBase.ProgressBarLarge" parent="@android:style/Widget.Material.ProgressBar.Large" />
<style name="SuwFourColorIndeterminateProgressBar" parent="SuwBase.ProgressBarLarge">
@@ -50,6 +46,8 @@
<item name="android:indeterminateDrawable">@drawable/suw_fourcolor_progress_bar</item>
<item name="android:indeterminateTint">@null</item>
<item name="android:indeterminateTintMode">@null</item>
+ <item name="android:paddingStart">@dimen/suw_glif_progress_bar_padding</item>
+ <item name="android:paddingEnd">@dimen/suw_glif_progress_bar_padding</item>
</style>
<!-- Items styles -->