https://github.com/xdtianyu/ColorPicker
. compile project(':android-colorpicker') ... } ...The package name of the library is com.woalk.apps.lib.colorpicker (may be different across different branches of this repo).###Use ColorPickerDialog The simplest way to use the color picker:m...
implementation 'com.github.Dhaval2404:ColorPicker:2.3' The ColorPicker configuration is created using the builder pattern. // Kotlin Code ColorPickerDialog .Builder(this) // Pass Activity Instance .setTitle("Pick Theme") // Default "Choose Color" .setColorShape(ColorShape.SQAURE) // Default Colo...
OptionPicker picker = new OptionPicker(this, new String[]{ "第一项", "第二项", "这是一个很长很长很长很长很长很长很长很长很长的很长很长的很长很长的项" }); picker.setOffset(2); picker.setSelectedIndex(1); picker.setTextSize(11); picker.setOnOptionPickListener(new OptionPicker.On...
“app”是测试用例;“library”包括WheelPicker、ColorPicker、FilePicker, WheelPicker包括DatePicker、TimePicker、OptionPicker、LinkagePicker、AddressPicker、NumberPicker、CarNumberPicker等。 懒人建议直接远程加载jcenter里的 WheelPicker、FilePicker及ColorPicker是独立的,需要用哪个就compile哪个。 latest.release表示使用最新...
“app”是测试用例;“library”包括WheelPicker、ColorPicker、FilePicker、MultiplePicker, WheelPicker包括DatePicker、TimePicker、OptionPicker、LinkagePicker、AddressPicker、NumberPicker、DoublePicker等。 其中WheelPicker、FilePicker及ColorPicker是独立的,需要用哪个就只依赖哪个,latest.release表示使用最新版,也可以参照此处...
The library is posted on jcenter. So, just the following code should be enough to get you started: Place this in your app module's build.gradle file: dependencies { compile 'com.azeesoft.lib.colorpicker:colorpicker:1.0.8@aar' }
GitHub 上受欢迎的 Android UI Library 整理(一) 抽屉菜单 https://github.com/mikepenz/MaterialDrawer ★7337 - 安卓抽屉效果实现方案 https://github.com/Yalantis/Side-Menu.Android ★3865 - 创意边侧菜单 https://github.com/mxn21/FlowingDrawer ★1744 - 向右滑动流动抽屉效果...
For further doumentation about how to use the library, check thedemoapp included in this project. Downloadthe latest AARor grab via Gradle: implementation'com.jaredrummler:colorpicker:1.1.0' Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in ...
ColorPickerView 颜色选择器,支持PopupWindows或新的Activity中打开 项目地址:https://code.google.com/p/color-picker-view/ 效果图: HoloColorPicker 颜色选择器 项目地址:https://github.com/LarsWerkman/HoloColorPicker Demo地址:https://docs.google.com/file/d/0BwclyDTlLrdXRzVnTGJvTlRfU2s/edit ColorPic...