# DashboardView **Repository Path**: backup2k/DashboardView ## Basic Information - **Project Name**: DashboardView - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-04 - **Last Updated**: 2024-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **仪表盘、仿芝麻信用(新旧两版)、炫酷汽车速度仪表** 该项目用于相互交流学习自定义仪表盘控件。由于仪表盘控件可变属性太多,抽成一个`libaray`未必能满足广阔的需求,因此实现了不同的`style`,若有`style`适合项目可直接在其基础上改动。 前期模仿了一些比较常见的样式,将来若有新样式会逐渐加入。   [**sample.apk**](https://github.com/woxingxiao/DashboardView/raw/master/apk/sample.apk) ##Screenshot ![style1](https://github.com/woxingxiao/DashboardViewDemo/blob/master/screenshot/style1.jpg) ![style2](https://github.com/woxingxiao/DashboardViewDemo/blob/master/screenshot/style2.gif) ![style3](https://github.com/woxingxiao/DashboardViewDemo/blob/master/screenshot/style3.jpg) ![style4](https://github.com/woxingxiao/DashboardViewDemo/blob/master/screenshot/style4.jpg) **欢迎`fork` or `star`** ##License ``` The MIT License (MIT) Copyright (c) 2016 woxingxiao Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```