# RulerView **Repository Path**: lemontwist/RulerView ## Basic Information - **Project Name**: RulerView - **Description**: RulerView:Android实现刻度尺. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-02 - **Last Updated**: 2022-10-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Android, Kotlin ## README # RulerView #### 介绍 RulerView:Android实现滑动刻度尺. #### 效果图 ![Image text](/image/RulerView.gif) #### 引入依赖 `dependencies {}`中添加配置: ``` implementation 'com.gitee.CarlosLynn:RulerView:1.0.2' ``` #### 使用说明 ``` ``` #### 属性说明: ``` ``` #### 标签 ``` git tag -a 1.0.2 -m '发布1.0.2' git push origin 1.0.2 git tag ```