使用ListView实现网上订餐首页

效果图

布局文件

    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    tools:context=".SimpleAdapterActivity">
    <include layout="@layout/title"/>
    <ImageView
        android:layout_width="match_parent"
        android:layout_height="200dp"
        android:src="@drawable/chinaweidao"/>
    <ListView
        android:dividerH

猜你喜欢

转载自blog.csdn.net/weixin_50506453/article/details/111681049
今日推荐