version:5.1
fix: update:更改天气闹钟等为竖屏
This commit is contained in:
@@ -113,6 +113,16 @@ public class ControlActivity extends BaseActivity {
|
||||
return R.layout.activity_control;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean setNightMode() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean setfitWindow() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void initView() {
|
||||
ButterKnife.bind(this);
|
||||
|
||||
Reference in New Issue
Block a user