Skip to content

Commit 68342ce

Browse files
author
Martin Lapiš
committed
Readme update
1 parent c46f1cf commit 68342ce

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: lapism

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![API](https://img.shields.io/badge/API-21%2B-brightgreen.svg?style=flat)
1+
![API](https://img.shields.io/badge/API-26%2B-brightgreen.svg?style=flat)
22
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.5.30-blue.svg)](https://kotlinlang.org)
33
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44

@@ -190,11 +190,8 @@ Add the dependency to your gradle file:
190190
</declare-styleable>
191191
```
192192

193-
## Changelog
194-
**1.0.0**
195-
- Initial release
196-
197-
## TODO
193+
## Todo
194+
**Animation**
198195
- animation like Google, needs help :)
199196

200197
## Author

src/main/kotlin/com/lapism/search/widget/NavigationIconCompat.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@ annotation class NavigationIconCompat {
1515
const val ARROW = 1
1616
const val SEARCH = 2
1717
}
18-
}
18+
}
19+
20+
// TODO ANOTACE, NOVE IKONKY, PORADEK V KNIHOVNE, NEDRZI SI FOCUS

0 commit comments

Comments
 (0)