roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 532 forks source link

Add enable/disable option to wrap content in InfiniteViewPager #406

Closed gavrushkin closed 5 years ago

gavrushkin commented 8 years ago

If you set new option to false it allows you to make something like this:

    <LinearLayout
        android:id="@+id/caldroid_fragment_layout"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1"
        android:orientation="vertical"/>

And caldroid cells will be resized to available space in layout.

I can provide small working example if you would like to check.

zyavrik commented 6 years ago

It's not working for me. Did you test the latest version?

gavrushkin commented 6 years ago

No, this request is not necessary anymore for me and can be closed