Browse Source

no message

master
lh 8 years ago
parent
commit
e3c343dd1a
1 changed files with 38 additions and 6 deletions
  1. +38
    -6
      app/src/main/res/layout/fragment_index_shangpin.xml

+ 38
- 6
app/src/main/res/layout/fragment_index_shangpin.xml View File

@ -1,11 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
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>

Loading…
Cancel
Save