Description
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?