aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/values/attr.xml
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-01-01 23:22:51 -0500
committerAllan Wang <me@allanwang.ca>2018-01-01 23:22:51 -0500
commit71f5dc2f7ce5b8183421586e6a77be65040a4dff (patch)
treefedd18e271463ce2430637a9913e8470e84181ce /core/src/main/res/values/attr.xml
parentf94d6f9694973c2a323e565794d948002593df0a (diff)
downloadkau-71f5dc2f7ce5b8183421586e6a77be65040a4dff.tar.gz
kau-71f5dc2f7ce5b8183421586e6a77be65040a4dff.tar.bz2
kau-71f5dc2f7ce5b8183421586e6a77be65040a4dff.zip
Format everything and use reified generics
Diffstat (limited to 'core/src/main/res/values/attr.xml')
-rw-r--r--core/src/main/res/values/attr.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/src/main/res/values/attr.xml b/core/src/main/res/values/attr.xml
index f02c219..b100e6d 100644
--- a/core/src/main/res/values/attr.xml
+++ b/core/src/main/res/values/attr.xml
@@ -1,11 +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"/>
+ <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>