Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SSsugar committed Apr 28, 2016
1 parent 1b7fabe commit 271d2cd
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package edu.hzuapps.androidworks.homeworks.net1314080903130;

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

public class Net1314080903130Activity extends AppCompatActivity {

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_net1314080903130);
setTitle("Net1314080903130");
}
}
Binary file added app/src/main/res/drawable/net1314080903130.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/activity_net1314080903130.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
android:paddingBottom="@dimen/activity_vertical_margin"
tools:context=".Net1314080903130Activity">

<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:src="@drawable/net1314080903130"/>
</RelativeLayout>

0 comments on commit 271d2cd

Please sign in to comment.