mirror of
https://github.com/bspeice/UNCCGameDay
synced 2025-07-03 06:45:17 -04:00
Latest commit after fixing errors.
This commit is contained in:
@ -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>
|
||||
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user