https://github.com/dora4/dview-toast
一个美观且居中显示的Toast
https://github.com/dora4/dview-toast
Last synced: 11 months ago
JSON representation
一个美观且居中显示的Toast
- Host: GitHub
- URL: https://github.com/dora4/dview-toast
- Owner: dora4
- License: apache-2.0
- Created: 2024-05-27T13:44:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T21:44:37.000Z (about 1 year ago)
- Last Synced: 2025-05-13T23:06:53.569Z (about 1 year ago)
- Language: Kotlin
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-toast

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

#### Gradle依赖配置
```groovy
// 添加以下代码到项目根目录下的build.gradle
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
// 添加以下代码到app模块的build.gradle
dependencies {
// 需要依赖dora框架进行配置的注入
implementation 'com.github.dora4:dora:1.2.29'
implementation 'com.github.dora4:dview-toast:1.1'
}
```
#### Gradle依赖配置
```xml
```
#### 示例代码
https://github.com/dora4/dora_samples