Hello titanium mobiles developpers,
I have some questions about navigationWindow, because picture is better than thousands of words :
As you can see i have a blue back button of the navigationWindow and as content a ScrollableView with image :
<Alloy>
<Window>
<ScrollableView id="scrollableView" showPagingControl="true" overlayEnabled="true" pagingControlColor="transparent" backgroundColor="black">
<View id="view1">
<ImageView class="fullBgImage"image="images/pubs/v2.png" />
</View>
<View id="view2">
<ImageView id="imageview_1" image="images/pubs/pub_un.jpg" />
</View>
<View id="view3">
<ImageView id="imageview_2" image="images/pubs/pub_deux.jpg" />
</View>
<View id="view4">
<ImageView image="images/pubs/guide.png" />
</View>
<View id="view5" >
<ImageView touchEnabled="false" image="images/pubs/start.png" />
</View>
</ScrollableView>
</Window>
My issue is that i cannot get the back button text and arrow to white color, and i get padding on both side of ScrollableView.
How can i get rid of those paddings? and color back button ?
ABOVE QUESTIONS ARE RESOLVED BELOW
I just have another question, is it possible to make fullscreen the imageview, i mean putting the back button under the view, please see screenshot below :
Thank you for helps.

