Skip to content

askarsyzdykov/KazakhCharsView

Repository files navigation

KazakhCharsView

Requirements

  • Minimum SDK version: 16

Usage

Step 1. Add it 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.askarsyzdykov:kazakhcharsview:0.1'
}

Drawing

The following properties are available:

property name type description
app:kcv_allCaps boolean Present the text in ALL CAPS.
app:kcv_fontSize dimension Size of the text.
app:kcv_textColor color or resource Text color.
app:kcv_type enum cyrillic or latin, e.g. Ә for cyrillic or Á for latin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published