Skip to content

Commit e20eb0d

Browse files
committed
readme changes
1 parent 32fd874 commit e20eb0d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Using the ViewDragHelper class, it is possible to create smooth animations that
1010

1111
This new component has been created using some concepts described on [Flavien Laurent Blog][1] and [Denevell Blog][2].
1212

13+
Dragger now uses Rebound from Facebook to provide more realistic animations and improve performance for old devices.
14+
1315
This library should work on API 10 (but not tested yet).
1416

1517
![Demo 1][11]
@@ -108,7 +110,7 @@ repositories {
108110
}
109111
110112
dependencies {
111-
compile 'com.github.ppamorim:dragger:1.0.5.2'
113+
compile 'com.github.ppamorim:dragger:1.1'
112114
}
113115
```
114116

@@ -150,6 +152,7 @@ Contributors
150152
* [Falkirks][12]
151153

152154
This was only possible because [Pedro Vicente Gómez Sánchez][4] helped me and I am very grateful for that! Thank you. :)
155+
And thank you Facebook for provide Rebound library!
153156

154157
Developed By
155158
------------

app/res/layout/toolbar.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
android:id="@+id/toolbar"
55
android:layout_width="match_parent"
66
android:layout_height="56dp"
7-
android:background="@color/accent"/>
7+
android:background="@color/accent"
8+
android:elevation="4dp"/>

0 commit comments

Comments
 (0)