From a9096748fa49c2f8c3cec0de017058114d5ae626 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 17 Jun 2017 12:10:50 -0700 Subject: Add more readme --- README.md | 4 ++-- 1 file 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 -- cgit v1.2.3