summaryrefslogtreecommitdiff
path: root/main/res
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2020-11-26 11:55:38 +0800
committerPasty Chang <pastychang@google.com>2020-11-30 02:52:27 +0000
commite242cd2eafda90478b72dd6894898a612830c5dd (patch)
treeb899b39431bbe35e3e56657c4fe1bf6134da2f36 /main/res
parent2084d92b1b424a275c673ce8ae830d5fbaa44449 (diff)
downloadsetupcompat-e242cd2eafda90478b72dd6894898a612830c5dd.tar.gz
Import updated Android SetupCompat Library 344353742
Copied from google3/third_party/java_src/android_libs/setupcompat Test: mm Included changes: - 344353742 Extract subtitle margin top & bottom - 343455224 [SetupCompact] export API to get BC stencil configs suppo... - 343202016 [Portal] New API for query is progress service already re... - 343190222 Extract Header margin top & bottom PiperOrigin-RevId: 344353742 Change-Id: I6e0ab3c974ceb7183db37048aae6b9f874b82225
Diffstat (limited to 'main/res')
-rw-r--r--main/res/values/attrs.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/res/values/attrs.xml b/main/res/values/attrs.xml
index 65e3f76..147e0d8 100644
--- a/main/res/values/attrs.xml
+++ b/main/res/values/attrs.xml
@@ -99,6 +99,14 @@
<attr name="sucHeaderText" format="string" localization="suggested" />
<attr name="sucHeaderTextColor" format="reference|color" />
<attr name="sucGlifIconMarginTop" format="dimension" />
+ <attr name="sucGlifHeaderMarginTop" format="dimension" />
+ <attr name="sucGlifHeaderMarginBottom" format="dimension" />
</declare-styleable>
+ <declare-styleable name="SucSubtitleMixin">
+ <attr name="sucSubtitleText" format="string" localization="suggested" />
+ <attr name="sucSubtitleTextColor" format="reference|color" />
+ <attr name="sucGlifSubtitleMarginTop" format="dimension" />
+ <attr name="sucGlifSubtitleMarginBottom" format="dimension" />
+ </declare-styleable>
</resources>