Merge "Easter egg cleanups." into klp-dev
@@ -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);
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 243 B After Width: | Height: | Size: 213 B |
|
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 161 B |
|
Before Width: | Height: | Size: 244 B After Width: | Height: | Size: 255 B |
|
Before Width: | Height: | Size: 322 B After Width: | Height: | Size: 327 B |