可能重复:
“@+android:id/title”是什么意思?
例如:我有android:id/summary和android:id/title
但我不知道它们存放在哪里(我需要更多的ids)。我需要它们在布局上像这样:
代码语言:javascript运行复制 android:layout_width="wrap_content" android:layout_height="wrap_content" android:textSize="40px"/>我需要系统资源的ID(而不是创建我自己的)。