Skip to content

Commit

Permalink
Merge pull request #527 from xiaocong0323/master
Browse files Browse the repository at this point in the history
#89 #122 labs3 labs4
  • Loading branch information
zengsn committed Apr 28, 2016
2 parents acb3483 + 7e61b16 commit 8eaf261
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 62 additions & 0 deletions app/src/main/res/layout/Net1314080903203main.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center|center_horizontal|center_vertical"
android:background="#fff" >

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DSwitchView
android:id="@+id/image_switch_view"
android:layout_width="match_parent"
android:layout_height="200dp" >

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image1" />

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image2" />

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image3"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image3" />

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image4"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image4" />

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image5"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image5" />

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image6"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image6" />

<edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DView
android:id="@+id/image7"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@drawable/image7" />
</edu.hzuapps.androidworks.homeworks.net1314080903203.Net1314080903203Image3DSwitchView>

</RelativeLayout>
Binary file added screens/Net1314080903203界面截图.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8eaf261

Please sign in to comment.