0

as seen here - https://developers.google.com/glass/design/style there should be native implementation of Card "Author and content" but I cannot find how to use it.

In documentation you can change layout (a bit) by

setImageLayout(Card.ImageLayout imageLayout)

but this is minor change.

How to get that "Author and content" card style (or any other without writing own Activity)?

Michał Tajchert
  • 10,333
  • 4
  • 30
  • 47

1 Answers1

0

You have to write your owns layouts for that kind of cards. You should follow the style of https://developers.google.com/glass/design/style .

In https://developers.google.com/glass/develop/gdk/ui-widgets#xml_layouts you can find two .xml layouts that maybe help you.

Bae
  • 892
  • 3
  • 12
  • 26
  • It'd be awesome if Google had copy/paste XML layouts for: Full bleed with text, Author and content, and List as the do with the Main layout and Left image or column XML layouts... – Cole May 01 '14 at 23:20