comp_small_image_02.xml 1.11 KB
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <include
        android:id="@+id/viewImage"
        layout="@layout/comp_double_grid_layout_01_item_content"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginBottom="@dimen/rmrb_dp14" />

<!--    <RelativeLayout-->
<!--        android:layout_width="match_parent"-->
<!--        android:layout_height="wrap_content"-->
<!--        android:visibility="gone"-->
<!--        android:layout_marginBottom="@dimen/rmrb_dp10">-->

<!--        <include-->
<!--            android:id="@+id/viewLine"-->
<!--            layout="@layout/item_base_line_gray"-->
<!--            android:layout_width="match_parent"-->
<!--            android:layout_height="@dimen/rmrb_dp0_5"-->
<!--            android:layout_alignParentBottom="true" />-->
<!--    </RelativeLayout>-->

</androidx.appcompat.widget.LinearLayoutCompat>