| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 226ab3c commit c3ee667
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,12 +99,17 @@ export function buildUIAndRunTest<T extends View>(controlToTest: T, testFunction | |||
| 99 | 99 | newPage.css = options.pageCss; | |
| 100 | 100 | } | |
| 101 | 101 | ||
| 102 | + newPage.actionBarHidden = true; | ||
| 103 | + newPage.actionBar.flat = false; | ||
| 104 | + | ||
| 102 | 105 | if (options.actionBar) { | |
| 103 | - newPage.actionBar.title = "Test"; | ||
| 106 | + newPage.actionBarHidden = false; | ||
| 107 | + newPage.actionBar.title = "Test ActionBar"; | ||
| 104 | 108 | } | |
| 105 | 109 | ||
| 106 | 110 | if (options.actionBarFlat) { | |
| 107 | - newPage.actionBar.title = "Test"; | ||
| 111 | + newPage.actionBarHidden = false; | ||
| 112 | + newPage.actionBar.title = "Test ActionBar Flat"; | ||
| 108 | 113 | newPage.actionBar.flat = true; | |
| 109 | 114 | } | |
| 110 | 115 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments