feat: Search basics

This commit is contained in:
Piotr Dec 2024-08-07 19:57:38 +02:00
parent ca7d418726
commit 65cdeb17d0
Signed by: stawros
GPG key ID: F89F27AD8F881A91
9 changed files with 304 additions and 5 deletions

View file

@ -11,6 +11,7 @@
android:layout_margin="16dp"
android:autofillHints="@null"
android:background="@drawable/card_background"
android:textColor="@color/black"
android:elevation="4dp"
android:hint="@string/place_autocomplete_query_hint"
android:inputType="text"

View file

@ -5,5 +5,6 @@
<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>
<string name="not_implemented_yet">Not implemented yet</string>
</resources>