| 123456789101112131415161718 |
- <?xml version="1.0" encoding="utf-8"?>
- <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <RelativeLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center">
- <pl.droidsonroids.gif.GifImageView
- android:id="@+id/dialog_gif"
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:src="@drawable/gif_up"
- android:layout_centerHorizontal="true" />
- </RelativeLayout>
- </FrameLayout>
|