bottomsheets:适用于Android的Material Bottom Sheets库

时间:2024-02-23 23:03:17
【文件属性】:

文件名称:bottomsheets:适用于Android的Material Bottom Sheets库

文件大小:3.8MB

文件格式:ZIP

更新时间:2024-02-23 23:03:17

android kotlin java ui material

底页 Android库旨在通过精美的无结素材设计底图丰富您的应用程序 BottomSheets通过其对材料底部表格的流畅,流畅的实施,将使您的应用程序对最终用户更具吸引力。 内容 演示版 示范影片 屏幕截图 入门 确保已将jcenter()存储库添加到*build.gradle文件中。 buildscript { // ... repositories { // ... jcenter() } // ... } 将库依赖项添加到模块级build.gradle文件中。 最新版本: ext { // ... bottomSheetsLibraryVersion = " 1.0.0 " } dependencies { // ... implementation " com.arthurivanets.bottomsheet:bottomsheets-core:1.0.0 " } 在*gradle.properties文件中启用jetifier和androidX支持。 // ..


网友评论