Skip to content

Instantly share code, notes, and snippets.

@ismailgungor
Last active April 11, 2019 15:01
Show Gist options
  • Save ismailgungor/e7ed2308ee136bf6ce918be1d31433e7 to your computer and use it in GitHub Desktop.
Save ismailgungor/e7ed2308ee136bf6ce918be1d31433e7 to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/colorPrimaryDark">
<com.github.ybq.android.spinkit.SpinKitView
android:id="@+id/sk_progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/SpinKitView.Large.Wave"
android:layout_centerInParent="true" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment