feat: XMLs, UI

This commit is contained in:
Piotr Dec 2024-08-04 01:24:44 +02:00
parent db180a4a18
commit ca7d418726
Signed by: stawros
GPG key ID: F89F27AD8F881A91
4 changed files with 66 additions and 0 deletions

View file

@ -1,4 +1,9 @@
<resources>
<string name="app_name">Garmin</string>
<string name="mapbox_access_token">pk.eyJ1IjoibWFwcy16dHNoIiwiYSI6ImNsbDl4YXU4cjA3eW8zcXMzbXdjYjNsN3oifQ.kbDCjthamXvXX_pAdsq3hQ</string>
<string name="place_autocomplete_query_hint">Search for places</string>
<string name="place_autocomplete_reverse_geocoding_error_message">Unable to locate selected coordinate</string>
<string name="place_autocomplete_selection_error">Error happened during request</string>
</resources>