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

Satellite menu with Right and Left alignment options #30

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

MushahidK
Copy link

Hello,

This are the changes that I have done in menu to align it to left or right by option.
Right now both alignment is for bottom only and I am working for top alignment also.

  1. alignement in XML

sat:alignment="left"
=>This new option will decide the alignment of the menu. But satellite view must have parent view in xml and that must be aligning as same as the satellite menu.
=>I have put satellite menu in LinearLayout and LinearLayout parent is main layout that is RelativeLayout

  1. OnItemClickLisner new view object is also now passed.
    => This is because If user want to use some local variable in Item click than he have to make it final. But now by using the SetTag and GetTag method he can have that variable in Item click listner without making it final.

Hope It will help all.

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

Successfully merging this pull request may close these issues.

None yet

1 participant