header_topic_detail.xml 707 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/text_white_color"
    android:orientation="vertical">

    <include layout="@layout/divider_head_line" />

    <ImageView
        android:id="@+id/topic_banner_image"
        android:layout_width="match_parent"
        android:layout_height="100dp"
        android:layout_marginLeft="8dp"
        android:layout_marginRight="8dp"
        android:layout_marginTop="8dp"
        android:background="@drawable/banner_image_load_fail"
        android:scaleType="fitXY" />
</LinearLayout>