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

Commit 7666ebd9 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Bee seeing you..." into honeycomb

parents 54973710 3023afef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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);
    }
+37.4 KiB (81.5 KiB)
Loading image diff...