We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24609e5 commit 15a6e1fCopy full SHA for 15a6e1f
README.md
@@ -11,7 +11,9 @@ completed/error/empty states.
11
12
1. Add it to your XML layout and add in your various layouts as direct children of `LoadingLayout`.
13
2. Make sure to add in `android:tag`s to your elements corresponding to what you'd like them to represent:
14
-Layout type | String tag
+
15
16
+Layout type | `android:tag`
17
------------ | -------------
18
Complete | `@string/ll_complete`
19
Loading | `@string/ll_loading`
@@ -74,7 +76,8 @@ dependencies {
74
76
}
75
77
```
78
-Use the snapshot version by using
79
80
+If you want to use the snapshot version, you can use this instead:
81
```groovy
82
implementation "com.valartech:loading-layout:master-SNAPSHOT"
83
0 commit comments