blob: d8f86e7837be872b7f640590fed0127bc96d7bb6 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:lb="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/default_card_footer_background_color"
lb:layout_viewType="info">
<RelativeLayout
android:id="@+id/info_field"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingBottom="7dp"
android:paddingLeft="11dp"
android:paddingRight="11dp"
android:paddingTop="7dp">
<TextView
android:id="@+id/primary_text"
style="@style/StandardCardPrimaryText"
android:layout_width="match_parent"
android:fontFamily="sans-serif-condensed"
android:maxLines="1"/>
<LinearLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="16sp"
android:layout_below="@+id/primary_text"
android:layout_gravity="center_vertical"
android:orientation="horizontal">
<ImageView
android:id="@+id/footer_icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginRight="8dp"
android:gravity="center_vertical"
android:src="@drawable/category_drama"/>
<TextView
android:id="@+id/secondary_text"
style="@style/StandardCardSecondaryText"
android:layout_gravity="center_vertical"
android:fontFamily="sans-serif-condensed"
android:maxLines="1"
android:text="Purchased"
/>
</LinearLayout>
</RelativeLayout>
</FrameLayout>