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