SimpleSearchView icon indicating copy to clipboard operation
SimpleSearchView copied to clipboard

DarkMode support

Open webserveis opened this issue 6 years ago • 0 comments

Hey, great library Please remove color static in ic_search_black_24dp.xml for avoid this overlap

<item
            android:id="@+id/action_search"
            android:icon="@drawable/ic_search_black_24dp"
            android:title="@string/search_hint"
            app:iconTint="?colorControlNormal"
            app:showAsAction="ifRoom" />

Simplified with in path drawable

        android:fillColor="?colorControlNormal"

webserveis avatar Aug 24 '19 09:08 webserveis