public final class ResourceHelper extends Object
| Constructor and Description |
|---|
ResourceHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getColor(String value)
Returns the color value represented by the given string value
|
static android.util.TypedValue |
getValue(String attribute,
String value,
boolean requireUnit)
Returns the raw value from the given attribute float-type value string.
|
static boolean |
parseFloatAttribute(String attribute,
String value,
android.util.TypedValue outValue,
boolean requireUnit)
Parse a float attribute and return the parsed value into a given TypedValue.
|
public static int getColor(String value)
value - the color valueNumberFormatException - if the conversion failed.public static android.util.TypedValue getValue(String attribute, String value, boolean requireUnit)
ResourceHelper.attribute - Attribute name.value - Attribute value.requireUnit - whether the value is expected to contain a unit.public static boolean parseFloatAttribute(String attribute, String value, android.util.TypedValue outValue, boolean requireUnit)
attribute - the name of the attribute. Can be null if requireUnit is false.value - the string value of the attributeoutValue - the TypedValue to receive the parsed valuerequireUnit - whether the value is expected to contain a unit.Copyright © 2016. All rights reserved.