Skip to content

Commit

Permalink
Merge pull request #956 from pilimachao/master
Browse files Browse the repository at this point in the history
#89 #210 实验三
  • Loading branch information
zengsn authored Jun 15, 2016
2 parents 1bdedd2 + 5e545c8 commit 4872838
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package com.example.playinggame;

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

public class Com1314080901238ctivity extends Activity {

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


}
Binary file added app/src/main/res/drawable/a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions app/src/main/res/layout/activity_com1314080901238ctivity.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<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:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context=".Com1314080901238ctivity" >

<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/a"
android:layout_centerInParent="true"
/>

</RelativeLayout>

0 comments on commit 4872838

Please sign in to comment.