public final class TextUtilsCompat
extends Object
| java.lang.Object | |
| ↳ | android.support.v4.text.TextUtilsCompat |
Fields |
|
|---|---|
public static final Locale |
ROOT |
Public methods |
|
|---|---|
static int |
getLayoutDirectionFromLocale(Locale locale) 返回给定语言环境的布局方向 |
static String |
htmlEncode(String s) Html编码字符串。 |
Inherited methods |
|
|---|---|
java.lang.Object
|
|
int getLayoutDirectionFromLocale (Locale locale)
返回给定语言环境的布局方向
| Parameters | |
|---|---|
locale |
Locale: the Locale for which we want the layout direction. Can be null. |
| Returns | |
|---|---|
int |
the layout direction. This may be one of: LAYOUT_DIRECTION_LTR or LAYOUT_DIRECTION_RTL. Be careful: this code will need to be updated when vertical scripts will be supported |