We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<!-- Your custom styles go here --> <style name="Your.Custom.DroppyPopup" parent="Droppy.DroppyPopup"> <!-- Your Custom style attributes go here --> </style> <style name="Your.Custom.DroppyMenu" parent="Droppy.DroppyMenu"> <!-- Your Custom style attributes go here --> </style> <style name="Your.Custom.DroppyMenuItem" parent="Droppy.DroppyMenuItem"> </style> <style name="Your.Custom.DroppyMenuItemTitle" parent="Droppy.DroppyMenuItemTitle"> <item name="android:textColor">@color/theme_color</item> </style> <style name="Your.Custom.DroppyMenuItemIcon" parent="Droppy.DroppyMenuItemIcon"> <item name="android:layout_width">26dp</item> <item name="android:layout_height">26dp</item> <item name="android:tint">@color/theme_color</item> </style>
The text was updated successfully, but these errors were encountered:
icon size/color was not changed by theme above
Sorry, something went wrong.
It seems the author stop maintaining...
No branches or pull requests
The text was updated successfully, but these errors were encountered: