All Projects → PHELAT → TextViewPlus

PHELAT / TextViewPlus

Licence: other
an android library for setting custom font in xml layout

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to TextViewPlus

Hyena
鬣狗快速开发库(2018年6月停止维护)
Stars: ✭ 21 (-22.22%)
Mutual labels:  button, textview, edittext
Sharpview
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
Stars: ✭ 137 (+407.41%)
Mutual labels:  button, textview, edittext
ShapeView
打造万能shape,再也不用写很多xml了,可以当做TextView,Button,EditText等多种控件,方便实用
Stars: ✭ 34 (+25.93%)
Mutual labels:  button, textview, edittext
EasyMoney-Widgets
The widgets (EditText and TextView) for support of money requirements like currency, number formatting, comma formatting etc.
Stars: ✭ 91 (+237.04%)
Mutual labels:  textview, edittext
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-3.7%)
Mutual labels:  textview, edittext
textmatcher
A simple text watcher that matches specific targets like mention or hashtag in a string by defining rules
Stars: ✭ 67 (+148.15%)
Mutual labels:  textview, edittext
Gsyricktext
类似微博的emoji表情、@人、话题等的EdiText,优化了编辑框中的光标点击和删除处理。TextView支持emoji表情、话题、链接、电话和@某人特殊显示的文本。
Stars: ✭ 651 (+2311.11%)
Mutual labels:  textview, edittext
Spedittool
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
Stars: ✭ 292 (+981.48%)
Mutual labels:  textview, edittext
KodeEditor
A simple code editor with syntax highlighting and pinch to zoom
Stars: ✭ 60 (+122.22%)
Mutual labels:  textview, edittext
Xrichtext
一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
Stars: ✭ 1,639 (+5970.37%)
Mutual labels:  textview, edittext
Toggleedittextview
Easily switch between EditText and TextView seamlessly.
Stars: ✭ 146 (+440.74%)
Mutual labels:  textview, edittext
Rxmarkdown
📠Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
Stars: ✭ 714 (+2544.44%)
Mutual labels:  textview, edittext
Android Robototextview
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Stars: ✭ 791 (+2829.63%)
Mutual labels:  typeface, textview
SuperShapeView
A smart custom view support shapes for ImageView, TextView ,EditView ,instead of shape.xml.(自定义形状控件,支持TextView,EditText)
Stars: ✭ 60 (+122.22%)
Mutual labels:  textview, edittext
FreeText
Android 字体 文字 特效 动画效果
Stars: ✭ 140 (+418.52%)
Mutual labels:  textview
android-material-design-in-practice
A project to demonstrate the latest material design principles with simple examples. It has additional examples on how to easily scale texts on different screen sizes without extra effort.
Stars: ✭ 67 (+148.15%)
Mutual labels:  textview
Night-Mode-Button
Easy to use night mode button with cool animation
Stars: ✭ 74 (+174.07%)
Mutual labels:  button
react-native-flat-button
Flat button component for react-native
Stars: ✭ 26 (-3.7%)
Mutual labels:  button
TextViewSetWordSpace
Android设置TextView字间距
Stars: ✭ 18 (-33.33%)
Mutual labels:  textview
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (+62.96%)
Mutual labels:  button

TextViewPlus Library

Android Arsenal

A font helper library for setting fonts on Android UI widgets, also you can set fonts from XML layout :)

alt tag

Installation

Gradle

dependencies {
    ...
    compile 'phelat.textview:textviewplus:1.4.0'
}

Maven

<dependency>
  <groupId>phelat.textview</groupId>
  <artifactId>textviewplus</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>

Usage

see the WIKI Page

License

Copyright 2016 Nouri Mohammad Mahdi

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].