Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
实验4代码与实验3相同,提交游戏界面的截图
  • Loading branch information
hebinhai committed Apr 27, 2016
1 parent bb56595 commit b526ba0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
import android.widget.EditText;
import android.widget.Toast;

public class com1314080901110Activity extends AppCompatActivity {
public class Com1314080901110Activity extends AppCompatActivity {
private Button toPlay;
private Button setDifficulty;
public String level="10";
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_com131408090110);
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_Com131408090110);
// 布置ToPlayGame按钮监听事件
toPlay=(Button)findViewById(R.id.toPlay);
toPlay.setOnClickListener(new View.OnClickListener() {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_com13140809011110.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f0f0f0"
tools:context=".con131408090110Activity">
tools:context=".Com131408090110Activity">
<ImageButton
android:id="@+id/image"
android:layout_marginTop="30dp"
Expand Down

0 comments on commit b526ba0

Please sign in to comment.