这期内容当中小编将会给大家带来有关在Android中使用GridView实现一个查看更多功能,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。首先来看一下效果图; 代码:<LinearLay
这期内容当中小编将会给大家带来有关在Android中使用GridView实现一个查看更多功能,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。
首先来看一下效果图;
代码:
<LinearLayout android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:background="@color/white" android:orientation="vertical"> <GridView android:id="@+id/grid_member" android:layout_width="match_parent" android:layout_height="0dp" android:layout_margin="15dp" android:layout_weight="1" android:horizontalSpacing="15dp" android:numColumns="5" android:verticalSpacing="15dp"></GridView> <LinearLayout android:id="@+id/llayout_look_more" android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/btn_white_selector" android:gravity="center"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:drawableRight="@mipmap/arrow_down_qun" android:gravity="center" android:paddingBottom="30dp" android:paddingTop="15dp" android:text="查看更多群成员 " android:textSize="@dimen/small_middle_text_size" /> </LinearLayout></LinearLayout>
--结束END--
本文标题: 在android中使用GridView实现一个查看更多功能
本文链接: https://lsjlt.com/news/225754.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
2024-05-24
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0