摘要: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" andr 阅读全文
posted @ 2022-09-11 23:38 小白龙白龙马 阅读(59) 评论(0) 推荐(0)
摘要: xml布局: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_paren 阅读全文
posted @ 2022-09-11 22:20 小白龙白龙马 阅读(58) 评论(0) 推荐(0)
摘要: RecyclerView的布局样式依赖于布局管理器LayoutManager,它提供了下面3类布局管理器。 (1)线性布局管理器LinearLayoutManager 该管理器可看作线性布局LinearLayout,在垂直方向布局时,展示效果类似于垂直的列表视图ListView;在水平方向布局时,展 阅读全文
posted @ 2022-09-11 21:29 小白龙白龙马 阅读(369) 评论(0) 推荐(0)