소스 검색

Made is to circle is not default

Just because most people won't want it as default
Tristan Wiley 10 년 전
부모
커밋
0b4409a123
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/src/main/java/terranovaproductions/newcomicreader/FloatingActionMenu.java

+ 1 - 1
library/src/main/java/terranovaproductions/newcomicreader/FloatingActionMenu.java

@@ -46,7 +46,7 @@ public class FloatingActionMenu extends ViewGroup {
     private boolean animating;
     private boolean mIsSetClosedOnTouchOutside = true;
     private long duration = 300;
-    private boolean isCircle = true;
+    private boolean isCircle = false;
     private int mRadius = 256;
     private float multipleOfFB = 0;
     private int mItemGap = 0;