forked from organicmaps/organicmaps
[new downloader][android] add: Sticky-headers-recyclerview library added
This commit is contained in:
parent
9e8ee5759f
commit
1589771c16
2 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,7 @@ dependencies {
|
|||
// LinearLayoutManager allowing wrap_content of RecyclerView-s
|
||||
// TODO remove this library when default LinearLayoutManager will be fixed.
|
||||
compile 'org.solovyev.android.views:linear-layout-manager:0.5@aar'
|
||||
compile 'com.timehop.stickyheadersrecyclerview:library:0.4.3@aar'
|
||||
}
|
||||
|
||||
def getDate() {
|
||||
|
|
|
@ -184,6 +184,9 @@
|
|||
|
||||
<li class="android"><a href="https://github.com/serso/android-linear-layout-manager">Linear Layout Manager</a><br>
|
||||
© 2014 serso aka se.solovyev; <a href="#apache2-license" class="license">Apache License</a></li>
|
||||
|
||||
<li class="android"><a href="https://github.com/timehop/sticky-headers-recyclerview">sticky-headers-recyclerview</a><br>
|
||||
© 2014 Jacob Tabak; <a href="#apache2-license" class="license">Apache License</a></li>
|
||||
</ul>
|
||||
|
||||
<p lang="en">We also use these wonderful fonts for labels on the map:</p>
|
||||
|
|
Loading…
Add table
Reference in a new issue