android GridView多选效果的实例代码

前端技术 2023/09/01 Android

具体代码如下:

main.xml

复制代码 代码如下:

<LinearLayout xmlns:android=\"http://schemas.android.com/apk/res/android\"

    xmlns:tools=\"http://schemas.android.com/tools\"

    android:background=\"#000000\"

    android:layout_width=\"fill_parent\"

    android:layout_height=\"fill_parent\"

    tools:context=\".MainActivity\" >

   <GridView

       android:layout_width=\"fill_parent\"

       android:layout_height=\"fill_parent\"

       android:id=\"@+id/grid\"

       android:verticalSpacing=\"3dp\"

       android:horizontalSpacing=\"3dp\"

       android:numColumns=\"3\"

       ></GridView>

</LinearLayout>

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

转载请注明出处。

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

我的博客

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