Skip to content

Commit 0c3eadd

Browse files
i think now it is fine
2 parents b9e5bd5 + efc719b commit 0c3eadd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/app/main-page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Page xmlns="http://schemas.nativescript.org/tns.xsd" xmlns:Slides="nativescript-slides" loaded="pageLoaded">
2-
<Slides:SlideContainer loop="true">
2+
<Slides:SlideContainer loop="true" AndroidTransparentStatusBar="true">
33
<Slides:Slide class="slide-1">
44
<Label text="This is Panel 1" />
55
</Slides:Slide>

nativescript-slides.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ export class SlideContainer extends AbsoluteLayout {
3131
private _loop: boolean;
3232
private _interval: number;
3333
private _AndroidTransparentStatusBar: boolean;
34+
private _loop: boolean
35+
private _AndroidTransparentStatusBar: boolean;
3436

3537
get interval() {
3638
return this._interval;

0 commit comments

Comments
 (0)