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"