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