nicolas2k / google-glass-api

Automatically exported from code.google.com/p/google-glass-api
1 stars 0 forks source link

On a CardScrollView calling setHorizontalScrollBarEnabled(true) doesn't enable the scroll bar. #353

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Cards that are added to the adapter will show and scrolling works but the 
scroll bar is never visible.

mCardScrollView = new CardScrollView(this);
ExampleCardScrollAdapter adapter = new ExampleCardScrollAdapter();
mCardScrollView.setAdapter(adapter);
mCardScrollView.setHorizontalScrollBarEnabled(true);
mCardScrollView.activate();
setContentView(mCardScrollView);

Original issue reported on code.google.com by DDRBox...@gmail.com on 10 Jan 2014 at 6:59

GoogleCodeExporter commented 8 years ago

Original comment by ala...@google.com on 10 Jan 2014 at 7:00