Search code examples
androidgoogle-glassgoogle-gdkcardscrollview

Bottom scrollBar in CardScrollView


I have a question about CardScrollView. Since each item on the CardScrollView takes up the full card, I would like to have the scrollbar showing at the bottom of the Card to indicate there are other items within this CardScrollView just like the the menu in glass.

I tired enabling setHorizontalScrollBarEnabled and setHorizontalFadingEdgeEnable nut nothing happen. I was also looking into setShowCardSheenEnabled but there is no such method for CardScrollView?


Solution

  • CardScrollView does not yet support this. Please follow the feature request for this, issue 256, in our issue tracker so that you can be updated as the GDK evolves.

    UPDATE: This is now supported by calling setHorizontalScrollBarEnabled(true) on the CardScrollView.