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