Skip to content

Commit

Permalink
Merge pull request #121 by @swolfand.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksoichiro committed May 6, 2015
2 parents e9e6f95 + 362f5a4 commit e883710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quick-start/animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This time, we implement ActionBar animation using `AppCompatActivity` in the sup

## Apply layout to the activity

At first, let `Activity` extend the `AppCompatActivity` and set [the layout we wrote](../../../docs/quick-start/layout.md) to it.
At first, let `Activity` extend the `AppCompatActivity` and set [the layout we wrote](../../docs/quick-start/layout.md) to it.

```java
import android.support.v7.app.AppCompatActivity;
Expand Down Expand Up @@ -103,7 +103,7 @@ You can see the ActionBar gets hidden or shown when you swipe the ListView.
As you can see, the most important codes are the animation codes in the callbacks.
You can learn how to write these code in this tutorial.

In the [next section](../../../docs/example/index.md), we'll check the existing examples to see what we can do with this library.
In the [next section](../../docs/example/index.md), we'll check the existing examples to see what we can do with this library.
## Program list
Expand Down

0 comments on commit e883710

Please sign in to comment.