From f6fe26922653b45519d406bd07840719cef1d979 Mon Sep 17 00:00:00 2001 From: Paul Gardiner Date: Mon, 6 Jan 2014 12:24:27 +0000 Subject: Android: for scroll steps, use postOnAnimation when available Using postOnAnimation in place of post noticably improves scroll smoothness. Also avoid posting multiple runnables unnecessarily. --- platform/android/project.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/android/project.properties') diff --git a/platform/android/project.properties b/platform/android/project.properties index d79abae1..895c9ce2 100644 --- a/platform/android/project.properties +++ b/platform/android/project.properties @@ -8,4 +8,4 @@ # project structure. # Project target. -target=android-11 +target=android-16 -- cgit v1.2.3