item_grally.xml
987 Bytes
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:id="@+id/frame_root"
android:background="@color/white">
<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/textColor"
android:textSize="@dimen/textSize16" />
</FrameLayout>