如何在android中实现imagebrush的大小
我是安卓开发新手。我已经开始实施与油漆相关的应用程序。我希望用户选择显示在栏上的画笔大小。我的意思是,按“+”按钮时,它应该增加画笔大小并在栏上稍微移动,反之亦然,按“-”按钮时。有没有可以像 iPhone 中那样使用的 API(我听说过 spinner API)?我在网上没有找到任何这样的API。
非常感谢任何帮助。
提前致谢。
-普拉蒂玛
I am new to android development. I have started implementing paint related app. In that i wanted the user to select the brush size which is shown on a bar. I mean on pressing '+' button it should increase the brush size and move slightly on the bar and vice versa on pressing '-' button. Is there any API which I can use like the one in iPhone(I heard about spinner API)? I have not found any such API on the net.
Any help is greatly appreciated.
Thanks in advance.
-Pratima
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SeekBar 怎么样?
例如
What's about SeekBar?
For example