item_grally.xml 1015 Bytes
<?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"
    android:layout_margin="@dimen/size_dp_10"
    android:background="@color/txt_black">


    <ImageView
        android:id="@+id/iv_grally"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:scaleType="fitXY" />

    <TextView
        android:id="@+id/tv_grally_title"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_gravity="bottom"
        android:background="@android:drawable/screen_background_light_transparent"
        android:paddingBottom="@dimen/size_dp_3"
        android:paddingLeft="@dimen/size_dp_10"
        android:paddingTop="@dimen/size_dp_3"
        android:text="撒飞洒发发"
        android:textColor="@color/white"
        android:textSize="@dimen/textSize16" />

</FrameLayout>