Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DarkMode support #18

Open
webserveis opened this issue Aug 24, 2019 · 0 comments
Open

DarkMode support #18

webserveis opened this issue Aug 24, 2019 · 0 comments

Comments

@webserveis
Copy link

webserveis commented Aug 24, 2019

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant