All Projects → shts → Trianglelabelview

shts / Trianglelabelview

Show triangle view.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Trianglelabelview

Oxchart
各种自定义图表库,使用简单,支持扩展
Stars: ✭ 715 (-17.82%)
Mutual labels:  view
Lvartisan
Laravel artisan command for creating view.
Stars: ✭ 18 (-97.93%)
Mutual labels:  view
Adaptablebottomnavigation
A simpler way for implementing the Bottom Navigation View on Android
Stars: ✭ 844 (-2.99%)
Mutual labels:  view
Creditcardview
💳 CreditCardView is an Android library that allows developers to create the UI which replicates an actual Credit Card.
Stars: ✭ 744 (-14.48%)
Mutual labels:  view
Drab
Remote controlled frontend framework for Phoenix.
Stars: ✭ 833 (-4.25%)
Mutual labels:  view
Crab
JavaScript library for building user interfaces with Custom Elements, Shadow DOM and React like API
Stars: ✭ 22 (-97.47%)
Mutual labels:  view
Numberanimtextview
😿 数字增加和减小动画 TextView
Stars: ✭ 684 (-21.38%)
Mutual labels:  view
Fingereyes Xr
FingerEyes-Xr for HTML5, A JavaScript library for building professional GIS System.
Stars: ✭ 9 (-98.97%)
Mutual labels:  view
Uuwaveview
[iOS]带有波形效果的UI控件,可自定义波形线条的数量、颜色、振幅、传播速度等各种参数。
Stars: ✭ 18 (-97.93%)
Mutual labels:  view
Modelassistant
Elegant library to manage the interactions between view and model in Swift
Stars: ✭ 26 (-97.01%)
Mutual labels:  view
Ringprogressbar
A material design circle the progress bar.
Stars: ✭ 789 (-9.31%)
Mutual labels:  view
Bars
Bars is a lightweight high performance HTML aware templating engine. Bars emits DOM rather than DOM-strings, this means the DOM state is preserved even if data updates happen.
Stars: ✭ 5 (-99.43%)
Mutual labels:  view
Graphview
Android GraphView is used to display data in graph structures.
Stars: ✭ 918 (+5.52%)
Mutual labels:  view
Laravel View Models
View models in Laravel
Stars: ✭ 722 (-17.01%)
Mutual labels:  view
Html
HTML helper library
Stars: ✭ 8 (-99.08%)
Mutual labels:  view
Windowimageview
An ImageView display in RecyclerView, looks like window.
Stars: ✭ 699 (-19.66%)
Mutual labels:  view
Croppy
Image Cropping Library for Android
Stars: ✭ 906 (+4.14%)
Mutual labels:  view
Tabulate
Table Maker for Modern C++
Stars: ✭ 862 (-0.92%)
Mutual labels:  view
Dachshund Tab Layout
Extended Android Tab Layout with animated indicators that have continuous feedback.
Stars: ✭ 853 (-1.95%)
Mutual labels:  view
Partially useful
📑 👀 Helps identifying partials in verbose HTML source code.
Stars: ✭ 23 (-97.36%)
Mutual labels:  view

TriangleLabelView

Show triangle view.

Android Arsenal

How to Use

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

<jp.shts.android.library.TriangleLabelView
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_alignParentLeft="true"
    android:layout_alignParentTop="true"
    app:backgroundColor="@color/yellow_900"
    app:corner="leftTop"
    app:labelBottomPadding="5dp"
    app:labelCenterPadding="0dp"
    app:labelTopPadding="10dp"
    app:primaryText="New"
    app:primaryTextColor="@color/yellow_500"
    app:primaryTextSize="16sp"
    app:secondaryText="01"
    app:secondaryTextColor="@color/yellow_100"
    app:secondaryTextSize="11sp" />

Install

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

allprojects {
		repositories {
			...
			maven { url "https://jitpack.io" }
		}
}

Add the dependency

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

Credits

I used LabelView library by Corer 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].