Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81453f76 authored by Fabrice Di Meglio's avatar Fabrice Di Meglio Committed by Android (Google) Code Review
Browse files

Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"

parents bb3968fe 8a551a53
Loading
Loading
Loading
Loading
+4 −8
Original line number Diff line number Diff line
@@ -2072,16 +2072,12 @@
                 it is LTR if it contains any strong LTR characters.  If there are neither, the
                 paragraph direction is the view’s resolved layout direction. -->
            <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. -->
            <enum name="ltr" value="4" />
            <enum name="ltr" value="3" />
            <!-- 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. -->
            <enum name="locale" value="6" />
            <enum name="locale" value="5" />
        </attr>
    </declare-styleable>