android 通过向viewpage中添加listview来完成滑动效果(类似于qq滑动界面)

前端技术 2023/09/08 Android

文件名:page.xml

复制代码 代码如下:

<RelativeLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"
    xmlns:tools=\"http://schemas.android.com/tools\"
    android:layout_width=\"fill_parent\"
    android:layout_height=\"fill_parent\" >

    <ListView
        android:id=\"@+id/listview\"
        android:layout_width=\"match_parent\"
        android:layout_height=\"wrap_content\" />

</RelativeLayout>

本文地址:https://www.stayed.cn/item/23025

转载请注明出处。

本站部分内容来源于网络,如侵犯到您的权益,请 联系我

我的博客

人生若只如初见,何事秋风悲画扇。