Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dora4/dview-toast
一个美观且居中显示的Toast
https://github.com/dora4/dview-toast
Last synced: about 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T16:29:24.000Z (3 months ago)
- Last Synced: 2024-11-06T17:34:06.747Z (3 months ago)
- Language: Kotlin
- Size: 74.2 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
![Release](https://jitpack.io/v/dora4/dview-toast.svg)
--------------------------------#### 卡片
![Dora视图_Toast--](https://github.com/user-attachments/assets/5189d802-9b3a-4d5a-b405-19f06df9674d)
#### 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
```