natario1 / ZoomLayout

2D zoom and pan behavior for View hierarchies, images, video streams, and much more, written in Kotlin for Android.
https://natario1.github.io/ZoomLayout
Apache License 2.0
1.05k stars 147 forks source link

Recyclerview not visible in zoom layout #140

Closed JSBDeveloper closed 4 years ago

JSBDeveloper commented 4 years ago

`<com.otaliastudios.zoom.ZoomLayout android:layout_width="match_parent" android:layout_height="match_parent">

        <androidx.recyclerview.widget.RecyclerView
            android:id="@+id/viewer_recyclerview"
            android:layout_width="match_parent"
            android:layout_height="match_parent"/>
    </com.otaliastudios.zoom.ZoomLayout>`

My code is not showing recyclerview help :-(

markusressel commented 4 years ago

RecyclerView is not supported, see #87, #53 Also match_parent does not make sense, see #54