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

Commit b846b58f authored by Chris Craik's avatar Chris Craik
Browse files

Anti-Alias ColorDrawable

Change-Id: I4d0ee2a496de908b99b0f1d8bef1b6f861c94c6f
parent 55e603ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ import java.io.IOException;
 * @attr ref android.R.styleable#ColorDrawable_color
 */
public class ColorDrawable extends Drawable {
    private final Paint mPaint = new Paint();
    private final Paint mPaint = new Paint(Paint.ANTI_ALIAS_FLAG);

    @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
    private ColorState mColorState;