Search code examples
androidintellij-ideaviewflipper

Preview of ViewFlipper with IntelliJ


In IntelliJ, I can preview a screen. If it is a ViewFlipper, it only shows the first page. Is there a way to preview all the pages of a flipper?

I can slightly modify the layout and preview each page, but I would like to preview them without touching the layout file.


Solution

  • No, unfortunately this is not possible at the moment. You will have to switch views since you will only see the first ViewFlipper child.

    I already filed a feature request and it is being considered, but no promises at the time: http://youtrack.jetbrains.com/issue/IDEA-123407