Merge "Updated text selection color. As in 133272"

This commit is contained in:
Gilles Debunne
2011-09-08 11:18:23 -07:00
committed by Android (Google) Code Review

View File

@@ -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