public final class FontLoader extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FontLoader.HoloFont |
| Modifier and Type | Method and Description |
|---|---|
static android.view.View |
apply(android.view.View view) |
static android.view.View |
apply(android.view.View view,
FontLoader.HoloFont font) |
static android.view.View |
apply(android.view.View view,
int font) |
static android.view.View |
apply(android.view.View view,
android.graphics.Typeface typeface) |
static android.view.View |
applyDefaultStyles(android.view.View view) |
static android.view.View |
inflate(android.content.Context context,
int res)
Deprecated.
Use
LayoutInflater.inflate(Context, int) instead |
static android.view.View |
inflate(android.content.Context context,
int res,
android.view.ViewGroup parent)
Deprecated.
Use
LayoutInflater.inflate(Context, int, ViewGroup)
instead |
static android.graphics.Typeface |
loadTypeface(android.content.Context context,
int font) |
public static android.view.View apply(android.view.View view)
public static android.view.View apply(android.view.View view,
FontLoader.HoloFont font)
public static android.view.View apply(android.view.View view,
int font)
public static android.view.View apply(android.view.View view,
android.graphics.Typeface typeface)
public static android.view.View applyDefaultStyles(android.view.View view)
@Deprecated public static android.view.View inflate(android.content.Context context, int res)
LayoutInflater.inflate(Context, int) instead@Deprecated public static android.view.View inflate(android.content.Context context, int res, android.view.ViewGroup parent)
LayoutInflater.inflate(Context, int, ViewGroup)
insteadpublic static android.graphics.Typeface loadTypeface(android.content.Context context,
int font)
Copyright © 2012. All Rights Reserved.