Android Studio 主题设置

版权声明: https://blog.csdn.net/ZHENZHEN9310/article/details/86476839

1、logcat设置:

file - settings - 输入android logcat,然后设置不同log等级的foreground,为对应的颜色值即可

  • verbose: #BBB
  • debug:#33B5E5
  • info:#9C0
  • assert:#A6C
  • error:#F44
  • warning:#FB3

2、Material Theme UI

file - settings - plugins - Browse Repositories - material Theme UI 安装重启即可

3、设置自定义类注释

file - settings - File and Code Templates - Includes - FileHeader - 设置自己的样式即可

/**
 * Created by zhen on ${DATE}
 */

猜你喜欢

转载自blog.csdn.net/ZHENZHEN9310/article/details/86476839