Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sacot41 committed Mar 9, 2017
1 parent 7ad7828 commit e93d9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -28,11 +28,11 @@ First, add SCViewPager to your project. Create an activity with the viewPage and
android:layout_height="match_parent"
tools:context=".MainActivity">

<com.dev.sacot41.myresume.SCViewPager
<com.dev.sacot41.scviewpager.SCViewPager
android:id="@+id/viewpager_main_activity"
android:layout_width="match_parent"
android:layout_height="match_parent">
</com.dev.sacot41.myresume.SCViewPager>
</com.dev.sacot41.scviewpager.SCViewPager>

<TextView
android:id="@+id/textview_to_animate"
Expand Down

0 comments on commit e93d9ad

Please sign in to comment.