Как настроить PlaceAutoCompleteFragment с закругленными краями и прозрачным фоном

Я пытаюсь сделать так, чтобы PlaceAutoCo mpleteFragment имел закругленные края и имел полупрозрачный фон

Это то, что у меня есть в моем 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"
/>

Вот что я пытаюсь сделать так, чтобы моя строка поиска выглядела (без двух боковых кнопок): https://stackru.co m/images/6c8935fe34ba3b45602365935bec6770289dc57b.png

0 ответов

Другие вопросы по тегам