Android 视图方向常量
我已将方向属性添加到自定义视图中,并且我想将其值与预定义的 常量,但不能是简单的数字(如果值会改变怎么办)。 R.attrs.orientation 是其他值。我可以在哪里“获取”这个值?
I've added orientation attribute to my custom view, and i want to compare it's value with predefined constants, but not with simple numbers (what if values will be changed). R.attrs.orientation is other value. Where i can "take" this values?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以在这里找到它:配置
you can find it here: Config
目前尚不清楚你的问题是什么,但不用担心常数的变化。只要您使用常量而不是其值,如果他们改变了。
Its not clear what your question is, but don't worry about the constants changing. As long as you use the constant and not its value you'll be fine if they change.