Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1673 from alllovetaken/master
Browse files Browse the repository at this point in the history
#7 #54 第七次实验
  • Loading branch information
zengsn authored Jan 12, 2021
2 parents baf0836 + f5136fa commit 0dbfc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion students/net1814080903316/CourseActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected void onCreate(Bundle savedInstanceState) {
Intent intent=getIntent();
week=intent.getStringExtra("week");
EditText editText=(EditText)findViewById(R.id.Week);
editText.setText(week);/* */
editText.setText(week);

}

Expand Down
3 changes: 3 additions & 0 deletions students/net1814080903316/ImformationActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public class ImformationActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_imformation);

String []texts=getImformation();
changeEditText(texts);
}

public void change(View view){
Expand Down

0 comments on commit 0dbfc00

Please sign in to comment.