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

Added Async functionality and grid display. Still need to fix sizes and

display text  under pictures.
This commit is contained in:
tokugawa
2014-03-09 17:55:22 -04:00
parent d41468fc6f
commit 61c9379b05
5 changed files with 159 additions and 2 deletions

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="ROW_COUNT">2</integer>
<integer name="COLUMN_COUNT">2</integer>
</resources>

View File

@ -10,5 +10,6 @@
<string name="football_main_image">http://farm9.staticflickr.com/8441/7882624916_5f62cb318f_z.jpg</string>
<string name="title_activity_photo">UNC Charlotte Photos</string>
<string name="title_activity_photo_thread">UNC Charlotte Photos</string>
<string name="Exit">Exit</string>
</resources>