摘要: 方法一:File->project Structure->app,然后选择build tools version 方法二:有时改gradle版本也可以,有时失灵,优先方法一。 阅读全文
posted @ 2018-05-17 20:26 听风就是雨~ 阅读(494) 评论(0) 推荐(0)
摘要: WindowManager.LayoutParams lp = getWindow().getAttributes(); lp.alpha = 0.6f; //值越大越透明,即不暗getWindow().setAttributes(lp); getWindow().addFlags(WindowMa 阅读全文
posted @ 2018-05-17 20:20 听风就是雨~ 阅读(1712) 评论(0) 推荐(0)