From d94017e6f6df67e80604111028ea16f6c7f4e077 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 26 Jul 2019 14:53:29 -0700 Subject: Update versions and setup with google --- .../ca/allanwang/kau/swipe/ViewDragHelper.java | 2 +- core/src/main/res-public/values/public.xml | 52 +++++++++++----------- 2 files changed, 27 insertions(+), 27 deletions(-) (limited to 'core/src') diff --git a/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java b/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java index ac7fb7e..f6e907a 100644 --- a/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java +++ b/core/src/main/kotlin/ca/allanwang/kau/swipe/ViewDragHelper.java @@ -25,7 +25,7 @@ import static ca.allanwang.kau.swipe.SwipeBackHelperKt.SWIPE_EDGE_TOP; * of useful operations and state tracking for allowing a user to drag and reposition * views within their parent ViewGroup. *

- * This is an extension of {@link androidx.core.widget.ViewDragHelper} + * This is an extension of {@link androidx.customview.widget.ViewDragHelper} * Along with additional methods defined in {@link ViewDragHelperExtras} */ class ViewDragHelper implements ViewDragHelperExtras { diff --git a/core/src/main/res-public/values/public.xml b/core/src/main/res-public/values/public.xml index 9761199..0b050dc 100644 --- a/core/src/main/res-public/values/public.xml +++ b/core/src/main/res-public/values/public.xml @@ -1,20 +1,27 @@ - + + + + + + + + + + + + + + - + - - - - - - - - - + + + @@ -43,6 +50,13 @@ + + + + + + + @@ -98,21 +112,7 @@ + - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3