wo5553435 / IndexView

Just a custom textview which can show text from different orientations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndexView

Just a custom textview which can show text from different orientations like this 点击展示

How to use

Step 1. Add the JitPack repository to your build file

(you can copy this code in your root build.gradle at the end of repositories:)

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

Step 2. Add the dependency

dependencies {
        compile 'com.github.wo5553435:IndexView:0.1.1'
}

if you find bugs ,you can add issues in this project or send e-mail to me (wo5553435@163.com -- almost time of days within offline status--)

About

Just a custom textview which can show text from different orientations


Languages

Language:Kotlin 91.0%Language:Java 9.0%