Tekkaman

导航

 

2017年1月8日

摘要: 【Layouts】 Each layout file must contain exactly one root element, which must be a View or ViewGroup object. After you've declared your layout in XML, 阅读全文
posted @ 2017-01-08 22:41 Tekkaman 阅读(350) 评论(0) 推荐(0) 编辑
 
摘要: 【Styles and Themes】 A 样式 is a collection of properties that specify the look and format for a View or window. A style can specify properties such as h 阅读全文
posted @ 2017-01-08 18:50 Tekkaman 阅读(246) 评论(0) 推荐(0) 编辑
 
摘要: 【Android Studio】 1、Ctrl+N:打开class Shift+Ctrl+N:打开file 2、通过Alt+F7,寻找class、method、variable引用 3、Ctrl+Q:快速查看class、method的文档 4、Ctrl+B:跳转到定义。或者 Ctrl+鼠标。 5、C 阅读全文
posted @ 2017-01-08 14:04 Tekkaman 阅读(236) 评论(0) 推荐(0) 编辑