comp_big_image_02.xml 846 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="wrap_content"
    android:layout_marginHorizontal="@dimen/rmrb_dp6"
    android:orientation="vertical"
    android:paddingHorizontal="@dimen/rmrb_dp10">

    <include
        android:id="@+id/iItem"
        layout="@layout/comp_manuscript_style_content_06"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="@dimen/rmrb_dp8" />


    <include
        layout="@layout/item_base_line_gray"
        android:layout_width="match_parent"
        android:layout_height="@dimen/rmrb_dp0_5"
        android:layout_marginTop="@dimen/rmrb_dp17"
        android:visibility="gone"
        />

</LinearLayout>