All Projects → jgabrielfreitas → LicenseTextView

jgabrielfreitas / LicenseTextView

Licence: Apache-2.0 license
Custom Lincese TextView for android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to LicenseTextView

Blitz
Android Library: Set self-updating string with relative time in TextView (e.g. 5 minutes ago)
Stars: ✭ 217 (+600%)
Mutual labels:  android-ui, textview
Spedittool
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
Stars: ✭ 292 (+841.94%)
Mutual labels:  android-ui, textview
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (-16.13%)
Mutual labels:  android-ui, textview
TypedTextView
Custom implementation of Android's TextView simulating a keyboard/type-writer.
Stars: ✭ 57 (+83.87%)
Mutual labels:  android-ui, textview
TextViewSetWordSpace
Android设置TextView字间距
Stars: ✭ 18 (-41.94%)
Mutual labels:  textview
android-gallery
Shared element transition example with RecyclerView and ViewPager.
Stars: ✭ 38 (+22.58%)
Mutual labels:  android-ui
ToolTipPopupWordTV
ToolTipopupWordTV is an Open Source Android library that allows developers to easily open a popup with details by select a word from a textview.
Stars: ✭ 41 (+32.26%)
Mutual labels:  textview
LoginDemo
No description or website provided.
Stars: ✭ 73 (+135.48%)
Mutual labels:  android-ui
hat-view
Allow to put "hat" on TextView. Inspired by Telegram appbar title with Santa Claus hat 🎅🏻
Stars: ✭ 51 (+64.52%)
Mutual labels:  textview
Hyena
鬣狗快速开发库(2018年6月停止维护)
Stars: ✭ 21 (-32.26%)
Mutual labels:  textview
OnboardingDemo
Onboarding Example. Uses ViewPager's PageTransformer to animate elements.
Stars: ✭ 44 (+41.94%)
Mutual labels:  android-ui
QuadTreeAndroid
Library that helps to implement the QuadTree in android, by using splitting images
Stars: ✭ 30 (-3.23%)
Mutual labels:  android-ui
MaterialDesign-Toast
Custom android Toast with Material Design
Stars: ✭ 70 (+125.81%)
Mutual labels:  android-ui
sTooltip
A simple Tooltip Library
Stars: ✭ 44 (+41.94%)
Mutual labels:  android-ui
momentz
Momentz is an android library for showing timed view just like WhatsApp, Facebook and Instagram stories.
Stars: ✭ 107 (+245.16%)
Mutual labels:  android-ui
Circular-Progress-View
A customisable circular progress view for android.
Stars: ✭ 39 (+25.81%)
Mutual labels:  android-ui
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (+3.23%)
Mutual labels:  android-ui
floating-layout-android
Floating Layout library for Android
Stars: ✭ 55 (+77.42%)
Mutual labels:  android-ui
ReactButton
Android Library to make it easy to add ReactButton feature in your app with Multi Reactions like Facebook or Linkedin, you can add many reactions as you want, you can also split them into a number of columns, and also customize the colours and text for each reaction
Stars: ✭ 100 (+222.58%)
Mutual labels:  android-ui
FreeText
Android 字体 文字 特效 动画效果
Stars: ✭ 140 (+351.61%)
Mutual labels:  textview

LicenseTextView

#LicenseTextView Easy License View for Android

###How to Step 1. Add the JitPack repository to your build file

allprojects {
		repositories {
			...
			maven { url  "http://dl.bintray.com/jgabrielfreitas/maven" }
		}
	}

Step 2. Add the dependency

dependencies {
		compile 'com.jgabrielfreitas:licensetextview:1.1.2'
	}

That's it!

###Usage

Do it in your root layout

<com.jgabrielfreitas.androidmdown.widget.LicenseTextView
        android:id="@+id/licenseTextView"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:padding="10dp"
        android:text="@string/license"
        app:backgroundLicenseColor="#F7F7F7"
        app:licenseColor="#333333" />

To have your text look like this :

LicenseTextView

License

Copyright 2016 JGabrielFreitas

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].