@string & @ + id是什麼意思?@string&@ + id是什麼意思?
爲什麼我們不能在下面使用String(「False」)而不是false_button?
<Button
android:id="@+id/false_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/false_button" />
謝謝。
舊的回答: http://stackoverflow.com/questions/5025910/difference-between-id-and-id-in-android – Superlandero
http://developer.android.com/guide/topics/resources /accessing-resources.html – ILovemyPoncho