Commit e9973638 by hk

change readme.md

parent 1544ae5f
# Launcher使用方法
# Launcher[![Release Version](https://img.shields.io/badge/release-1.0.5-red.svg)](https://git.dankal.cn/lihuaikun/androidlibrary/tree/master/cn/dankal/android/launcher/1.0.5)
1. 添加依赖配置
```groovy
......@@ -12,6 +12,11 @@
implementation 'cn.dankal.android:launcher:1.0.1'
}
```
3. AndroidManifests.xml配置
**1. Application节点的theme必须继承LauncherTheme或者直接使用android:theme="@style/LauncherTheme"\[必须]**
2. 初始化
```java
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment