| Package | Description |
|---|---|
| android.content.res | |
| android.text.style | |
| android.widget |
| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<ColorStateList> |
ColorStateList.CREATOR |
| Modifier and Type | Method and Description |
|---|---|
static ColorStateList |
ColorStateList.createFromXml(Resources r,
org.xmlpull.v1.XmlPullParser parser) |
ColorStateList |
Resources.getColorStateList(int id) |
ColorStateList |
TypedArray.getColorStateList(int index) |
static ColorStateList |
ColorStateList.valueOf(int color) |
ColorStateList |
ColorStateList.withAlpha(int alpha) |
| Modifier and Type | Method and Description |
|---|---|
ColorStateList |
TextAppearanceSpan.getLinkTextColor() |
ColorStateList |
TextAppearanceSpan.getTextColor() |
| Constructor and Description |
|---|
TextAppearanceSpan(String family,
int style,
int size,
ColorStateList color,
ColorStateList linkColor) |
| Modifier and Type | Method and Description |
|---|---|
ColorStateList |
TextView.getHintTextColors() |
ColorStateList |
TextView.getLinkTextColors() |
ColorStateList |
TextView.getTextColors() |
static ColorStateList |
TextView.getTextColors(Context context,
TypedArray attrs) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextView.setHintTextColor(ColorStateList colors) |
void |
TextView.setLinkTextColor(ColorStateList colors) |
void |
TextView.setTextColor(ColorStateList colors) |
Copyright © 2008-2013. All Rights Reserved.