摘要: * E - Element (在集合中使用,因为集合中存放的是元素)* K - Key(键)* N - Number(数值类型)* T - Type(Java 类)* V - Value(值)* S,U,V etc. - 2nd, 3rd, 4th types 阅读全文
posted @ 2016-05-19 20:14 williamgufeng 阅读(481) 评论(0) 推荐(0) 编辑
摘要: // 4.4及以上版本开启 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { setTranslucentStatus(true); } SystemBarTintManager tintManager = new SystemBarTintManager... 阅读全文
posted @ 2016-05-19 20:07 williamgufeng 阅读(627) 评论(0) 推荐(0) 编辑