Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
varyvonchyk-anatol committed Dec 14, 2015
1 parent 8ef407f commit 30c5830
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ HallScheme is a lightweight simple library for creating rectangle halls.

![Alt text](/art/hall_scheme_1.png?raw=true)

![Alt text](/art/hall_scheme_1_zoom.png?raw=true)
![Alt text](/art/hall_scheme_1_zoom.png?raw=true)

### Demo

[![HallScheme Demo on Google Play Store](http://developer.android.com/images/brand/en_generic_rgb_wo_60.png)](https://play.google.com/store/apps/details?id=by.anatoldeveloper.hallscheme.example)

### Integration

**1)** Add as a dependency to your ``build.gradle``:

```groovy
dependencies {
compile 'com.github.Nublo:hallscheme:1.0.0'
}
```

**2)** Add ``by.anatoldeveloper.ZoomableImage`` to your layout XML file. Content is automatically centered within free space.

```xml
Expand Down

0 comments on commit 30c5830

Please sign in to comment.