We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3b725 commit ce488d9Copy full SHA for ce488d9
README.md
@@ -36,8 +36,7 @@ Add the following to your `build.gradle`:
36
* accentColor - The colour of the accent to use to highlight the view when it's in focus, defaults
37
to `android:colorAccent` from the current theme.
38
* accentWidth - The width of the accent highlight, default 3dp.
39
-* accentType - Defines the behaviour of the accent:
+* accentType - Defines the behaviour of the accent, default none, options:
40
* none - disabled
41
* all - highlights each separate digit view
42
- * character - highlights a single digit view to represent the position of the cursor
43
-Default none.
+ * character - highlights a single digit view to represent the position of the cursor
0 commit comments