gpt4 book ai didi

android - 如何知道android :id Android expects?是什么

转载 作者:行者123 更新时间:2023-11-29 01:56:37 26 4
gpt4 key购买 nike

在一些安卓类中你可以设置自定义布局。据我所知,这些自定义布局需要特定的 android:id 才能工作。

例如,对于 ListActivity,必须提供带有 @android:id/listListView,这在文档中指定.

其他观点呢?例如,我在查看 API Demos 时遇到了

<CheckBoxPreference
android:key="child_checkbox_preference"
android:dependency="parent_checkbox_preference"
android:layout="?android:attr/preferenceLayoutChild"
android:title="@string/title_child_preference"
android:summary="@string/summary_child_preference" />

有一个为首选项指定的布局。那个layout好像是preference_child.xml,里面有@+android:id/title@+android:id/summary,我假设该 View 将用于提供标题和摘要,但这是否记录在任何地方?

我如何知道我必须使用哪些资源 ID 才能使一切自动正常工作?

最佳答案

AFAIK,除了知道 documentation 之外,没有任何技巧可以找到或打开 android 的 id.xml 并查找引用。

附言您的代码演示了如何使用整个样式中的特定属性(使用“?”),它与 ID 无关

关于android - 如何知道android :id Android expects?是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14801694/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com