Skip to content

Commit

Permalink
Merge pull request #684 from 1019940946/master
Browse files Browse the repository at this point in the history
#1 #88 #89 实验一二三#297
  • Loading branch information
zengsn committed May 11, 2016
2 parents 51bacfc + 68b82b8 commit a07c3cc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package edu.hzuapps.androidworks.homeworks.net1314080903115;

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

public class Net1314080903115 extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_net1314080903115);
}
}
Binary file added app/src/main/res/drawable/net1314080903115.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions app/src/main/res/layout/activity_net1314080903115.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/net1314080903115"
>



</RelativeLayout>

0 comments on commit a07c3cc

Please sign in to comment.