Latest commit after fixing errors.

This commit is contained in:
RowenaWinston
2013-12-08 14:56:46 -05:00
parent a04940e6d1
commit 84fbbeb70c
10 changed files with 231 additions and 198 deletions

View File

@ -15,7 +15,11 @@
<color name="white">#ffffff</color>
<color name="eggshell">#fffacd</color>
<color name="background">#daa520</color>
<color name="White">#FFF</color>
<color name="Black">#000</color>
<color name="Grey">#7F7F7F</color>
<color name="DarkGrey">#4F4F4F</color>
<color name="TransparentGrey">#7F000000</color>

View File

@ -63,6 +63,7 @@
<string name="full_lot">Full </string>
<string name="submit_rating">Submit Rating</string>
<string name="filled_status">Filled Status</string>
<string name="crowd">Crowd</string>
<string name="title_activity_search_rsvp">RSVP Search</string>
<string name="internet_down_error">Internet access is currently unavailable.</string>
</resources>