summaryrefslogtreecommitdiff
path: root/library/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2018-01-11 18:43:23 -0800
committerMaurice Lam <yukl@google.com>2018-01-11 18:49:53 -0800
commit78bc2e0c900935ed00e111a0c4b93b50d883e2b9 (patch)
tree8c384ced17e9138c60dfd5d3ae662fa71cf1fd03 /library/main/res/values/attrs.xml
parentcd62078b7cc0eb272104769e48156e66463a95a2 (diff)
downloadsetupwizard-78bc2e0c900935ed00e111a0c4b93b50d883e2b9.tar.gz
Implement GLIF v3 button style
Buttons are now sentence case and uses Google sans font if available. Test: ./gradlew test Bug: 71759812 Change-Id: Ibb42b58306163f387837600ca52e73065c2b0d9d
Diffstat (limited to 'library/main/res/values/attrs.xml')
-rw-r--r--library/main/res/values/attrs.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml
index 93e4da6..7a7580d 100644
--- a/library/main/res/values/attrs.xml
+++ b/library/main/res/values/attrs.xml
@@ -40,6 +40,8 @@
</attr>
<attr name="suwGlifIconStyle" format="reference" />
+ <attr name="suwButtonAllCaps" format="boolean" />
+ <attr name="suwButtonFontFamily" format="string|reference" />
<attr name="suwCardBackground" format="color|reference" />
<attr name="suwDividerCondition">
<enum name="either" value="0" />