android状态栏
huangbryant
这个作者很懒,什么都没留下…
展开
-
Android 7.0调用系统相机返回路径问题
public void startCheckPic() { int api = SystemUtils.getSystemInfo(); if (api > 23) { Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE, null); filePath翻译 2017-07-07 12:47:41 · 1448 阅读 · 0 评论 -
Android实现透明状态栏方法以及改变状态栏文字颜色
protected void setStatusBar() { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {//5.0及以上 View decorView = getWindow().getDecorView(); int option = View.SYSTE翻译 2017-07-07 11:05:57 · 1571 阅读 · 0 评论