1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-09-18 17:01:28 -04:00
itcs4180/InClass3/res/values/strings.xml
tokugawa f0c626dcaf 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.
2014-03-10 00:07:57 -04:00

21 lines
1.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">In Class 3</string>
<string name="action_settings">Settings</string>
<string name="hello_world">Hello world!</string>
<string name="ifest_main_image">http://farm9.staticflickr.com/8083/8415182658_5402d77eeb_z.jpg</string>
<string name="commencement_main_image">http://farm9.staticflickr.com/8218/8278724118_9a28024cf5_z.jpg</string>
<string name="uncc_main_image">http://farm9.staticflickr.com/8196/8114421135_7c5cbb874b_z.jpg</string>
<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_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>