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

Commit 0c4f8ec6 authored by Gilles Debunne's avatar Gilles Debunne Committed by Android (Google) Code Review
Browse files

Merge "Updated text selection color. As in 133272"

parents cad99824 6fbe5ca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11339,7 +11339,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener
    private final TextPaint         mTextPaint;
    private boolean                 mUserSetTextScaleX;
    private final Paint             mHighlightPaint;
    private int                     mHighlightColor = 0x4C33B5E5;
    private int                     mHighlightColor = 0x6633B5E5;
    /**
     * This is temporarily visible to fix bug 3085564 in webView. Do not rely on
     * this field being protected. Will be restored as private when lineHeight