Skip to content

Commit 091fa2b

Browse files
committed
✨ Support the divider length (#144)
1 parent c43b157 commit 091fa2b

3 files changed

Lines changed: 127 additions & 87 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It's based on [android.widget.NumberPicker](https://android.googlesource.com/pla
1010
## Features
1111

1212
- Customizable fonts(color, size, strikethrough, underline, typeface)
13-
- Customizable dividers(color, distance, thickness)
13+
- Customizable dividers(color, distance, length, thickness, type)
1414
- Horizontal and Vertical mode are both supported
1515
- Ascending and Descending order are both supported
1616
- Also supports negative values and multiple lines
@@ -145,6 +145,7 @@ add `xmlns:app="http://schemas.android.com/apk/res-auto"`
145145
|np_accessibilityDescriptionEnabled|Flag whether the accessibility description enabled.|enabled|
146146
|np_dividerColor|The color of the selection divider.|
147147
|np_dividerDistance|The distance between the two selection dividers.|
148+
|np_dividerLength|The length of the selection divider.|
148149
|np_dividerThickness|The thickness of the selection divider.|
149150
|np_dividerType|The type of the selection divider.|side_lines|
150151
|np_fadingEdgeEnabled|Flag whether the fading edge should enabled.|

0 commit comments

Comments
 (0)