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: 11 months ago
JSON representation

一个美观且居中显示的Toast

Awesome Lists containing this project

README

          

dview-toast
![Release](https://jitpack.io/v/dora4/dview-toast.svg)
--------------------------------

#### 卡片
![DORA视图 居中吐司](https://github.com/user-attachments/assets/c5508f89-57b5-46e2-82a4-3483f2dcbf98)

#### 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