Merge pull request #1528 from NativeScript/bg-image-with-url

Fix: background properties not respected with remote background image
This commit is contained in:
Vladimir Enchev
2016-02-12 11:28:23 +02:00
3 changed files with 21 additions and 19 deletions

View File

@ -128,7 +128,7 @@ import actionBarModule = require("ui/action-bar");
// ...
// </Page>
//```
//Setting `text` for the navigation button is not supproted in Android. You can use `icon` or `android.systemIcon` to set the image in Android.
//Setting `text` for the navigation button is not supported in Android. You can use `icon` or `android.systemIcon` to set the image in Android.
//Setting `ios.systemIcon` for the navigation button is not supported in iOS.
//
// </snippet>