andreilisun/Circular-Layout

Width/Height not applicable with match_parent or wrap_content.

Bhavesh-Moradiya opened this issue · 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