Open GoogleCodeExporter opened 9 years ago
Forgot the code to reproduce the problem, forgive me.
// Create a card with a full-screen background image.
Card card2 = new Card(this);
card2.setText("This card does not have a puppy background image, and the text
overflows.");
card2.setFootnote("This is unfortunate.");
card2.setImageLayout(Card.ImageLayout.FULL);
card2.addImage(R.drawable.ic_launcher);
View card2View = card2.getView();
setContentView(card2View);
Original comment by kevinlin...@gmail.com
on 16 Jul 2014 at 5:00
Original issue reported on code.google.com by
kevinlin...@gmail.com
on 16 Jul 2014 at 4:54Attachments: