mattak / OutlinedText

Outlined Text for android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OutlinedText Maven Central Build Status

Install

Android simple outlined TextView library.

Install

compile 'me.mattak:outlined-text:0.0.1'

Usage

You can set strokeColor and strokeWidth.

<me.mattak.outlined_text.OutlinedTextView
    android:layout_width="match_parent"
    android:layout_height="80dp"
    android:text="LeftTop"
    android:textColor="@android:color/white"
    android:textSize="40sp"
    app:strokeColor="@android:color/black"
    app:strokeWidth="10sp" />

outlinedtext

About

Outlined Text for android


Languages

Language:Java 100.0%