Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:padding="5dip" >
- <ImageView
- android:id="@+id/list_image"
- android:layout_width="50dip"
- android:layout_height="50dip"
- android:contentDescription="@string/des_listimg" />
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="0dip"
- android:layout_height="match_parent"
- android:layout_weight="3.12"
- android:padding="3dip" >
- <TextView
- android:id="@+id/list_product_name"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/text_product_name"
- android:textSize="15sp"
- android:singleLine="true" />
- <TextView
- android:id="@+id/list_product_description"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/text_product_description"
- android:textColor="#343434"
- android:textSize="10sp" />
- </LinearLayout>
- <ImageView
- android:id="@+id/list_add_cart"
- android:layout_width="50dip"
- android:layout_height="50dip"
- android:contentDescription="@string/des_addcart"
- />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment