Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ajithvgiri/Canvas
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithvgiri committed Dec 14, 2017
2 parents 7385c53 + e122077 commit 9c3cfc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-slate

0 comments on commit 9c3cfc4

Please sign in to comment.