HamCheeseDev / OutlinedTextView

Android outlined text view

Home Page:https://github.com/HamCheeseDev/OutlinedTextView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OutlinedTextView

Android outlined text view.

Download

compile 'jp.hamcheesedev:outlinedtextview:0.1.0'

Usage

<jp.hamcheesedev.outlinedtextview.CompatOutlinedTextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Your text here"
    app:strokeColor="#F00"
    app:strokeWidth="2dp"/>

or

<jp.hamcheesedev.outlinedtextview.OutlinedTextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:text="Your text here"
    app:strokeColor="#F00"
    app:strokeWidth="2dp"/>

License

Copyright (C) 2016 HamCheeseDev

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.

About

Android outlined text view

https://github.com/HamCheeseDev/OutlinedTextView

License:Apache License 2.0


Languages

Language:Java 100.0%