layout_popupwindow_gift.xml
783 Bytes
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:app="http://schemas.android.com/apk/res-auto">
<data>
<variable
name="giftAdapter"
type="com.cnlive.gundam.video.adpter.GiftAdapter" />
</data>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/pop_rl"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/pop_recycle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="5dp"
app:adapter="@{giftAdapter}" />
</RelativeLayout>
</layout>