Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phmmm committed Apr 20, 2016
1 parent aae21f3 commit 299e069
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package edu.hzuapps.androidworks.homeworks.com1314080901127;

import android.app.Activity;
import android.os.Bundle;

public class com1314080901127Activity extends Activity {

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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�ö��ַ���Сɫ����ʾ

0 comments on commit 299e069

Please sign in to comment.