<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
android:layout_marginTop=
"8dp"
android:layout_marginLeft=
"10dp"
android:layout_marginRight=
"10dp"
>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:layout_marginRight=
"5dp"
>
<com.android.volley.toolbox.NetworkImageView
android:id=
"@+id/netimgview_home_popular1"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@drawable/img_thum01"
android:adjustViewBounds=
"true"
android:background=
"@drawable/img_outline"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
"sdflkjasldfkjalskdfjslkdfjlksdjfklsdf"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:layout_marginLeft=
"5dp"
android:layout_marginRight=
"5dp"
>
<com.android.volley.toolbox.NetworkImageView
android:id=
"@+id/netimgview_home_popular2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@drawable/img_thum01"
android:adjustViewBounds=
"true"
android:background=
"@drawable/img_outline"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
<LinearLayout
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
android:layout_weight=
"1"
android:gravity=
"center_horizontal"
android:layout_marginLeft=
"5dp"
>
<com.android.volley.toolbox.NetworkImageView
android:id=
"@+id/netimgview_home_popular3"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:src=
"@drawable/img_thum01"
android:adjustViewBounds=
"true"
android:background=
"@drawable/img_outline"
/>
<TextView
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
</LinearLayout>