Merge "Rounded caret" into ub-launcher3-dorval-polish
am: 7056275771
Change-Id: Id219fce386182d1fb1150f2dcfcf1855af5180d4
This commit is contained in:
@@ -49,8 +49,8 @@ public class CaretDrawable extends Drawable {
|
||||
mCaretPaint.setAntiAlias(true);
|
||||
mCaretPaint.setStrokeWidth(strokeWidth);
|
||||
mCaretPaint.setStyle(Paint.Style.STROKE);
|
||||
mCaretPaint.setStrokeCap(Paint.Cap.SQUARE);
|
||||
mCaretPaint.setStrokeJoin(Paint.Join.MITER);
|
||||
mCaretPaint.setStrokeCap(Paint.Cap.ROUND);
|
||||
mCaretPaint.setStrokeJoin(Paint.Join.ROUND);
|
||||
|
||||
mShadowPaint.setColor(res.getColor(R.color.default_shadow_color_no_alpha));
|
||||
mShadowPaint.setAlpha(Themes.getAlpha(context, android.R.attr.spotShadowAlpha));
|
||||
|
||||
Reference in New Issue
Block a user