From 625d801014753d66d3be3351cf9f1a6e01b8d794 Mon Sep 17 00:00:00 2001 From: Nikolay Tsonev Date: Tue, 20 Feb 2018 16:43:45 +0200 Subject: [PATCH] hiding cookbook/ui/action-bar article in favor of ui/action-bar (#5404) * hiding cookbook/ui/action-bar article in favor of ui/action-bar * removing action-bar article from cookbook --- tests/app/ui/action-bar/action-bar.md | 147 -------------------------- 1 file changed, 147 deletions(-) delete mode 100644 tests/app/ui/action-bar/action-bar.md diff --git a/tests/app/ui/action-bar/action-bar.md b/tests/app/ui/action-bar/action-bar.md deleted file mode 100644 index 4846f0eb1..000000000 --- a/tests/app/ui/action-bar/action-bar.md +++ /dev/null @@ -1,147 +0,0 @@ ---- -nav-title: "ActionBar How-To" -title: "action-bar" -environment: nativescript -description: "Examples for using ActionBar" -previous_url: /ApiReference/ui/action-bar/HOW-TO ---- -# ActionBar -Using a ActionBar requires the action-bar module. -{%snippet actionbar-common-require%} - - -## Setting Title and Icon -```XML - - - {%raw%}{%endraw%} - - ... - -``` -The icon can only be set in Android platform. It is hidden by default, but you explicitly control its visibility with the `android.iconVisibility' property. - -## Setting Custom Title View -```XML - - - - - -