소스 검색

Merge pull request #10 from kevinah95/master

Fixed Shadow gets cut off on FAB
Tristan Wiley 9 년 전
부모
커밋
c091c52f63
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