summaryrefslogtreecommitdiff
path: root/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorSetup Wizard Team <android-setup-team-eng@google.com>2021-05-04 08:22:45 +0800
committerCn Chen <cnchen@google.com>2021-05-04 04:17:46 +0000
commite530e8b9c6d953bf281696a83dca37b03d212e8e (patch)
treee56ced367ca8fcbbc980a76241bb706201b680cf /main/res/values/attrs.xml
parentff3cc9f2135c480fd66908bbe51c91ac8deb4645 (diff)
downloadsetupdesign-e530e8b9c6d953bf281696a83dca37b03d212e8e.tar.gz
Import updated Android Setupdesign Library 371812065
Copied from google3/third_party/java_src/android_libs/setupdesign Test: mm Bug: 182870319 Bug: 185557130 Included changes: - 371812065 Add replace rule to remove comment - 371731255 Rollback the new layout of layout-v31 due to footer bar m... - 371667272 Add API for ChimeraActivity - 371663930 [GlifLoadingLayout] make the content area keep fixed size... - 371648106 [GlifLoadingLayout] Add padding partner resources for con... - 371647490 [Transition][fallback] adds animation resources files for... - 371626793 [GlifLoadingLayout] Adds comment for functions and fixes ... - 371102383 [ColorExtraction] Adds fix colors for color extraction. - 371080909 [GlifLoadingLayout] Adds padding value for waiting screen... - 371036943 Create theme for support full dynamic color - 370881231 [GlifLoadingLayout] adjust the layout to follow spec to m... - 370868945 It's hard to know the fail reason of trySetDynamicColor PiperOrigin-RevId: 371812065 Change-Id: Ib9108999c9e53b4b8a9b21653bfe16788a6e3e22
Diffstat (limited to 'main/res/values/attrs.xml')
-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 bd2902c..c946912 100644
--- a/main/res/values/attrs.xml
+++ b/main/res/values/attrs.xml
@@ -251,4 +251,12 @@
<attr name="sudUseBottomProgressBar" format="boolean" />
</declare-styleable>
+ <declare-styleable name="SudGlifLoadingFramePadding">
+ <attr name="sudLoadingContentFramePaddingTop" format="dimension|reference" />
+ <attr name="sudLoadingContentFramePaddingStart" format="dimension|reference" />
+ <attr name="sudLoadingContentFramePaddingEnd" format="dimension|reference" />
+ <attr name="sudLoadingContentFramePaddingBottom" format="dimension|reference" />
+ </declare-styleable>
+
+ <attr name="sudLoadingHeaderHeight" format="dimension|reference" />
</resources>