shangwen666/代码/在这里3.0/res/layout/activity_shop_all.xml

19 lines
577 B
XML
Raw Normal View History

2016-04-16 09:10:44 +08:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<include
android:id="@+id/header_shop_all"
layout="@layout/header_shop_all" />
<ListView
android:id="@+id/lv_shop_all"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:smoothScrollbar="true"
android:divider="@null" >
</ListView>
</LinearLayout>