فهرست منبع

Fixed Shadow gets cut off on FAB

Kevin Hernandez 9 سال پیش
والد
کامیت
746a0bb1ca
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      example/src/main/res/layout/fragment_circle_menu.xml
  2. 1 0
      example/src/main/res/layout/fragment_line_menu.xml

+ 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