aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/values/attr.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/res/values/attr.xml')
-rw-r--r--core/src/main/res/values/attr.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/src/main/res/values/attr.xml b/core/src/main/res/values/attr.xml
new file mode 100644
index 0000000..f02c219
--- /dev/null
+++ b/core/src/main/res/values/attr.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName">
+ <declare-styleable name="MeasureSpecDelegate">
+ <attr format="float" name="relativeWidth"/>
+ <attr format="float" name="relativeWidthToParent"/>
+ <attr format="float" name="postRelativeWidth"/>
+ <attr format="float" name="relativeHeight"/>
+ <attr format="float" name="relativeHeightToParent"/>
+ <attr format="float" name="postRelativeHeight"/>
+ </declare-styleable>
+</resources>