字符串hardcode问题
This commit is contained in:
@ -179,11 +179,7 @@ public class ChooseReceiverActivity extends BaseActivity implements View.OnClick
|
||||
|
||||
//修改沉浸栏以及ActionBar 颜色
|
||||
mActionbar.setBackgroundColor(ContextCompat.getColor(getApplicationContext(), R.color.scan_bg));
|
||||
// SystemBarTintManager tintManager = getTintManager(); // TODO: 27/09/17 更改沉浸栏颜色??
|
||||
// if (tintManager != null) {
|
||||
// tintManager.setStatusBarTintResource(R.color.scan_bg);
|
||||
// }
|
||||
//
|
||||
|
||||
init();
|
||||
|
||||
hintTv.setOnClickListener(new View.OnClickListener() {
|
||||
|
||||
Reference in New Issue
Block a user