Skip to content

Commit

Permalink
hzuapps#1 hzuapps#171 创建新项目
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglide committed Apr 13, 2016
1 parent a7ee3cd commit 76db5ac
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.example.chensongkui.shejiao;

import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;

public class MainActivity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}
}

0 comments on commit 76db5ac

Please sign in to comment.