Skip to content

Commit 1751679

Browse files
authored
Update README.md
1 parent 625e389 commit 1751679

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allprojects {
3535
And add below dependency code to your **module**'s `build.gradle` file.
3636
```gradle
3737
dependencies {
38-
implementation "com.github.skydoves:colorpickerview:2.1.6"
38+
implementation "com.github.skydoves:colorpickerview:2.1.7"
3939
}
4040
```
4141

@@ -288,6 +288,7 @@ new ColorPickerDialog.Builder(this, AlertDialog.THEME_DEVICE_DEFAULT_DARK)
288288
})
289289
.attachAlphaSlideBar(true) // default is true. If false, do not show the AlphaSlideBar.
290290
.attachBrightnessSlideBar(true) // default is true. If false, do not show the BrightnessSlideBar.
291+
.setBottomSpace(12) // set bottom space between the last slidebar and buttons.
291292
.show();
292293
```
293294

0 commit comments

Comments
 (0)