如何创建“信息丰富”的文档偏爱
我创建了一个 PreferenceActivity。 有些偏好纯粹是提供信息。我希望它们有点灰显,这样很明显,点击它们不应该执行任何操作。
我该怎么做?
I have created a PreferenceActivity.
Some of the preferences are pure informative. I want them to be a bit grayed out so it will be clear that clicking on them should not do anything.
How do i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试将其启用属性设置为 false
You could try to set its enabled attribute to false