<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="none"> <!--<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">--> <LinearLayout android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="广州市从化区太平镇太平市场"/> </LinearLayout> <!--显示商店listview--> <ScrollView android:fillViewport="true" android:layout_width="match_parent" android:layout_height="wrap_content" > <!--每日推荐--> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="每日健康推荐"/> <ListView android:id="@+id/buy_daily_recommend" android:layout_width="match_parent" android:layout_height="wrap_content"> </ListView> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="广州市从化区太平镇太平市场"/> <ListView android:id="@+id/buy_store_list" android:layout_width="match_parent" android:layout_height="wrap_content"> </ListView> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="广州市从化区太平镇太平市场"/> </LinearLayout> </ScrollView> <!--</LinearLayout>--> </ScrollView>
代码回收站
最新推荐文章于 2025-05-31 16:50:23 发布