We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9e5bd5 + efc719b commit 0c3eaddCopy full SHA for 0c3eadd
demo/app/main-page.xml
@@ -1,5 +1,5 @@
1
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:Slides="nativescript-slides" loaded="pageLoaded">
2
- <Slides:SlideContainer loop="true">
+ <Slides:SlideContainer loop="true" AndroidTransparentStatusBar="true">
3
<Slides:Slide class="slide-1">
4
<Label text="This is Panel 1" />
5
</Slides:Slide>
nativescript-slides.ts
@@ -31,6 +31,8 @@ export class SlideContainer extends AbsoluteLayout {
31
private _loop: boolean;
32
private _interval: number;
33
private _AndroidTransparentStatusBar: boolean;
34
+ private _loop: boolean
35
+ private _AndroidTransparentStatusBar: boolean;
36
37
get interval() {
38
return this._interval;
0 commit comments