목록flexibleViewpagerHeight (1)
Foggy day
Android(Kotlin) - FlexibleViewPagerHeight when you want to apply wrapContent to viewPager
Normal viewpager does not have the wrapContent attribute applied. However, someTimes we need to set height of the ViewPager to match the contents. So I created a CustomViewPager class that extends ViewPager and The CustomViewPager allows you to flexibly set height of ChildViews. To understand this post, you must have a basic understanding of ViewPager. Video preview 1. CustomViewPager First of a..
Android
2020. 12. 26. 16:48