Material
Android_馒头
这个作者很懒,什么都没留下…
展开
-
ViewPager2 简单使用 禁止滑动和设置滑动方向
ViewPager2 简单使用 <androidx.viewpager2.widget.ViewPager2 android:layout_below="@+id/top" android:id="@+id/vp_content" android:layout_width="match_parent" android:layout_height="match_parent"/>Adapterpublic class原创 2021-11-13 12:16:55 · 4743 阅读 · 1 评论 -
Android Material 新控件之更强大的CardView支持自定义边框 MaterialCardView(二)
前言MaterialCardView提供了CardView的所有功能,但增加了一些自定义属性,使用起来更加方便实用。在Cardview 的基础上增加了 strokeColor strokeWidth 自定义边框等属性一、MaterialCardView是什么?MaterialCardView是提供了更多自定义属性的CardView二、使用步骤1.引入库代码如下(示例): implementation "com.google.android.materia...原创 2021-11-12 11:15:01 · 5547 阅读 · 0 评论