The "found N places" overlay text (and the checking/no-places states) used the theme's default light text color, which washed out against the now-real, mostly light-colored OSM map tiles. Fixed with a fixed dark color (Mocha.Crust) for text overlaid on the map. Added a toggle button (top bar, visible once places are found) that switches the start screen between the map and a plain list preview of the found places (reusing PlaceCard in its neutral/UPCOMING state) — lets the user see what's "ready to read" before committing to Start. Verified: testDebugUnitTest passes, assembleDebug produces a working APK, sent to Telegram. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
40 lines
2.2 KiB
XML
40 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">guideCity</string>
|
|
|
|
<string name="onboarding_title">Welcome to guideCity</string>
|
|
<string name="onboarding_body">guideCity is a walking tour guide. Grant location access and we\'ll find interesting places nearby and narrate their history as you explore Moscow on foot.</string>
|
|
<string name="onboarding_ok">OK</string>
|
|
|
|
<string name="content_length_title">How much detail would you like?</string>
|
|
<string name="content_length_short">Short</string>
|
|
<string name="content_length_medium">Medium</string>
|
|
<string name="content_length_long">Long</string>
|
|
<string name="content_length_continue">Continue</string>
|
|
|
|
<string name="map_location_permission_rationale">guideCity needs your location to find nearby places. You can also search for a place by name instead.</string>
|
|
<string name="map_grant_permission">Grant location access</string>
|
|
<string name="map_search_placeholder">Search for a place instead…</string>
|
|
<string name="map_checking_nearby">Looking for places nearby…</string>
|
|
<string name="map_places_found">Found %1$d place(s) nearby (within %2$d m)</string>
|
|
<string name="map_start">Start</string>
|
|
<string name="map_no_places_nearby">Nothing found within 10 km of here.</string>
|
|
<string name="map_show_list">Show list</string>
|
|
<string name="map_show_map">Show map</string>
|
|
|
|
<string name="guide_no_places_nearby">No places found nearby yet.</string>
|
|
<string name="guide_places_count">%1$d place(s) nearby</string>
|
|
<string name="guide_retry">Retry</string>
|
|
<string name="guide_favorite_add">Add to favorites</string>
|
|
<string name="guide_favorite_remove">Remove from favorites</string>
|
|
<string name="guide_mute">Mute narration</string>
|
|
<string name="guide_unmute">Resume narration</string>
|
|
|
|
<string name="favorites_title">Favorites</string>
|
|
<string name="favorites_empty">No favorites yet. Tap the heart icon on a place to save it here.</string>
|
|
|
|
<string name="settings_title">Settings</string>
|
|
<string name="settings_content_length_label">Content length</string>
|
|
|
|
<string name="place_not_found">Place not found.</string>
|
|
</resources>
|