第5次提交 清空贷款
This commit is contained in:
@@ -32,7 +32,7 @@ import com.azhon.basic.view.LoadingDialog;
|
||||
* 创建时间: 2019-03-28 on 10:28
|
||||
* 描述: TODO 不需要ViewModel的页面基类
|
||||
*
|
||||
* @author xuhuixiang
|
||||
* @author
|
||||
*/
|
||||
|
||||
public abstract class BaseNoModelActivity<DB extends ViewDataBinding> extends AppCompatActivity {
|
||||
@@ -64,11 +64,11 @@ public abstract class BaseNoModelActivity<DB extends ViewDataBinding> extends Ap
|
||||
| View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
|
||||
window.addFlags(WindowManager.LayoutParams.FLAG_DRAWS_SYSTEM_BAR_BACKGROUNDS);
|
||||
window.setStatusBarColor(Color.TRANSPARENT);
|
||||
if(this.getApplicationContext().getResources().getConfiguration().uiMode == 0x21){
|
||||
// if(this.getApplicationContext().getResources().getConfiguration().uiMode == 0x21){
|
||||
decor.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE);
|
||||
}else {
|
||||
decor.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
|
||||
}
|
||||
// }else {
|
||||
// decor.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
|
||||
// }
|
||||
}
|
||||
// Paint paint = new Paint();
|
||||
// ColorMatrix matrix = new ColorMatrix();
|
||||
|
||||
Reference in New Issue
Block a user