ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.62k stars 1.31k forks source link

Animation does not fit correctly #40

Open RodrigoBertotti opened 6 years ago

RodrigoBertotti commented 6 years ago

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

ismoli commented 6 years ago

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

harshalijain commented 5 years ago

What padding value works here??

Lojincen commented 3 years ago

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

NOT WORK