From f0af305c1b4de75c7d74011886198d67a24070e4 Mon Sep 17 00:00:00 2001 From: Dan Kozlov Date: Fri, 3 Aug 2018 16:27:51 +0300 Subject: [PATCH] Readme typos fix --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0759a91..998a237 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ # CrunchyCalendar -**Light**, **powerful** and **easy to use** Calendar Widget with a number of features out of the box: -* Endless vertical scrolling in both directions; +A **light**, **powerful** and **easy to use** Calendar Widget with a number out of the box features: +* Infinite vertical scrolling in both directions; * Setting date boundaries to restrict scrolling inside of a specific time period; * Single / multiple / range dates selection; * Pre-selecting dates; -* Customizing colors; +* Color customization; * Displaying color indicators; * Setting own custom ItemDecoration; * Presented as a View subclass which can be displayed everywhere: in Activity, Fragment or Dialog, @@ -101,10 +101,10 @@ calendarView.onDateClickListener = { ## Saving and Restoring state Calendar takes care of saving and restoring its internal state (selected dates, selection mode, etc.), -so no need to save it manually and call setupCalendar() method every time, +so there's no need to save it manually and call setupCalendar() method every time, when `Activity` or `Fragment` is recreated. -If Calendar was set up with `setupCalendar()` method **before** restoring state, previous saved +If a Calendar was set up with `setupCalendar()` method **before** restoring state, previous saved state will be ignored. ## Dates Selection @@ -158,7 +158,7 @@ val selectedDates: List = calendarView.selectedDates ``` ## Color Indicators -Calendar is able to display simple color indicators (dots) on the date cell. +The Calendar is able to display simple color indicators (dots) on the date cell. Color indicator represents as simple interface, which you can implement in your classes. @@ -245,7 +245,8 @@ drawing logic for specific dates cells. ## Sketch file -Wouldn’t it be a real pain for your designer to ignore Calendar View in your apps mockups? Or to try to explain you, what colors you should use by adding them to Jira task in plain text? +Wouldn’t it be a real pain for your designer to ignore Calendar View in your apps mockups? Or for them to try and explain to you, which colors you should use by adding them to Jira task in _plain text_? + That is lame. That’s why we’ve added a `.sketch`-file to this repository [here](Calendar%20for%20Android.sketch). Have fun! ## License