summaryrefslogtreecommitdiff
path: root/main/res/values/config.xml
diff options
context:
space:
mode:
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>