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
Where pivotX/pivotY is half of the viewportWidth/viewportHeight of the vector (to center) and scaleX/scaleY is how much to scale the image by, change this until image fits as intended.
Hey! thanks for this beautiful library,
while I'm using it I get stuck on this thing
Its like this,

and my xml is
<io.saeid.fabloading.LoadingView
android:id="@+id/fab_like"
android:visibility="visible"
android:layout_marginEnd="6dp"
android:layout_gravity="end"
android:scaleX="1"
android:scaleY="1"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
app:mfl_onclickLoading="true"
app:mfl_duration="400"
android:elevation="4dp"
android:src="@drawable/ic_favorite_outline_24dp"
android:layout_alignParentEnd="true"/>
The text was updated successfully, but these errors were encountered: