Loading core/res/res/values/attrs.xml +4 −8 Original line number Original line Diff line number Diff line Loading @@ -2072,16 +2072,12 @@ it is LTR if it contains any strong LTR characters. If there are neither, the it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view’s resolved layout direction. --> paragraph direction is the view’s resolved layout direction. --> <enum name="anyRtl" value="2" /> <enum name="anyRtl" value="2" /> <!-- The paragraph direction is the same as the one held by a 60% majority of the characters. If there is no majority then the paragraph direction is the resolved layout direction of the View. --> <enum name="charCount" value="3" /> <!-- The paragraph direction is left to right. --> <!-- The paragraph direction is left to right. --> <enum name="ltr" value="4" /> <enum name="ltr" value="3" /> <!-- The paragraph direction is right to left. --> <!-- The paragraph direction is right to left. --> <enum name="rtl" value="5" /> <enum name="rtl" value="4" /> <!-- The paragraph direction is coming from the system Locale. --> <!-- The paragraph direction is coming from the system Locale. --> <enum name="locale" value="6" /> <enum name="locale" value="5" /> </attr> </attr> </declare-styleable> </declare-styleable> Loading Loading
core/res/res/values/attrs.xml +4 −8 Original line number Original line Diff line number Diff line Loading @@ -2072,16 +2072,12 @@ it is LTR if it contains any strong LTR characters. If there are neither, the it is LTR if it contains any strong LTR characters. If there are neither, the paragraph direction is the view’s resolved layout direction. --> paragraph direction is the view’s resolved layout direction. --> <enum name="anyRtl" value="2" /> <enum name="anyRtl" value="2" /> <!-- The paragraph direction is the same as the one held by a 60% majority of the characters. If there is no majority then the paragraph direction is the resolved layout direction of the View. --> <enum name="charCount" value="3" /> <!-- The paragraph direction is left to right. --> <!-- The paragraph direction is left to right. --> <enum name="ltr" value="4" /> <enum name="ltr" value="3" /> <!-- The paragraph direction is right to left. --> <!-- The paragraph direction is right to left. --> <enum name="rtl" value="5" /> <enum name="rtl" value="4" /> <!-- The paragraph direction is coming from the system Locale. --> <!-- The paragraph direction is coming from the system Locale. --> <enum name="locale" value="6" /> <enum name="locale" value="5" /> </attr> </attr> </declare-styleable> </declare-styleable> Loading