Android-SpinKit
Android-SpinKit copied to clipboard
Animation does not fit correctly
Hi! First, excelent work
But I've a problem, the image don't fill the view correctly

The code:
<com.github.ybq.android.spinkit.SpinKitView
android:id="@+id/spin_kit"
style="@style/SpinKitView.Large.FoldingCube"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
app:SpinKit_Color="@android:color/white" />
Hugs
This is easy to fix, just use padding on com.github.ybq.android.spinkit.SpinKitView
What padding value works here??
This is easy to fix, just use padding on com.github.ybq.android.spinkit.SpinKitView
NOT WORK