码迷,mamicode.com
首页 > 移动开发 > 详细

android 注释常用标签

时间:2015-05-07 08:41:53      阅读:140      评论:0      收藏:0      [点我收藏+]

标签:

javadoc:    

{@link ActivityGroup}   链接到包、类;    

{@link #setContentView} 用#链接到类成员;    

@return View The current View with focus or null.    

@see android.view.Window#getCurrentFocus   

  @param intent The new intent that was started for the activity.    

@throws android.content.ActivityNotFoundException

 

html:    

<ul> 定义无序列表;    

<li> 定义列表中的子项;    

<p>  标记一个段落,段落间有空行;    

<ol> 定义有序列表;    

<a href="#Fragments">Fragments</a> 指定链接目标;    

<div>定义块状元素的数据容器;    

<h3> 设置标题,从1到6字体越来越小;  

<em> 强调标签,斜体显示;   

<b>  设置标签内字体为粗体;   

 <pre>预格式化文本容器,保留代码中的文本格式;    

<code>变成等宽字体,代表源代码;    

<i>  设置斜体

android 注释常用标签

标签:

原文地址:http://www.cnblogs.com/yuanchongjie/p/4483801.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!