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:
@ -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>
|
||||
|
Reference in New Issue
Block a user