From 7690bac49d5c09b6f964e875cd3577db51343d14 Mon Sep 17 00:00:00 2001 From: RealWorldEdits376W <109642348+RealWorldEdits376W@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:53:36 -0700 Subject: [PATCH] Typo errors fixed In the first paragraph, the Android FillableLoaders, section, "providing" must be written as "provide". The line "Android Open Source library providing an interesting fillable progress view working with SVG paths." must be written as: "Android Open Source library **provides** an interesting fillable progress view working with SVG paths. In the "How to" section, under the third program diagram, the line is written as "Or if you rather you can do it by code using the FillableLoaderBuilder class." This line should be written as, " Or if you, rather, you can do it by code using the FillableLoaderBuilder class. Thank you. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3d4f97..5aa6df5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Android FillableLoaders [![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](http://www.apache.org/licenses/LICENSE-2.0) [![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html) [![coverity](https://scan.coverity.com/projects/8852/badge.svg)](https://scan.coverity.com/projects/jorgecastilloprz-androidfillableloaders) -Android Open Source library providing an interesting fillable progress view working with SVG paths. +Android Open Source library provides an interesting fillable progress view working with SVG paths. This is a nice option too if you want to create an interesting branding logo for your app. Check [this blog post](http://jorgecastillo.xyz/2015/08/16/android-fillable-loaders/) in order to get more technical details about the library. @@ -71,7 +71,7 @@ And to include it into your layout: Read "Customize filling" section to implement a custom one. --> ``` -Or if you rather you can do it by code using the `FillableLoaderBuilder` class. It will get automatically +Or if you, rather, you can do it by code using the `FillableLoaderBuilder` class. It will get automatically attached to the given parent view. Use the `LayoutParams` argument to position it: ```java FillableLoaderBuilder loaderBuilder = new FillableLoaderBuilder();