简体   繁体   中英

Android Ripple effect to Listview items

有没有办法在android支持库中为Listview项添加涟漪效果,因为ripple标签仅适用于API级别21+。

No. You cannot add ripple effect to ListView items using android support library since the support library only supports Lollipop features like FAB, SnackBar, AppBarLayout, FloatingEditText, CoordinatorLayout, CollapsingToolbarLayout, TabLayout, NavigationView . If you need to create custom ripple effect for listitem in ListView follow this tutorial . It has a very good sample creating RippleEffect by extending RelativeLayout, so that you can assign this view as a parent layout in a listitem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM