Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
valkriaine committed May 9, 2022
2 parents aa1db4e + 7c6641a commit ff732b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ Use as normal RecyclerView. Place it in your layout:
android:layout_height="match_parent"
app:recyclerview_fling_animation_size=".7"
app:recyclerview_overscroll_animation_size=".7"
app:recyclerview_damping_ratio="DAMPING_RATIO_LOW_BOUNCY"
app:recyclerview_stiffness="STIFFNESS_MEDIUM"
app:recyclerview_damping_ratio="RECYCLERVIEW_DAMPING_RATIO_LOW_BOUNCY"
app:recyclerview_stiffness="RECYCLERVIEW_STIFFNESS_MEDIUM"
app:allow_drag_reorder="true"
app:allow_item_swipe="false"/>
```
Expand Down Expand Up @@ -150,8 +150,8 @@ A known issue is when customizing spring properties, items close to the edges of
android:id="@+id/rc"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:recyclerview_damping_ratio="DAMPING_RATIO_HIGH_BOUNCY"
app:recyclerview_stiffness="STIFFNESS_LOW"
app:recyclerview_damping_ratio="RECYCLERVIEW_DAMPING_RATIO_HIGH_BOUNCY"
app:recyclerview_stiffness="RECYCLERVIEW_STIFFNESS_LOW"
app:allow_drag_reorder="true"
app:allow_item_swipe="true"/>

Expand Down

0 comments on commit ff732b0

Please sign in to comment.