am e00ab019: Merge "Easter egg cleanups." into klp-dev

* commit 'e00ab01977b64be9727830f154538f0a035b203b':
  Easter egg cleanups.
This commit is contained in:
Daniel Sandler
2013-10-13 12:33:15 -07:00
committed by Android Git Automerger
5 changed files with 1 additions and 1 deletions

View File

@@ -79,7 +79,7 @@ public class PlatLogoActivity extends Activity {
letter.setTextSize(300);
letter.setTextColor(0xFFFFFFFF);
letter.setGravity(Gravity.CENTER);
letter.setText(String.valueOf(Build.VERSION.RELEASE).substring(0, 1));
letter.setText(String.valueOf(Build.ID).substring(0, 1));
final int p = (int)(4 * metrics.density);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

After

Width:  |  Height:  |  Size: 213 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 B

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 244 B

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 322 B

After

Width:  |  Height:  |  Size: 327 B