|
|
@@ -5,6 +5,8 @@ import androidx.appcompat.app.AppCompatActivity; |
|
|
|
import android.graphics.drawable.Drawable; |
|
|
|
import android.os.Bundle; |
|
|
|
import android.view.View; |
|
|
|
import android.view.Window; |
|
|
|
import android.view.WindowManager; |
|
|
|
import android.widget.ArrayAdapter; |
|
|
|
import android.widget.Button; |
|
|
|
import android.widget.CompoundButton; |
|
|
@@ -67,6 +69,8 @@ public class dzcjy_activity extends AppCompatActivity implements View.OnClickLis |
|
|
|
//region 私有函数 |
|
|
|
@Override |
|
|
|
protected void onCreate(Bundle savedInstanceState) { |
|
|
|
this.requestWindowFeature(Window.FEATURE_NO_TITLE); |
|
|
|
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN); |
|
|
|
super.onCreate(savedInstanceState); |
|
|
|
setContentView(R.layout.activity_dzcjy); |
|
|
|
Init(); |
|
|
|