circle_animation.xml 408 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <merge
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="wrap_content"
  6. android:layout_height="wrap_content">
  7. <View
  8. android:id="@+id/loading_circle"
  9. android:layout_width="8dp"
  10. android:layout_height="8dp"
  11. android:background="@drawable/loading_circle"
  12. />
  13. </merge>