aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-17 12:10:50 -0700
committerAllan Wang <me@allanwang.ca>2017-06-17 12:10:50 -0700
commita9096748fa49c2f8c3cec0de017058114d5ae626 (patch)
tree3a81170fa6eb1f81aa690919d10c1667a5afaa57 /README.md
parent56f423dfe0ad9605907d8ba4d13482378c208ba3 (diff)
downloadkau-a9096748fa49c2f8c3cec0de017058114d5ae626.tar.gz
kau-a9096748fa49c2f8c3cec0de017058114d5ae626.tar.bz2
kau-a9096748fa49c2f8c3cec0de017058114d5ae626.zip
Add more readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 29bac91..91eca7d 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ Each item also extends a bunch of other contracts that allow for mandatory argum
The contracts are as follows:
Contract | Mandatory | Optional | Description
-:--- | :--- | :---
+:--- | :--- | :--- | :---
`CoreAttributeContract` | `NA` | `textColor` `accentColor` | Defines stylings that are added in every item
`CoreContract` | `titleRes` | `descRes` `iicon` | Implemented by every item
`BaseContract` | `getter` `setter` | `enabler` `onClick` `onDisabledClick` | Implemented by every preference item
@@ -108,7 +108,7 @@ Contract | Mandatory | Optional | Description
The kpref items are as followed:
Item | Implements | Description
-:--- | :---
+:--- | :--- | :---
`checkbox` | `CoreContract` `BaseContract` | Checkbox item; by default, clicking it will toggle the checkbox and the kpref
`colorPicker` | `CoreContract` `BaseContract` `KPrefColorContract` | Color picker item; by default, clicking it will open a dialog which will change the color (int)
`header` | `CoreContract` | Header; just a title that isn't clickable