藍天工作室 語法: http://itzone.hk/article/article.php?aid=200406262309034162
宅學習 : http://sls.weco.net/node/10554
XML 文件中,註解方式
<!-- 註解的文字與標記 -->
< 元素 屬性= "屬性值">
元素內容
</元素>
空元素
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
在intent-filter 中,可以清楚看到 action 跟 category 兩個本身就是空元素在標籤內只放 屬性跟屬性值,沒有放內容。
沒有留言:
張貼留言