- 博客(12)
- 收藏
- 关注
原创 GolbarThreadPoll的使用
public class GlobalThreadPools {private static final String TAG = “GlobalThreadPools”;private static ExecutorService THREAD_POOL_EXECUTOR;//线程池private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();//CPU数量private static final
2022-03-24 16:42:19 2106
原创 设置/获取Systemproperties值
这里写自定义目录标题设置Systemproperties值获取Systemproperties值设置Systemproperties值执行 adb 命令即可例如:adb shell setprop persist.com.caic.aispeechimplmod.pal.EngineType 1获取Systemproperties值 public static final String PROPERTIES_KEY = "persist.com.caic.virtualassistant.vpa
2022-01-17 14:57:30 2699
原创 2021-11-11
seekbar去掉seekbar周围的阴影色;添加background属性即可去掉阴影色seekbar宽度没有充满布局宽度 ;添加属性:即可充满布局宽度
2021-11-11 14:00:43 66
原创 reclyview底部的滑动指示器
1.ScrollBarViewpublic class ScrollBarView extends View { private Paint mBgPaint = new Paint(Paint.ANTI_ALIAS_FLAG); private RectF mBgRect = new RectF(); private Float mRadius = 0f; private Paint mPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
2021-06-03 14:34:47 439
原创 reclyview列表可左右拉伸
1.导入依赖implementation 'me.everything:overscroll-decor-android:1.0.0'2.activity中引用OverScrollDecoratorHelper.setUpOverScroll(mRecycleview, OverScrollDecoratorHelper.ORIENTATION_HORIZONTAL);
2021-06-02 15:33:24 143
原创 回弹动画效果
reclyview实现列表回弹动画效果1.reclyview列表布局文件<com.example.demo1.ReboundLayout android:id="@+id/view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#000"> <android
2021-05-24 14:30:32 330 2
原创 day01 自定义对话框
自定义对话框#.思路:1.自定义类继承Dialog2.重写Dialog的方法并添加需要的功能3.在Activity中实例化自定义类的对象#.布局<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
2019-12-27 16:50:14 92
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人