blob: 2eee9192bb0eac62a24c855668a263455794486a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="32dp"
android:orientation="vertical" >
<ImageView
android:id="@+id/stepImageView"
android:layout_width="fill_parent"
android:layout_height="300dp"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginBottom="16dp"
android:background="@color/list_image_bg_color"
android:src="@drawable/ic_noimage" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignBottom="@+id/stepImageView"
android:layout_alignParentLeft="true"
android:background="@color/list_text_bg_color"
android:orientation="vertical" >
<TextView
android:id="@+id/textStep"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:textAppearance="@style/RecipeTitleFont" />
</LinearLayout>
</RelativeLayout>