Skip to content

Commit

Permalink
hzuapps#1 hzuapps#420 第2次试验
Browse files Browse the repository at this point in the history
  • Loading branch information
BBsan13 committed Oct 12, 2020
1 parent c4a7292 commit 86034f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ protected void onCreate(Bundle savedInstanceState){
myThis=this;
Button alarmButton = findViewById(R.id.AlarmButton),
timerButton=findViewById(R.id.TimerButton),
timeButton = findViewById(R.id.TimeButton),
stopwatchButton=findViewById(R.id.StopWatchButton);
timeButton.setOnClickListener(new View.OnClickListener(){
public void onClick(View view){
Intent timeIntent=new Intent(myThis,TimeActivity.class);
startActivity(timeIntent);
}
});

alarmButton.setOnClickListener(new View.OnClickListener(){
public void onClick(View view){
Intent alarmIntent=new Intent(myThis,AlarmActivity.class);
Expand Down

This file was deleted.

0 comments on commit 86034f7

Please sign in to comment.