view_hehua.xml 1.28 KB
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="0dp"
    android:layout_height="match_parent"
    android:layout_weight="1"
    android:orientation="vertical">
    <RelativeLayout
        android:id="@+id/hehua_container"
        android:layout_width="78dp"
        android:layout_height="50dp">
        <ImageView
            android:id="@+id/hehua_bottom"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@drawable/yellow"
            android:layout_alignParentBottom="true"/>
        <ImageView
            android:id="@+id/hehua_top"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:background="@drawable/pig"
            android:layout_centerHorizontal="true"/>
    </RelativeLayout>
    <TextView
        android:id="@+id/hehua_text"
        android:layout_width="wrap_content"
        android:layout_height="12dp"
        android:layout_marginTop="@dimen/space_hehua_text"
        android:gravity="center_horizontal"
        android:includeFontPadding="false"
        android:textColor="#333333"
        android:textSize="12sp"
        android:text="好运"/>
</merge>