Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeyLK committed Apr 13, 2016
1 parent 541b1a0 commit 9cb3c1a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.example.lk.a123;

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

public class com1314080901123Activity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main1);
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�����������Ѽ�¼�Ͳ鿴���Ѽ�¼

0 comments on commit 9cb3c1a

Please sign in to comment.