Android 设置样式来完善应用程序
看看 iOS,按钮自动具有蓝色光泽状态,弹出窗口自动具有光滑边框,您可以自动单击弹出窗口外部以使它们消失,
从 Android 的角度来看,这些东西看起来好像所有东西都附加了某些属性。
那么对于 Android 来说,是否有任何主题包(用于自定义对话框的一系列 xml 布局、用于视图元素的带有点击状态的可绘制对象)旨在完善应用程序?
我不是在寻找像 iOS 这样的东西,我正在寻找可以完善应用程序的东西,例如深思熟虑的点击状态、风格化边框等。
澄清:对于 iOS,存在创建图标包和预先配置的点击状态的社区iOS,面向 iOS 开发人员和设计人员。其中很多东西都很容易移植到 Android,但我想知道是否存在针对 Android 的社区,他们在其中发布这些东西,并且已经配置的 XML 文件等
让我感到惊讶!洞察力赞赏
looking at iOS, buttons automatically have tap blue glossy states, popups automatically have sleak borders, you can automatically click outside of popups to make them go away, and more
from an android perspective, these things look like everything has certain attributes attached to them.
so for android, are there any theme packages (series of xml layouts for custom dialogs, drawables with tap states for view elements) that are designed to polish apps?
I'm not looking for things like iOS, I am looking for things that polish an app, such as well thought out tap states, stylized borders etc.
clarification: for iOS, there exists communities that create packs of icons and tap states preconfigured for iOS and targeted to developers and designers for iOS. A lot of these things are easily ported to Android, but I am wondering if a community exists targeted toward android where they release these things, and already configured XML files etc
surprise me! insight appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果找不到任何预制主题,您可以轻松定义自己的主题: http://developer.android.com/guide/topics/ui/themes.html
You can easily define your own theme's if you can't find any pre-made ones: http://developer.android.com/guide/topics/ui/themes.html