forked from tonchidot/ArcMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
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 on the items layout the wrap_content property of the arcMenu grows to the maximum to include all its child items.
I set the size of the arcMenu to fix the size i need (of the button on my layoit)
<com.capricorn.ArcMenu
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
how can i fix this?
Metadata
Metadata
Assignees
Labels
No labels