为了账号安全,请及时绑定邮箱和手机立即绑定

启动按钮的位置

如何这个转盘不是在布局的正中间 怎么设置按钮的位置内

正在回答

2 回答

 android:layout_centerInParent="true"

0 回复 有任何疑惑可以回复我~

    <com.example.lottery.SurfaceTemplate
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:id="@+id/template"
        android:padding="30dip"
        android:layout_centerInParent="true"
         />
    <ImageButton
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:id="@+id/play"
        android:src="@drawable/start"
        android:layout_centerInParent="true"
        />

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android实现抽奖转盘
  • 参与学习       27575    人
  • 解答问题       72    个

使用SurfaceView来实现抽奖转盘,剖析抽奖转盘背后的概率机制

进入课程

启动按钮的位置

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信