summaryrefslogtreecommitdiffstats
path: root/current/support/design/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'current/support/design/res/values/styles.xml')
-rw-r--r--current/support/design/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/current/support/design/res/values/styles.xml b/current/support/design/res/values/styles.xml
index e083f04..23e324f 100644
--- a/current/support/design/res/values/styles.xml
+++ b/current/support/design/res/values/styles.xml
@@ -19,11 +19,11 @@
<style name="Widget.Design.FloatingActionButton" parent="android:Widget">
<item name="android:background">@drawable/fab_background</item>
<item name="backgroundTint">?attr/colorAccent</item>
-
<item name="fabSize">normal</item>
<item name="elevation">@dimen/fab_elevation</item>
<item name="pressedTranslationZ">@dimen/fab_translation_z_pressed</item>
<item name="rippleColor">?attr/colorControlHighlight</item>
+ <item name="borderWidth">@dimen/fab_border_width</item>
</style>
<style name="Widget.Design.ScrimInsetsFrameLayout" parent="">