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

Fixed main activity errors and added click function to start

GalleryActivity. Started working on GalleryActivity.
This commit is contained in:
tokugawa
2014-03-23 20:56:39 -04:00
parent 5e66a9d27a
commit 7d937009e8
21 changed files with 749 additions and 11 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="action_settings">Settings</string>
<string name="app_name">UNC Charlotte Photos</string>
<string name="title_activity_main">Main Activity</string>
<string name="menu_settings">Settings</string>
@ -210,4 +211,6 @@
<item>http://farm9.staticflickr.com/8372/8481740075_c3e1c3a7b2_z.jpg</item>
</string-array>
<string name="hello_world">Hello world!</string>
</resources>