Questions tagged [google-play-newsstand]

Google Play Newsstand is a news aggregator and digital newsstand application offered by Google for Android and iOS platforms. Use with [android] or [ios] to indicate which version you are working with.

2 questions
16
votes
1 answer

Adding photos to gallery in Google Play Newsstand

I'm trying to add several pictures in a gallery of my articles in Google Play Newsstand with no success. I tried adding 3 pictures with the right size, but they can't be displayed into the article's gallery.
Jorgesys
  • 124,308
  • 23
  • 334
  • 268
11
votes
2 answers

Android TabLayout with active tab always at center, just like in Play Newsstand app

In android.support.design.widget.TabLayout, how to make the active tab always appear at the center, just like in Play Newsstand app, as shown below. The first and last tab should also appear at the center. I tried using padding on the TabLayout.…