Commit 394b1e53 authored by Adam Barth's avatar Adam Barth

Rename Sky's Toolbar to ActionBar

This naming matches the naming in Material Design.

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/1010913002
parent 4c2f2486
......@@ -11,7 +11,7 @@ import '../../framework/components/input.dart';
import '../../framework/components/material.dart';
import '../../framework/components/menu_divider.dart';
import '../../framework/components/menu_item.dart';
import '../../framework/components/toolbar.dart';
import '../../framework/components/action_bar.dart';
import '../data/stocks.dart';
import 'dart:math';
......@@ -103,7 +103,7 @@ class StocksApp extends App {
title = new Text('I am a stocks app');
}
var toolbar = new Toolbar(
var toolbar = new ActionBar(
children: [
new Icon(key: 'menu', style: _iconStyle,
size: 24,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment