Skip to content

Commit 8ffaf4a

Browse files
committed
默认开启3D效果
1 parent cdac521 commit 8ffaf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wheelview/src/main/java/com/contrarywind/view/WheelView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public enum DividerType { // 分隔线类型
125125
private boolean isAlphaGradient = false; //透明度渐变
126126

127127
//是否开启3D
128-
private boolean isOpen3D = false;
128+
private boolean isOpen3D = true;
129129

130130
public WheelView(Context context) {
131131
this(context, null);

0 commit comments

Comments
 (0)