CompoundIconTextView


Source link: https://github.com/AAkira/CompoundIconTextView

CompoundIconTextView

An android library that is able to set a vector drawable at text view pre-Lollipop.

Preview

Features

  • Set a vector drawable at text view pre-Lollipop

Usage

Gradle

You should set this line in your gradle file if you set colors to vector drawable pre-Lollipop.

android {

  defaultConfig {

vectorDrawables.useSupportLibrary = true
  
}
 
}

Code

CompoundIconTextView tv = (CompoundIconTextView) findViewById(R.id.compoundIconTextView);
  // set icon drawable tv.setVectorDrawableTop(R.drawable.ic_android_black_24dp);
 tv.setVectorDrawableLeft(R.drawable.ic_android_black_24dp);
  // set icon color tv.setIconColorResource(R.color.colorPrimary);
  // set icon size tv.setIconSizeResource(R.dimen.icon_size, R.dimen.icon_size);
 tv.setIconSize(32, 32);
  // clear icon tv.setVectorDrawableRight(CompoundIconTextView.UNDEFINED_RESOURCE);
 

Xml

<?xml version="1.0" encoding="UTF-8"?>  <com.github.aakira.compoundicontextview.CompoundIconTextView

android:id="@+id/compoundIconTextView"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:drawablePadding="4dp"

android:gravity="center"

android:text="Hello World!"

android:textColor="#3F51B5"

android:textSize="16sp"

app:cit_drawableLeft="@drawable/ic_android_black_24dp"

app:cit_iconColor="#000"

app:cit_iconHeight="16dp"

app:cit_iconWidth="16dp" />

Attributes

attribute name description
cit_drawableLeft Sets a drawable or vector drawable to left of TextView
cit_drawableTop Sets a drawable or vector drawable to top of TextView
cit_drawableBottom Sets a drawable or vector drawable to bottom of TextView
cit_drawableRight Sets a drawable or vector drawable to right of TextView
cit_drawableStart Sets a drawable or vector drawable to start of TextView (for RTL)
cit_drawableEnd Sets a drawable or vector drawable to end of TextView (for RTL)
cit_iconWidth Sets a width of icon
cit_iconHeight Sets a width of icon
cit_iconColor Sets a icon color

Setup

Gradle

Add the dependency in your build.gradle

buildscript {
  repositories {

jcenter()  
}
 
}
  dependencies {
  compile 'com.github.aakira:compound-icon-textview:1.2.1@aar' 
}

Using libraries

Author

Akira Aratani

  • Twitter
  • Mail

License

Copyright (C) 2017 A.Akira  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. 

Resources

Data inspection toolbar for android development.

BlurImageView For Android, you can load your image progressively like Medium.

AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. No splendid GUI interface, but the most efficient (less than 2 minutes per scan in average) and more accurate.

Nuwa is a goddess in ancient Chinese mythology best known for repairing the pillar of heaven.

With this Nuwa project, you can also have the repairing power, fix your android application without have to publish a new APK to the appstore.

Android framework for dynamic patch-fixes.

A way to set heartbeat interval and the User receive PushNotifications from GCM.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes