From 89890e96b2d96ac5774727099d56d4cc18a6c3dd Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 01:50:07 +0530 Subject: [PATCH 1/7] image updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 662cca8..3f48597 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Drawing App Library Simple android library for drawing -![Drawing App](https://imgur.com/a/NSJpC) +![Drawing App](https://imgur.com/tNgmdNY) # Setup ## 1. Provide the gradle dependency From 89218f658f5dcbc96bc4a0b7227b4b30b75e750e Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 01:50:18 +0530 Subject: [PATCH 2/7] image updated From 7432c2bd1bbf9625646ae43f0e3424c9a536f5cd Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 01:53:06 +0530 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f48597..577c1ee 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Drawing App Library Simple android library for drawing -![Drawing App](https://imgur.com/tNgmdNY) +![Drawing App]((https://i.imgur.com/tNgmdNY.png)) # Setup ## 1. Provide the gradle dependency From ac21d601a6adfe128acaef9e8ace4000472b5432 Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 01:53:44 +0530 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 577c1ee..a39d9ab 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Drawing App Library Simple android library for drawing -![Drawing App]((https://i.imgur.com/tNgmdNY.png)) +![Drawing App](https://i.imgur.com/tNgmdNY.png) # Setup ## 1. Provide the gradle dependency From d0c4b3cfc1d120e9fc2e1d565547eb0480c02b28 Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 12:30:11 +0530 Subject: [PATCH 5/7] Android Arsenal Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a39d9ab..75f9c3a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://jitpack.io/v/ajithvgiri/canvas-library.svg)](https://jitpack.io/#ajithvgiri/canvas-library) +[![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-Drawing%20Library-green.svg?style=flat )]( https://android-arsenal.com/details/1/6403 ) [![](https://jitpack.io/v/ajithvgiri/canvas-library.svg)](https://jitpack.io/#ajithvgiri/canvas-library) # Drawing App Library Simple android library for drawing From 0567631062228883b2e48ac23b8d65bb29ef97b2 Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 22:52:53 +0530 Subject: [PATCH 6/7] Set theme jekyll-theme-slate --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file From e122077d12e75295dd408f0fd706f1dca1dd0128 Mon Sep 17 00:00:00 2001 From: Ajith v Giri Date: Sat, 4 Nov 2017 22:55:23 +0530 Subject: [PATCH 7/7] updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75f9c3a..d788a19 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Add the gradle dependency to your `app` module `build.gradle` file: ``` -## 2. Add the `CanvasView` view to your Relative Layout xml file +## 2. Add the Canvas View view to your Relative Layout xml file Make sure `layout_width` and `layout_height` are `match-parent`. and make sure the background of the layout must be white