| | |
| | | import android.support.annotation.NonNull; |
| | | import android.support.v7.app.AppCompatActivity; |
| | | import android.view.View; |
| | | import android.view.Window; |
| | | import android.view.WindowManager; |
| | | |
| | | import org.xutils.x; |
| | | |
| | |
| | | @Override |
| | | public void onCreate(Bundle savedInstanceState) { |
| | | super.onCreate(savedInstanceState); |
| | | // requestWindowFeature(Window.FEATURE_NO_TITLE); |
| | | // getWindow().setFlags( |
| | | // WindowManager.LayoutParams.FLAG_FULLSCREEN, |
| | | // WindowManager.LayoutParams.FLAG_FULLSCREEN); |
| | | x.view().inject(this); |
| | | //设置布局内容 |
| | | setContentView(getLayoutId()); |