创建照片以用作我的应用程序中的图像按钮 - 关于尺寸
创建图像以作为 ImageButtons 放置在我的应用程序中时,在宽度方面要遵循的主要规则是什么?我知道每部手机都会使用wrap_content参数相应地调整大小,但是我应该使用的通用宽度是多少?这些是我正在使用的每个布局的基本标题,作为参考。
谢谢!
When creating images to place as ImageButtons in my app, what is the staple rule to go by in terms of width? I know each phone will resize accordingly with a wrap_content parameter, but what is the universal width I should be using? These are basic titles for each layout I am using, as reference.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
取决于您要创建的图标类型(菜单、应用程序启动器等)。图标大小还取决于屏幕密度。
查看图标设计指南。
Depends on what kind of icon you are creating (menu, app launcher, etc..). Icon sizes also depend on screen density.
Check out Icon Design Guidelines.