JamesVenn / apps-for-android

Automatically exported from code.google.com/p/apps-for-android
Apache License 2.0
0 stars 0 forks source link

Better shadows for LOLcat #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
A better way to create LOLcat-like shadows is to use something like I did
in ConnectBot where you make the stroke width wide and change the mitres to
round on a Paint object you draw before the actual text:

http://code.google.com/p/connectbot/source/browse/trunk/connectbot/src/org/conne
ctbot/ColorsActivity.java?spec=svn326&r=326#171

Original issue reported on code.google.com by kenny@the-b.org on 23 Jun 2009 at 3:39