<
com.newtalktalk.classes.listviewcustom
android:id
=
"@+id/main_box_scrollview"
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:background
=
"#e9edee"
android:visibility
=
"visible"
android:fillViewport
=
"true"
>
<
LinearLayout
android:layout_width
=
"fill_parent"
android:layout_height
=
"wrap_content"
android:orientation
=
"vertical"
>
<
LinearLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"160dp"
android:orientation
=
"horizontal"
>
<
RelativeLayout
android:layout_width
=
"0dip"
android:layout_height
=
"wrap_content"
android:layout_weight
=
"1"
>
<
ImageButton
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:background
=
"@drawable/common_default_profile_img"
/>
<
ImageView
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:background
=
"@drawable/shadow_white_thumbnail"
/>
</
RelativeLayout
>
</
LinearLayout
>
<
ListView
android:id
=
"@+id/Lv_wholesale"
android:layout_width
=
"match_parent"
android:layout_height
=
"wrap_content"
android:cacheColorHint
=
"#00000000"
android:choiceMode
=
"none"
android:clickable
=
"false"
android:focusable
=
"false"
android:focusableInTouchMode
=
"false"
android:longClickable
=
"false"
android:scrollbars
=
"none"
/>
</
LinearLayout
>
</
com.newtalktalk.classes.listviewcustom
>