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

Starting Location #5

Open
ericthelin opened this issue May 21, 2015 · 4 comments
Open

Starting Location #5

ericthelin opened this issue May 21, 2015 · 4 comments

Comments

@ericthelin
Copy link

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.

@orhanobut
Copy link
Owner

with v1.3, starting position can be changed by using Gravity

@Override
public int getBeePosition() {
    return Gravity.LEFT | Gravity.CENTER_VERTICAL;
}

@ericthelin
Copy link
Author

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.

@orhanobut
Copy link
Owner

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.

@orhanobut
Copy link
Owner

v1.4 should solve these problems, added a few new feature to support for every situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants