Skip to content

Commit f40534f

Browse files
committed
adding description and see also section
1 parent 482db14 commit f40534f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/ui/action-bar.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ position: 120
55
slug: action-bar
66
---
77

8-
# Overview
9-
10-
The `ActionBar` is the NativeScript common abstraction over the Android ActionBar and iOS NavigationBar.
8+
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.
119

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

30-
28+
The `ActionBar` is the NativeScript common abstraction over the Android ActionBar and iOS NavigationBar.
3129

3230
## Defining The ActionBar
3331

@@ -526,3 +524,8 @@ class MyTextEditorComponent {
526524
}
527525
```
528526
{% endangular %}
527+
528+
### See also
529+
530+
* [Layout Containers](https://docs.nativescript.org/ui/layout-containers)
531+
* [Architecture and Navigation](https://docs.nativescript.org/core-concepts/navigation)

0 commit comments

Comments
 (0)