dialog_gif.xml 645 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <RelativeLayout
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:layout_gravity="center">
  9. <pl.droidsonroids.gif.GifImageView
  10. android:id="@+id/dialog_gif"
  11. android:layout_width="100dp"
  12. android:layout_height="100dp"
  13. android:src="@drawable/gif_up"
  14. android:layout_centerHorizontal="true" />
  15. </RelativeLayout>
  16. </FrameLayout>