animator_hot.xml 926 Bytes
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="match_parent">

    <LinearLayout
        android:id="@+id/animator_ll"
        android:layout_width="@dimen/rmrb_dp28"
        android:layout_height="match_parent"
        android:layout_alignParentRight="true"
        android:layout_centerVertical="true"
        android:background="@drawable/shape_square_loadmore"
        android:gravity="center">

        <TextView
            android:id="@+id/animator_text"
            android:layout_width="@dimen/rmrb_dp10"
            android:layout_height="wrap_content"
            android:gravity="center"
            android:text="查看更多"
            android:textColor="@color/component_color_9E9E9E"
            android:textSize="@dimen/rmrb_dp10" />
    </LinearLayout>
</RelativeLayout>