Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Unified Diff: sky/framework/components/action_bar.dart

Issue 1010913002: Rename Sky's Toolbar to ActionBar (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/examples/stocks-fn/stocksapp.dart ('k') | sky/framework/components/toolbar.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/action_bar.dart
diff --git a/sky/framework/components/toolbar.dart b/sky/framework/components/action_bar.dart
similarity index 87%
rename from sky/framework/components/toolbar.dart
rename to sky/framework/components/action_bar.dart
index 9b5487689d0755e7829d4c062e6da46866fd7a9d..3920695aeb37ebb66338d752db43a18d2ae60a9f 100644
--- a/sky/framework/components/toolbar.dart
+++ b/sky/framework/components/action_bar.dart
@@ -7,7 +7,7 @@ import '../theme/colors.dart';
import '../theme/shadows.dart';
import '../theme/view-configuration.dart';
-class Toolbar extends Component {
+class ActionBar extends Component {
List<Node> children;
static final Style _style = new Style('''
@@ -20,7 +20,7 @@ class Toolbar extends Component {
box-shadow: ${Shadow[2]};'''
);
- Toolbar({String key, this.children}) : super(key: key);
+ ActionBar({String key, this.children}) : super(key: key);
Node build() {
return new Container(
« no previous file with comments | « sky/examples/stocks-fn/stocksapp.dart ('k') | sky/framework/components/toolbar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698