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

size problem #15

Open
crazyio opened this issue Nov 14, 2013 · 0 comments
Open

size problem #15

crazyio opened this issue Nov 14, 2013 · 0 comments

Comments

@crazyio
Copy link

crazyio commented Nov 14, 2013

Hi,
Can you please help me to setup the widget on my layout.
The problem is that i use the menu inside listview and when i put it inside the items layout the wrap_content property of the arcMenu grows to the maximum to include all its child items and mess my design.

I set the size of the arcMenu to fix the size i need (of the button on my layout)

android:layout_gravity="bottom|center"
android:id="@+id/arc_menu"
android:layout_width="50dp"
android:layout_height="50dp"
arc:animateHint="false"
arc:childSize="30dp"
arc:fromDegrees="180.0"
arc:hideElements="true"
arc:parentSize="50dp"
arc:toDegrees="270.0"
arc:minRadius="130dp" />

but then there is no place for the menu to open the child items and I don't see them.

how can i fix this? how to make the child items to be open over all other elements and leave the size of the parent element in the needed size?

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

No branches or pull requests

1 participant