Skip to content

Size problem #1

Description

@crazyio

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions