You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">
The text was updated successfully, but these errors were encountered: