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

Customer theme does not work. #47

Open
zdd opened this issue Feb 11, 2017 · 2 comments
Open

Customer theme does not work. #47

zdd opened this issue Feb 11, 2017 · 2 comments

Comments

@zdd
Copy link

zdd commented Feb 11, 2017

<style name="AppTheme" parent="android:Theme.Holo.Light.NoActionBar"> @style/Your.Custom.DroppyPopup @style/Your.Custom.DroppyMenu @style/Your.Custom.DroppyMenuItem @style/Your.Custom.DroppyMenuItemTitle @style/Your.Custom.DroppyMenuItemIcon </style>
<!-- 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>
@zdd
Copy link
Author

zdd commented Feb 11, 2017

icon size/color was not changed by theme above

@zdd
Copy link
Author

zdd commented Feb 18, 2017

It seems the author stop maintaining...

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