siyamed / android-satellite-menu

Android Satellite Menu
1.4k stars 644 forks source link

Center menu #25

Open thaednevol opened 9 years ago

thaednevol commented 9 years ago

Hi.

Applying:

android:layout_gravity="bottom|center_horizontal" sat:totalSpacingDegree="180"

Doesn't center the menu, so how to center it?

I tried with:

android:layout_gravity="bottom|center_horizontal"

in satellite-menu/res/layout/sat_main.xml but this centers the ImageView, but not the menu

thaednevol commented 9 years ago

Applying:

android:layout_gravity="bottom|center_horizontal"

In satellite-menu/res/layout/sat_item_cr.xml centers the menu and items, but when finished the animation, set some views gone

conzorz commented 9 years ago

Yeah, this is confusing me too...