Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shts/TriangleLabelView

Show triangle view.
https://github.com/shts/TriangleLabelView

android-library triangle view

Last synced: 14 days ago
JSON representation

Show triangle view.

Awesome Lists containing this project

README

        

TriangleLabelView
====================
Show triangle view.

[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-TriangleLabelView-green.svg?style=true)](https://android-arsenal.com/details/1/3336)

[![](https://jitpack.io/v/shts/TriangleLabelView.svg)](https://jitpack.io/#shts/TriangleLabelView)

How to Use
=====

To see how the TriangleLabelView are added to your xml layouts, check the sample project.

```

```

Install
=====

Add it in your root `build.gradle` at the end of repositories:

```groovy
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
```
Add the dependency

```groovy
dependencies {
compile 'com.github.shts:TriangleLabelView:1.1.2'
}
```

Credits
=======
I used [LabelView](https://github.com/corerzhang/LabelView) library by [Corer](https://github.com/corerzhang) as a base for development.

License
=======

Copyright (C) 2016 Shota Saito

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.