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

Added comments, string and integer values, and text view for Async.

Trouble connecting to host to download images now. Don't know if it is
my network problem or not. Made no changes to downloading code.
This commit is contained in:
tokugawa
2014-03-10 00:07:57 -04:00
parent a7b8f196a2
commit f0c626dcaf
5 changed files with 27 additions and 17 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<integer name="ROW_COUNT">2</integer>
<integer name="COLUMN_COUNT">2</integer>
<integer name="column_count">2</integer>
<dimen name="image_width">140dp</dimen>
<dimen name="image_height">140dp</dimen>
</resources>

View File

@ -10,6 +10,11 @@
<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>
<string name="exit_button_text">Exit</string>
<string name="download_error">Error Downloading</string>
<string name="uncc">UNC Charlotte</string>
<string name="sports">Sports</string>
<string name="ifest">Ifest</string>
<string name="commencement">Commencement</string>
</resources>