jbaginski / elegant-underline

Exploring possible implementations for better underline text decoration on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elegant Underline

Copyright 2016 Romain Guy http://www.curious-creature.com

Elegant Underline is a sample Android application that shows how to create better underline text decorations. For more information, please refer to A better underline for Android.

This sample application exposes two possible implementations:

  • A Path-based implementation that requires API level 19
  • A Region-based implementation that requires API level 1

Elegant underline text decorations on Android

License

This project is subject to the Apache License, Version 2.0.

About

Exploring possible implementations for better underline text decoration on Android

License:Apache License 2.0


Languages

Language:Java 100.0%