这是一个抽奖转盘项目地址:https://github.com/yanglichuan/android-lotterywheel 在布局中对应用: com.ylc.lotterywheel.MyLotteryWheel android:id="@ id/lotterywheel" android:layout_width="300dp" android:layout_height="300dp" android:layout_centerInParent="true"在代码中对使用: //控件的使用 lotterywheel = (MyLotteryWheel) this.findViewBy