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 |