Android代码-BottomSheet

时间:2022-08-27 03:21:43
【文件属性】:
文件名称:Android代码-BottomSheet
文件大小:3.22MB
文件格式:ZIP
更新时间:2022-08-27 03:21:43
Android代码 BottomSheet BottomSheet dialogs library for Android with material design concept. Bottom sheets slide up from the bottom of the screen to reveal more content. Demo Download dependencies { implementation 'org.michaelbel:bottomsheet:1.2.3' } Usage BottomSheet.Builder builder = new BottomSheet.Builder(context); builder .setTitle(CharSequence title) .setItems(CharSequence[] items, Drawable[] icons, DialogInterface.OnClic

网友评论