-
Notifications
You must be signed in to change notification settings - Fork 27
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
Starting Location #5
Comments
with v1.3, starting position can be changed by using Gravity @Override
public int getBeePosition() {
return Gravity.LEFT | Gravity.CENTER_VERTICAL;
} |
Thanks for listening to my suggestion! Unfortunately there are issues with the new changes :( For the BeePosition the only options that work are left and right center. Gravity.TOP hides mostly behind the nav bar and Gravity.BOTTOM is off of the screen. Maybe also support margins? that way the unfortunate effects of Gravity could be adjusted by adding a bottom or top margin. Also I like that you made the image of the bee smaller but I think you may have gone too far. At least on my nexus 5 it is really hard to click on the bee. I have to touch it 4 or 5 times before I get the right spot. |
Margin sounds good, I can add it. For the bee button yes, I had the same problem with another device today. I'm working on it actually. I'm thinking to make an option to set the size as well. |
v1.4 should solve these problems, added a few new feature to support for every situation. |
Allow changing the default starting location in the config or even better from the activity. For some apps (or some activities) different locations may be preferable for the initial location.
The text was updated successfully, but these errors were encountered: