material-components / material-components-android

Modular and customizable Material Design UI components for Android
Apache License 2.0
16.23k stars 3.05k forks source link

[Carousel] Hero strategy carousel_alignment not found #3503

Closed ravithoria closed 1 year ago

ravithoria commented 1 year ago

While trying to use material component Carousel with Hero strategy carousel_alignment for xml and setCarouselAlignment programmatically not found

 <androidx.recyclerview.widget.RecyclerView
      ...
      app:layoutManager="com.google.android.material.carousel.CarouselLayoutManager"
      app:carousel_alignment="center"
      android:orientation="horizontal"/>

carouselLayoutManager.setCarouselAlignment(CarouselLayoutManager.CENTER);

Material Library version: 1.11.0-alpha01

imhappi commented 1 year ago

Hero strategy carousel alignment was added in 7cfd30f99b0ccb44540d124b9cca201d1b707e3b which will be in the next alpha release