Skip to content

Commit

Permalink
Add video thumbnail to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Saket Narayan committed Sep 14, 2018
1 parent e58a7be commit f0e8aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
InboxRecyclerView is a library for building expandable descendant navigation, inspired by [Google Inbox](http://androidniceties.tumblr.com/post/100872004063/inbox-by-gmail-google-play-link) and [Reply](https://material.io/design/material-studies/reply.html). You can read [my blog post](https://saket.me/inbox-recyclerview) to learn how it was created.
[![](https://github.com/saket/InboxRecyclerView/blob/v1.0.0-beta1/images/static_thumbnail.jpg)](https://youtu.be/aI9wX91m3Qs)

InboxRecyclerView is a library for building expandable descendant navigation, inspired by [Google Inbox](http://androidniceties.tumblr.com/post/100872004063/inbox-by-gmail-google-play-link) and [Reply](https://material.io/design/material-studies/reply.html). If you're interested in learning how it was created, [here's a detailed blog post](https://saket.me/inbox-recyclerview).

```
implementation 'me.saket:inboxrecyclerview:1.0.0-beta1'
Expand Down Expand Up @@ -41,9 +43,7 @@ recyclerViewAdapter.setOnItemClickListener { clickedItem ->

### Pull collapsible activities

To maintain consistency across the whole app, the library also includes a `PullCollapsibleActivity` that brings the same animations and gesture to activities with little effort.

**Usage**
To maintain consistency across the whole app, this library also includes a `PullCollapsibleActivity` that brings the same animations and gesture to activities with little effort.

Step 1. Extend `PullCollapsibleActivity`.

Expand Down
Binary file added images/static_thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/video_thumbnail.jpg
Binary file not shown.

0 comments on commit f0e8aee

Please sign in to comment.