| | |
| | | |
| | | import com.hdl.photovoltaic.R; |
| | | import com.hdl.photovoltaic.utils.LocalManageUtil; |
| | | import com.jaeger.library.StatusBarUtil; |
| | | |
| | | import java.util.Locale; |
| | | |
| | |
| | | super.onCreate(savedInstanceState); |
| | | |
| | | |
| | | } |
| | | |
| | | // 将StatusBar设置为透明 |
| | | public void setStatusBarTranslucent() { |
| | | StatusBarUtil.setTranslucentForImageViewInFragment(this, 0, null); |
| | | StatusBarUtil.setLightMode(this); |
| | | } |
| | | |
| | | /** |
| | |
| | | break; |
| | | } |
| | | case white: { |
| | | getWindow().setStatusBarColor(getColor(R.color.text_FFFFFFFF)); |
| | | // getWindow().setStatusBarColor(getColor(R.color.text_FFFFFFFF)); |
| | | getWindow().setStatusBarColor(getColor(R.color.text_FFECECEC)); |
| | | break; |
| | | } |
| | | } |