You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
val current = Calendar.getInstance()
timeLine.setFirstVisibleDate(2016, Calendar.JULY, 19)
timeLine.setLastVisibleDate(2020, Calendar.JULY, 19)
i am doing this, but when i pick by example the 2017/02/18 all the months after that date disappear
i am adding it from this way
<com.github.badoualy.datepicker.DatePickerTimeline
android:id="@+id/timeLine"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/title"
/>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
val current = Calendar.getInstance()
timeLine.setFirstVisibleDate(2016, Calendar.JULY, 19)
timeLine.setLastVisibleDate(2020, Calendar.JULY, 19)
i am doing this, but when i pick by example the 2017/02/18 all the months after that date disappear
i am adding it from this way
<com.github.badoualy.datepicker.DatePickerTimeline
android:id="@+id/timeLine"
android:layout_width="0dp"
android:layout_height="wrap_content"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/title"
/>
The text was updated successfully, but these errors were encountered: