Android-SpinKit icon indicating copy to clipboard operation
Android-SpinKit copied to clipboard

Animation does not fit correctly

Open RodrigoBertotti opened this issue 8 years ago • 3 comments

Hi! First, excelent work

But I've a problem, the image don't fill the view correctly

gif

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

RodrigoBertotti avatar Oct 12 '17 21:10 RodrigoBertotti

This is easy to fix, just use padding on com.github.ybq.android.spinkit.SpinKitView

ismoli avatar Nov 14 '17 18:11 ismoli

What padding value works here??

harshalijain avatar Dec 12 '18 07:12 harshalijain

This is easy to fix, just use padding on com.github.ybq.android.spinkit.SpinKitView

NOT WORK

Lojincen avatar Jan 13 '21 03:01 Lojincen