From e29d3353d55aaca735fa876bedb1d4a6ba65d60b Mon Sep 17 00:00:00 2001 From: jonatansalas Date: Sat, 4 Feb 2017 12:59:19 -0300 Subject: [PATCH] General Changes - Fix issue with indexOutOfBounds on when scrolling by month DatePickerWheelView - Set canLoop in WheelView to false as default value - Removed unused attributes under datepicker and datepicker inverted XML layouts --- app/src/main/res/layout/content_main.xml | 19 ++++++++++++---- .../wheelview/view/DatePickerWheelView.java | 22 ++++++++++--------- .../wheelview/view/WheelView.java | 2 +- .../src/main/res/layout/date_picker.xml | 9 +++----- .../main/res/layout/date_picker_inverted.xml | 9 +++----- 5 files changed, 34 insertions(+), 27 deletions(-) diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index abfe192..2c0e55a 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -17,16 +17,14 @@ android:id="@+id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="Date Pick" - /> + android:text="Date Pick" />