shehabic / Droppy

A simple yet-powerful and fully customizable Android drop-down menu. It supports Text with/without Icons, Separators, and even fully customized views.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customer theme does not work.

zdd opened this issue · comments

commented
<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>
commented

icon size/color was not changed by theme above

commented

It seems the author stop maintaining...