例如:我有android:id/summary
,android:id/title
但我不知道它们存储在哪里(我需要更多的 id)。我需要它们在这样的布局中使用:
<TextView android:id="@+android:id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="40px"/>
我需要系统资源的 ID(不是创建我自己的)。