summaryrefslogtreecommitdiffstats
path: root/library/main/res/layout/suw_no_scroll_template_card.xml
Commit message (Collapse)AuthorAgeFilesLines
* [SetupWizardLib] Add progress bar supportMaurice Lam2015-04-031-2/+10
| | | | | | | | | | | | | Added methods showProgressBar, hideProgressBar and isProgressBarShown to SetupWizardLayout, that will show the bar if the corresponding ViewStub exists. This implementation has an improvement over existing Setup Wizard implementations in that it supports ListViews as well as ScrollViews, and the progress bar will be sticky together with the header instead of being scrolled away. Change-Id: Ifd7acae36a9b244d759b6528bb5dfdc3e1d15091
* [SetupWizardLib] Add no-scroll templatesMaurice Lam2015-03-251-0/+67
Added the no-scroll templates to the library, usually for use with views that handles its internal scrolling. Examples of this are WebViews and RecyclerViews. Note that the phone portrait layout has a caveat that the illustration will not scroll away. Change-Id: I12701f6e2692d41d0488f7b579fb15e2b136100d