[fenix] For https://github.com/mozilla-mobile/fenix/issues/11042 - Make it slightly harder to accidently dismiss the tabs tray

pull/600/head
Jeff Boek 4 years ago
parent 2f786409d5
commit 497d842a06

@ -561,7 +561,8 @@
<item name="shapeAppearance">@style/BottomSheetShapeAppearance</item>
<item name="behavior_fitToContents">false</item>
<item name="behavior_expandedOffset">80</item>
<item name="behavior_skipCollapsed">true</item>
<item name="behavior_skipCollapsed">false</item>
<item name="behavior_halfExpandedRatio">0.4</item>
</style>
<style name="TabTrayFab" parent="Widget.MaterialComponents.ExtendedFloatingActionButton">

Loading…
Cancel
Save