https://github.com/dora4/dview-toggle-button
一个更灵活拖拽的ToggleButton
https://github.com/dora4/dview-toggle-button
Last synced: 10 months ago
JSON representation
一个更灵活拖拽的ToggleButton
- Host: GitHub
- URL: https://github.com/dora4/dview-toggle-button
- Owner: dora4
- License: apache-2.0
- Created: 2023-06-03T21:01:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T20:41:24.000Z (about 1 year ago)
- Last Synced: 2025-05-13T21:44:25.948Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-toggle-button

--------------------------------
#### 卡片

#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
def latest_version = '1.5'
implementation 'com.github.dora4:dview-toggle-button:$latest_version'
}
```
#### 使用方式
```xml
```