summaryrefslogtreecommitdiffstats
path: root/current/support/design/res/values/attrs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'current/support/design/res/values/attrs.xml')
-rw-r--r--current/support/design/res/values/attrs.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/current/support/design/res/values/attrs.xml b/current/support/design/res/values/attrs.xml
index a89d330..e4c1bf0 100644
--- a/current/support/design/res/values/attrs.xml
+++ b/current/support/design/res/values/attrs.xml
@@ -23,7 +23,7 @@
<attr name="backgroundTintMode"/>
<!-- Ripple color for the FAB. -->
- <attr name="rippleColor" format="color|reference"/>
+ <attr name="rippleColor" format="color"/>
<!-- Size for the FAB. -->
<attr name="fabSize">
<enum name="normal" value="0"/>
@@ -32,7 +32,9 @@
<!-- Elevation value for the FAB -->
<attr name="elevation"/>
<!-- TranslationZ value for the FAB when pressed-->
- <attr name="pressedTranslationZ" format="dimension|reference"/>
+ <attr name="pressedTranslationZ" format="dimension"/>
+ <!-- The width of the border around the FAB. -->
+ <attr name="borderWidth" format="dimension"/>
</declare-styleable>
<declare-styleable name="ScrimInsetsFrameLayout">