|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.actionbarsherlock.internal.ResourcesCompat
public final class ResourcesCompat
| Method Summary | |
|---|---|
static boolean |
getResources_getBoolean(android.content.Context context,
int id)
Support implementation of getResources().getBoolean() that we
can use to simulate filtering based on width and smallest width
qualifiers on pre-3.2. |
static int |
getResources_getInteger(android.content.Context context,
int id)
Support implementation of getResources().getInteger() that we
can use to simulate filtering based on width qualifiers on pre-3.2. |
static int |
loadLogoFromManifest(android.app.Activity activity)
Attempt to programmatically load the logo from the manifest file of an activity by using an XML pull parser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean getResources_getBoolean(android.content.Context context,
int id)
getResources().getBoolean() that we
can use to simulate filtering based on width and smallest width
qualifiers on pre-3.2.
context - Context to load booleans from on 3.2+ and to fetch the
display metrics.id - Id of boolean to load.
public static int getResources_getInteger(android.content.Context context,
int id)
getResources().getInteger() that we
can use to simulate filtering based on width qualifiers on pre-3.2.
context - Context to load integers from on 3.2+ and to fetch the
display metrics.id - Id of integer to load.
public static int loadLogoFromManifest(android.app.Activity activity)
activity - Activity instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||