session-android/res/layout/progress_dialog.xml

16 lines
597 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2020-01-14 05:05:31 +00:00
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
2020-01-14 05:05:31 +00:00
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/medium_spacing">
2020-01-14 05:05:31 +00:00
<com.github.ybq.android.spinkit.SpinKitView
style="@style/SpinKitView.Large.ThreeBounce"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
app:SpinKit_Color="@color/text" />
2020-01-14 05:05:31 +00:00
</RelativeLayout>