10 2021 档案
Android中TextView设置下划线
摘要:如图: 设置 android:autoLink="all" <TextView android:id="@+id/tv_change_wifi" android:layout_width="wrap_content" android:layout_height="14dp" android:layo 阅读全文
posted @ 2021-10-25 16:33 巫山老妖 阅读(2199) 评论(0) 推荐(0) 编辑
BottomSheetDialogFragment 如何设置高度和禁止滑动(Kotlin)
摘要:主要是获取dialog 的BottomSheetBehavior 然后设置 setPeekHeight 和 BottomSheetCallback. package com.example.mychartdemo.view import android.graphics.Color import a 阅读全文
posted @ 2021-10-21 14:41 巫山老妖 阅读(2308) 评论(0) 推荐(0) 编辑
Glide 4.12.0使用
摘要:在使用Glide加载Gif动图的时候,遇到了一下问题 Glide.with(this) .load(R.drawable.img_easy_home_gif) .asGif()//加载动态图片,若现有图片为非gif图片,则直接加载错误占位图。 .placeholder(R.drawable.ic_h 阅读全文
posted @ 2021-10-11 17:24 巫山老妖 阅读(540) 评论(0) 推荐(0) 编辑