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

Commit 3a03eeed authored by Romain Guy's avatar Romain Guy
Browse files

Update shader text to test with drop shadows.

Change-Id: Iefdf116846c9b5649d1561a9d80d66d1c3acfeca
parent e1c6ff4b
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();
        }