Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
70f6eac6
Commit
70f6eac6
authored
Jan 15, 2014
by
Adrien Maglo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SlidingPaneLayout: increase the sensitivity of the view drag helper
parent
cfb375ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/src/org/videolan/vlc/widget/SlidingPaneLayout.java
...ndroid/src/org/videolan/vlc/widget/SlidingPaneLayout.java
+1
-1
No files found.
vlc-android/src/org/videolan/vlc/widget/SlidingPaneLayout.java
View file @
70f6eac6
...
...
@@ -202,7 +202,7 @@ public class SlidingPaneLayout extends ViewGroup {
ViewCompat
.
setAccessibilityDelegate
(
this
,
new
AccessibilityDelegate
());
ViewCompat
.
setImportantForAccessibility
(
this
,
ViewCompat
.
IMPORTANT_FOR_ACCESSIBILITY_YES
);
mDragHelper
=
ViewDragHelper
.
create
(
this
,
0.5
f
,
new
DragHelperCallback
());
mDragHelper
=
ViewDragHelper
.
create
(
this
,
1.0
f
,
new
DragHelperCallback
());
mDragHelper
.
setMinVelocity
(
MIN_FLING_VELOCITY
*
density
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment