Circular-Layout icon indicating copy to clipboard operation
Circular-Layout copied to clipboard

Width/Height not applicable with match_parent or wrap_content.

Open Bhavesh-Moradiya opened this issue 6 years ago • 0 comments

Hi,

is it compulsory to give fix size ?

 <com.github.andreilisun.circular_layout.CircularLayout
        android:layout_width="300dp"
        android:layout_height="300dp">

android:layout_width="match_parent" android:layout_height="match_parent"

Not working at all in Linear or Relative layout.

Thanks

Bhavesh-Moradiya avatar Oct 17 '18 09:10 Bhavesh-Moradiya