Skip to content
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.

views hidden after pick a date before #25

Open
cubo1123 opened this issue Jul 7, 2018 · 0 comments
Open

views hidden after pick a date before #25

cubo1123 opened this issue Jul 7, 2018 · 0 comments

Comments

@cubo1123
Copy link

cubo1123 commented Jul 7, 2018

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"
/>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant