|
@@ -23,7 +23,7 @@ public class MainActivity extends BaseActivity {
|
|
|
protected void onCreate(Bundle savedInstanceState) {
|
|
|
super.onCreate(savedInstanceState);
|
|
|
//setContentView(R.layout.activity_main);
|
|
|
-
|
|
|
+ //
|
|
|
tv_hello = findViewById(R.id.tv_hello);
|
|
|
btn_ok = findViewById(R.id.btn_ok);
|
|
|
btn_ok.setOnClickListener(new View.OnClickListener() {
|