Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shts/TriangleLabelView
- Owner: shts
- Created: 2016-03-19T04:16:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T21:21:10.000Z (over 6 years ago)
- Last Synced: 2024-10-06T17:34:23.358Z (about 1 month ago)
- Topics: android-library, triangle, view
- Language: Java
- Homepage:
- Size: 2.83 MB
- Stars: 876
- Watchers: 16
- Forks: 122
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- -awesome-android-ui - TriangleLabelView - 2.0) | <img src="/art/TriangleLabelView.jpg" width="49%"> (Index `(light-weight pages)`)
- awesome-android-ui - TriangleLabelView - 2.0) | <img src="/art/TriangleLabelView.jpg" width="49%"> (Index `(light-weight pages)`)
- awesome-github-android-ui - TriangleLabelView - 显示三角视图 (Label)
- awesome-android-ui - TriangleLabelView - 2.0) | <img src="/art/TriangleLabelView.jpg" width="49%"> (Index)
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 athttp://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.