启动按钮的位置
如何这个转盘不是在布局的正中间 怎么设置按钮的位置内
如何这个转盘不是在布局的正中间 怎么设置按钮的位置内
2015-07-28
<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"
/>
举报