nativescript-slides
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -443,7 +443,6 @@ "use strict"; | ||
var footerInnerWrap = new stack_layout_1.StackLayout(); | ||
var topOffset = Platform.screen.mainScreen.heightDIPs - 105; | ||
footerInnerWrap.height = 50; | ||
this.setwidthPercent(footerInnerWrap, 100); | ||
absolute_layout_1.AbsoluteLayout.setLeft(footerInnerWrap, 0); | ||
absolute_layout_1.AbsoluteLayout.setTop(footerInnerWrap, topOffset); | ||
absolute_layout_1.AbsoluteLayout.setTop(footerInnerWrap, 0); | ||
footerInnerWrap.orientation = 'horizontal'; | ||
@@ -460,2 +459,3 @@ footerInnerWrap.verticalAlignment = 'top'; | ||
activeIndicator.opacity = 0.9; | ||
footerInnerWrap.marginTop = "88%"; | ||
return footerInnerWrap; | ||
@@ -462,0 +462,0 @@ }; |
@@ -199,6 +199,6 @@ import * as app from 'application'; | ||
// if (this.pageIndicators) { | ||
this._footer = this.buildFooter(slides.length, 0); | ||
this.insertChild(this._footer, this.getChildrenCount()); | ||
// this.setActivePageIndicator(0); | ||
// if (this.pageIndicators) { | ||
this._footer = this.buildFooter(slides.length, 0); | ||
this.insertChild(this._footer, this.getChildrenCount()); | ||
// this.setActivePageIndicator(0); | ||
//} | ||
@@ -462,3 +462,3 @@ | ||
let footerInnerWrap = new StackLayout(); | ||
const topOffset = Platform.screen.mainScreen.heightDIPs - 105; | ||
footerInnerWrap.height = 50; | ||
@@ -468,3 +468,3 @@ | ||
AbsoluteLayout.setLeft(footerInnerWrap, 0); | ||
AbsoluteLayout.setTop(footerInnerWrap, topOffset); | ||
AbsoluteLayout.setTop(footerInnerWrap, 0); | ||
@@ -484,2 +484,5 @@ footerInnerWrap.orientation = 'horizontal'; | ||
activeIndicator.opacity = 0.9; | ||
footerInnerWrap.marginTop = <any>"88%"; | ||
return footerInnerWrap; | ||
@@ -486,0 +489,0 @@ } |
{ | ||
"name": "nativescript-slides", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -5,0 +5,0 @@ "main": "nativescript-slides.js", |
Sorry, the diff of this file is not supported yet
64821