跳至主要内容

博文

目前显示的是标签为“ListView”的博文

[Widget]SelectionView-快速跳选View

SelectionView ICON 快速跳选View,与列表视图搭配使用(ListView、RecyclerView),常用于联系人列表快速选取。 预览 screenshots 要求 minSdkVersion 4 链接 Github Bintray 使用 基本布局 < am .widget.selectionview.SelectionView xmlns : app = " http://schemas.android.com/apk/res-auto " android : id = " @+id/selection_sv_selection " android : layout_width = " match_parent " android : layout_height = " match_parent " app : svBarBackground = " @drawable/bg_selection_bar " app : svBarItemHeight = " 32dp " app : svBarSlider = " @drawable/ic_selection_slider " app : svBarStyle = " List " app : svBarWidth = " 32dp " app : svNoticeAnimation = " true " app : svNoticeBackground = " @drawable/bg_selection_notice " app : svNoticeHeight = " 64dp " app : svNoticeLocation = " ViewCenter " app : svNoticePadding = " 1...