Skip to content

Implementation of a TextView with native support for all the Roboto fonts on all versions of Android.

License

Notifications You must be signed in to change notification settings

leocadiotine/Android-RobotoTextView

 
 

Repository files navigation

Android-RobotoTextView

Implementation of a TextView with native support for all the Roboto fonts on all versions of Android.

Sample

Application is available on Google Play:

Get it on Google Play

screenshot

Compatibility

This library is compatible from API 3 (Android 1.5).

Usage

Sample layout with RobotoTextView:

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
             xmlns:app="http://schemas.android.com/apk/res-auto"
             android:layout_width="match_parent"
             android:layout_height="match_parent">
             
    <com.devspark.robototextview.widget.RobotoTextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            app:typeface="roboto_thin"
            android:textSize="22sp"
            android:text="Roboto Thin"/>
</FrameLayout>

Developed By

License

Copyright 2013 Evgeny Shishkin

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

Implementation of a TextView with native support for all the Roboto fonts on all versions of Android.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%