Я пытаюсь сделать так, чтобы PlaceAutoCompleteFragment имел закругленные края и полупрозрачный фон
Вот что у меня есть в моем XML:
<fragment
android:id="@+id/place_autocomplete_fragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:name="com.google.android.gms.location.places.ui.PlaceAutocompleteFragment"
/>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/map"
tools:context=".MapsActivity"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_below="@id/place_autocomplete_fragment"
android:layout_above="@id/bottom_navigation"
/>
Это то, что я пытаюсь сделать так, чтобы моя строка поиска выглядела (без двух боковых кнопок):
![enter image description here](https://i.stack.imgur.com/nVNs6.png)