答えて

0

使用CardViewSearchView

enter image description here

をラップする:

は、私は明らかに古典的なSearchViewを作成する方法を知っているが、それはどのようにこのような結果を得るためにそれをカスタマイズすることが可能です

<android.support.v7.widget.CardView 
    android:layout_width="match_parent" 
    android:layout_height="wrap_content" 
    android:layout_margin="5dp" 
    app:cardBackgroundColor="@android:color/darker_gray" 
    app:cardCornerRadius="5dp" 
    app:cardUseCompatPadding="true"> 

    <android.support.v7.widget.SearchView 
     android:layout_width="match_parent" 
     android:layout_height="wrap_content" /> 

</android.support.v7.widget.CardView>