diff --git a/README.md b/README.md index 662cca8..d788a19 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -[![](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 -![Drawing App](https://imgur.com/a/NSJpC) +![Drawing App](https://i.imgur.com/tNgmdNY.png) # Setup ## 1. Provide the gradle dependency @@ -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 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