Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagu authored Aug 14, 2019
1 parent 33c7a17 commit b6b5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Then bind it to the collection view with `app:items` and `app:itemBinding`.
app:items="@{viewModel.items}"
app:itemBinding="@{viewModel.itemBinding}"/>

<android.support.v4.view.ViewPager
<androidx.viewpager.widget.ViewPager
android:layout_width="match_parent"
android:layout_height="match_parent"
app:items="@{viewModel.items}"
Expand Down

0 comments on commit b6b5c33

Please sign in to comment.