个人展示页
This commit is contained in:
@@ -57,7 +57,7 @@ public class MultiImageSelectorActivity extends AppCompatActivity
|
||||
setContentView(R.layout.mis_activity_default);
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
|
||||
getWindow().setStatusBarColor(Color.BLACK);
|
||||
getWindow().setStatusBarColor(Color.WHITE);
|
||||
}
|
||||
Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar);
|
||||
if(toolbar != null){
|
||||
|
||||
Reference in New Issue
Block a user