listview 购物车布局
android开发,求一个类似的UI布局~~~
!!
android:textColor="#FFFFFF" />
<TextView
android:id="@+id/items_counts"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<LinearLayout
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1" >
<TextView
android:id="@+id/shopping_card"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="" />
</LinearLayout>
<LinearLayout
android:layout_width="0dp"
android:layout_weight="1" >
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/icons_1"
android:text="清空购物车" />
<TextView
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:background="@drawable/icons_2"
android:text="提交订单" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="2dp"
android:background="#4095ef" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="商品信息" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="订购量" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="金额" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="删除" />
</LinearLayout>
</LinearLayout>