siyamed / android-satellite-menu

Android Satellite Menu
1.4k stars 644 forks source link

Satellite menu with Right and Left alignment options #30

Open MushahidK opened 9 years ago

MushahidK commented 9 years ago

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

2) 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.