【发布时间】:2012-08-30 04:06:32
【问题描述】:
我想在android 4.1 中实现拖放,因为我想围绕中心点以圆形方式放置我的图标图像视图。 (图像视图可以完美实现拖放,位图有点复杂)
我尝试使用位图和绘画,但它不像我们在 android 4.1 中那样流畅。
Is there any method or way in android 4.1 by which i can place the imageviews in circular manner by giving the radius of the circle and number of sections it will get divide, its like a math question ?
看看这个link的拖放操作。
提前感谢您的帮助。
【问题讨论】:
标签: android android-layout drag-and-drop android-imageview