第一步

打开Android studio,然后点击顶部的File -> setting...

 第二步

进入了Android studio 设置界面,接着Editor -> File and Code Templates->includes ->File Header,在编写注释时注意注解的格式 /**      */ 或者 //。

 最后 Apply -> OK,大功告成。

注意:注释可以引用一些变量,下面是工具提供的引用变量

${PACKAGE_NAME}
 
name of the package in which the new file is created
${USER}
 
current user system login name
${DATE}
 
current system date
${TIME}
 
current system time
${YEAR}
 
current year
${MONTH}
 
current month
${MONTH_NAME_SHORT}
 
first 3 letters of the current month name. Example: Jan, Feb, etc.
${MONTH_NAME_FULL}
 
full name of the current month. Example: January, February, etc.
${DAY}
 
current day of the month
${DAY_NAME_SHORT}
 
first 3 letters of the current day name. Example: Mon, Tue, etc.
${DAY_NAME_FULL}
 
full name of the current day. Example: Monday, Tuesday, etc.
${HOUR}
 
current hour
${MINUTE}
 
current minute
${PROJECT_NAME}
 
the name of the current project

更多相关文章

  1. 引入布局
  2. 在Android程序中使用全局变量
  3. 在Android中如何使用全局变量--Application context
  4. Android(安卓)笔记
  5. Android,谁动了我的内存
  6. Android系统启动流程(四)Launcher启动过程与系统启动流程
  7. 安装Android时Could not find D:\Android\a...sdk-windows\to
  8. 下载Android(安卓)SDK tools完成Android(安卓)SDK 安装、配置环
  9. Android编译过程详解

随机推荐

  1. Android官方技术文档翻译—— Eclilpse项
  2. Android:UI更新方法四:在Worker Thread中
  3. android Java代码的启动
  4. 新建android工程 没有R.java文件
  5. Android应用程序显示欢迎画面并开机自启
  6. Android调起高德地图
  7. Android(安卓)Timer的用法示例
  8. 自定义控件--虚线
  9. Android(安卓)代码设置来电铃声
  10. Android(安卓)7.1.2(Android(安卓)N) Act