Merge "Bee seeing you..." into honeycomb
This commit is contained in:
committed by
Android (Google) Code Review
commit
7666ebd9f2
@@ -29,11 +29,11 @@ public class PlatLogoActivity extends Activity {
|
||||
protected void onCreate(Bundle savedInstanceState) {
|
||||
super.onCreate(savedInstanceState);
|
||||
|
||||
mToast = Toast.makeText(this, "Zombie art by Jack Larson", Toast.LENGTH_SHORT);
|
||||
mToast = Toast.makeText(this, "REZZZZZZZ...", Toast.LENGTH_SHORT);
|
||||
|
||||
ImageView content = new ImageView(this);
|
||||
content.setImageResource(com.android.internal.R.drawable.platlogo);
|
||||
content.setScaleType(ImageView.ScaleType.FIT_CENTER);
|
||||
content.setScaleType(ImageView.ScaleType.CENTER_INSIDE);
|
||||
|
||||
setContentView(content);
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user