| @ -1,11 +1,43 @@ | |||||
| <?xml version="1.0" encoding="utf-8"?> | <?xml version="1.0" encoding="utf-8"?> | ||||
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||||
| android:orientation="vertical" | |||||
| android:layout_width="match_parent" | android:layout_width="match_parent" | ||||
| android:layout_height="match_parent"> | |||||
| <TextView | |||||
| android:text="商品鸡" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" /> | |||||
| android:layout_height="match_parent" | |||||
| android:orientation="vertical"> | |||||
| <ImageView | |||||
| android:id="@+id/shangpin_banner" | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="160dp" | |||||
| android:scaleType="fitXY" /> | |||||
| <LinearLayout | |||||
| android:layout_width="match_parent" | |||||
| android:layout_height="wrap_content" | |||||
| android:orientation="horizontal"> | |||||
| <TextView | |||||
| android:id="@+id/shangpin_zonglan" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textSize="@dimen/text_size_14" /> | |||||
| <TextView | |||||
| android:id="@+id/shangpin_zongcunlan" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textSize="@dimen/text_size_14" /> | |||||
| <TextView | |||||
| android:id="@+id/shangpin_zongkonglan" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textSize="@dimen/text_size_14" /> | |||||
| <TextView | |||||
| android:id="@+id/shangpin_zongzhishu" | |||||
| android:layout_width="wrap_content" | |||||
| android:layout_height="wrap_content" | |||||
| android:textSize="@dimen/text_size_14" /> | |||||
| </LinearLayout> | |||||
| </LinearLayout> | </LinearLayout> | ||||