Android 视图方向常量

发布于 2024-12-14 03:17:27 字数 206 浏览 2 评论 0原文

我已将方向属性添加到自定义视图中,并且我想将其值与预定义的 常量,但不能是简单的数字(如果值会改变怎么办)。 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

耶耶耶 2024-12-21 03:17:27

你可以在这里找到它:配置

you can find it here: Config

白况 2024-12-21 03:17:27

目前尚不清楚你的问题是什么,但不用担心常数的变化。只要您使用常量而不是其值,如果他们改变了。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文