Best android open-source packages and libraries.

UIActionSheetView

[1.2.0以后版本由UIWidget维护,不做更新]一个自定义ActionSheetView Dialog,包括iOS样式、微信样式、BottomSheet效果,支持文本及颜色设置;更全常见UI库参看 UIWidget
Updated 1 year ago

UIActionSheetView


一、简介:

一个自定义ActionSheetView Dialog,包括iOS样式、微信样式、BottomSheet效果,支持文本及颜色设置;更全常见UI库参看 UIWidget

说明1.2.0以后版本UIWidget维护,不再做版本更新

1、包括iOS样式、微信样式、BottomSheet效果

2、多种属性可通过Java方法自定义

[Sample PC Download]

[Sample Mobile Download]

1.1 Gradle集成

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}
dependencies {
     //compile 'com.github.AriesHoo:UIActionSheetView:1.2.1'
     compile 'com.github.AriesHoo:UIActionSheetView:${LATEST_VERSION}'
}

二、录屏预览