Skip to content

Commit

Permalink
adding description and see also section
Browse files Browse the repository at this point in the history
  • Loading branch information
tsonevn committed Feb 2, 2018
1 parent 482db14 commit f40534f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/ui/action-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ position: 120
slug: action-bar
---

# Overview

The `ActionBar` is the NativeScript common abstraction over the Android ActionBar and iOS NavigationBar.
Tha article describes how to use the ActionBar component in a non-Angular NativeScript application as well as some iOS and Android specifics. All described scenarios are demonstrated with the appropriate code snippet.

* [Defining The ActionBar](#defining-the-actionbar)
* [Title](#title)
Expand All @@ -27,7 +25,7 @@ The `ActionBar` is the NativeScript common abstraction over the Android ActionBa
* [Creating SlideDrawer Button](#creating-slidedrawer-button)
{% angular %} * [Adding Actions To Existing ActionBar](#adding-actions-to-existing-actionbar){% endangular %}


The `ActionBar` is the NativeScript common abstraction over the Android ActionBar and iOS NavigationBar.

## Defining The ActionBar

Expand Down Expand Up @@ -526,3 +524,8 @@ class MyTextEditorComponent {
}
```
{% endangular %}

### See also

* [Layout Containers](https://docs.nativescript.org/ui/layout-containers)
* [Architecture and Navigation](https://docs.nativescript.org/core-concepts/navigation)

0 comments on commit f40534f

Please sign in to comment.