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

Commit a5679c8a authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "Update shader text to test with drop shadows."

parents 64e00980 3a03eeed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@ public class MoreShadersActivity extends Activity {
            mLargePaint.setAntiAlias(true);
            mLargePaint.setTextSize(36.0f);
            mLargePaint.setColor(0xff000000);
            mLargePaint.setShadowLayer(3.0f, 0.0f, 3.0f, 0x7f00ff00);
            
            mPaint = new Paint();
        }