Pārlūkot izejas kodu

Fixed Shadow gets cut off on FAB

Kevin Hernandez 9 gadi atpakaļ
vecāks
revīzija
746a0bb1ca

+ 1 - 0
example/src/main/res/layout/fragment_circle_menu.xml

@@ -3,6 +3,7 @@
     xmlns:fab="http://schemas.android.com/apk/res-auto"
     android:orientation="vertical" android:layout_width="match_parent"
     android:layout_height="match_parent"
+    android:clipChildren="false"
     android:background="@android:color/white">
 
     <com.novaapps.floatingactionmenu.FloatingActionMenu

+ 1 - 0
example/src/main/res/layout/fragment_line_menu.xml

@@ -3,6 +3,7 @@
     android:orientation="vertical" android:layout_width="match_parent"
     xmlns:fab="http://schemas.android.com/apk/res-auto"
     android:layout_height="match_parent"
+    android:clipChildren="false"
     android:background="@android:color/holo_green_light">
 
     <com.novaapps.floatingactionmenu.FloatingActionMenu