item_emoji_gif.xml 758 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/layout_gif"
    android:layout_width="match_parent"
    android:layout_height="@dimen/rmrb_dp60"
    android:layout_gravity="center"
    android:layout_marginBottom="@dimen/rmrb_dp60">

    <ImageView xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/iv_gifview"
        android:layout_width="@dimen/rmrb_dp60"
        android:layout_height="@dimen/rmrb_dp60"
        android:layout_gravity="center"/>

    <View
        android:layout_width="match_parent"
        android:layout_height="@dimen/rmrb_dp60"
        android:background="@drawable/shape_emoji_gif_frame_3"/>

</FrameLayout>