I have made a fab icon that contains two nested fab icons but I don't know why the main fab icon which should open the other 2 fab icons doesn't appear and only the 2 nested fab icons appears above each others .
this is my code :
`
<com.wangjie.rapidfloatingactionbutton.RapidFloatingActionLayout
xmlns:rfal="http://schemas.android.com/apk/res-auto"
android:id="@+id/multiple_actions"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintBottom_toTopOf="@id/navigation"
rfab:rfab_drawable="@drawable/rfab__drawable_rfab_default"
rfal:rfal_frame_color="#ffffff"
rfal:rfal_frame_alpha="0.7">
I have made a fab icon that contains two nested fab icons but I don't know why the main fab icon which should open the other 2 fab icons doesn't appear and only the 2 nested fab icons appears above each others .
this is my code : ` <com.wangjie.rapidfloatingactionbutton.RapidFloatingActionLayout xmlns:rfal="http://schemas.android.com/apk/res-auto" android:id="@+id/multiple_actions" android:layout_width="wrap_content" android:layout_height="wrap_content" app:layout_constraintStart_toStartOf="parent" app:layout_constraintBottom_toTopOf="@id/navigation" rfab:rfab_drawable="@drawable/rfab__drawable_rfab_default" rfal:rfal_frame_color="#ffffff" rfal:rfal_frame_alpha="0.7">