-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Menu Padding & Icon Size #63
Comments
Hi, here is a solution now, but I will consider adding a new powerMenu.getMenuListView().setPadding(10, 10, 10, 10); Thanks! |
Wow, I never expected a so fast response from you! |
Hi, sorry to ask question again. Can I know how to modify the icon size on PowerMenuItem? |
Hi, |
I will study the CustomPowerMenu and implement custom icon size. |
Hey, @WenLonG12345 |
I implemented it and all of it works well! |
Hi, it's released a new version |
Hi, it's nice to hear from you again! By the way, I am using
instead of
I had forced to switch my primary theme into MaterialComponent and the powermenu works! and also, I found that MaterialComponent actually provides me more nicer padding and rounded curve. Thanks for your great work and it helps to solve my issue :) |
Hi, it is me again. I had implement the new method "setPadding()" and it works fine. I had test before and after applying setPadding() and I can confirm setPadding is the function that affect the scrolling behaviour. |
I also faced the same issue. Not only padding but setting the divider height. I think the menu height might not include such padding or divider height. Currently I use the following code as a fix: |
Hi, thanks for this awesome library!
However, I got some question regarding to this library.
Can I know how to add padding on the menu?
The text was updated successfully, but these errors were encountered: