Skip to content

onimur/android-custom-textview

Custom TextView

This project is an example of how to create a simple custom textview to use alongside XML or just in programming. From this model it is possible to create configurations from the user's choice and define for all implemented textviews.

In answer to a Stack Overflow (Pt-BR) question.

Getting Started

Using Git Bash

git clone [email protected]:MurilloComino/android-custom-textview.git

Using Android Studio

in File > New > Project from Version Control... > git

in URL put: https://github.com/MurilloComino/android-custom-textview.git

and then clone

Installing

  • Connect via usb your android phone.
  • After cloning the project, open the terminal and navigate to the root folder.

Windows

gradlew installDebug

Linux & MacOS

./gradlew installDebug

Example

Built With

License