TempControlView icon indicating copy to clipboard operation
TempControlView copied to clipboard

Android自定义控件,温度控制旋转按钮

Results 2 TempControlView issues
Sort by recently updated
recently updated
newest added

``` java /** * 设置开始温度改变监听 * * @param onStartChangeListener 监听接口 */ public void setOnStartChangeListener(OnStartChangeListener onStartChangeListener) { this.onStartChangeListener = onStartChangeListener; } /** * 设置温度改变监听 * * @param onChangeListener 监听接口 */ public...

我把除了圆弧的填充模式设置为setStyle(Paint.Style.FILL); 目前没有明白为什么 ![Snipaste_2024-06-08_11-46-10](https://github.com/alidili/TempControlView/assets/61344991/7657575d-0e22-42de-803e-c11ccb1dc1c8) 修改后 ![Snipaste_2024-06-08_11-46-48](https://github.com/alidili/TempControlView/assets/61344991/e0aa385d-022c-4fd8-91f6-a2e7d5946ce3) 还有就是UI真好看^_^