1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 06:45:15 -04:00

Add the ImageViewer Activity

This commit is contained in:
DjBushido
2014-03-24 09:48:19 -04:00
parent d6b5f86f66
commit e4dd5249b2
5 changed files with 57 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<uses-sdk
android:minSdkVersion="11"
android:targetSdkVersion="16" />
<uses-permission android:name="android.permission.INTERNET" />
<application
@ -27,6 +28,10 @@
android:name="com.example.hw4.GalleryActivity"
android:label="@string/title_activity_gallery" >
</activity>
<activity
android:name="com.example.hw4.ImageViewerActivity"
android:label="@string/title_activity_image_viewer" >
</activity>
</application>
</manifest>