summaryrefslogtreecommitdiff
path: root/main/res/values/config.xml
diff options
context:
space:
mode:
authorMaurice Lam <yukl@google.com>2019-02-14 22:01:19 +0000
committerMaurice Lam <yukl@google.com>2019-02-14 22:01:19 +0000
commitccfe71e70678ac6aaa287a25a0d4eef15d565691 (patch)
treeb465c9825b2544f9a0bddac8670e97222a3ceb70 /main/res/values/config.xml
parent69a4e71392aff48779e65ce22fa8806695c60f8b (diff)
downloadsetupdesign-ccfe71e70678ac6aaa287a25a0d4eef15d565691.tar.gz
Revert "Import updated Android Setupdesign Library 230837776"
This reverts commit 69a4e71392aff48779e65ce22fa8806695c60f8b. Reason for revert: b/124450605 Change-Id: I49c47c29e434cc01df231b6430677cfbe5a36811
Diffstat (limited to 'main/res/values/config.xml')
-rw-r--r--main/res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/res/values/config.xml b/main/res/values/config.xml
index daa00d3..4847358 100644
--- a/main/res/values/config.xml
+++ b/main/res/values/config.xml
@@ -23,6 +23,10 @@
<!-- Whether to use tablet layout -->
<bool name="sudUseTabletLayout">false</bool>
+ <!-- ID used with setTag(int, Object) to store the original weight of a view inside
+ ButtonBarLayout -->
+ <item name="sud_original_weight" type="id" />
+
<!-- Secondary font for use with headings, title, and other non-body text -->
<string name="sudFontSecondary" translatable="false">google-sans</string>
<string name="sudFontSecondaryMedium" translatable="false">google-sans-medium</string>