Commit b24baa7a authored by Adam Barth's avatar Adam Barth

Add <sky-icon> to access material design widgets

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/947383002
parent 4ca655c9
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
--> -->
<import src="/sky/framework/sky-drawer.sky" /> <import src="/sky/framework/sky-drawer.sky" />
<import src="/sky/framework/sky-element.sky" /> <import src="/sky/framework/sky-element.sky" />
<import src="/sky/framework/sky-icon.sky" />
<import src="/sky/framework/sky-scrollable.sky" /> <import src="/sky/framework/sky-scrollable.sky" />
<import src="stock.sky" as='view'/> <import src="stock.sky" as='view'/>
<import src='companylist.sky' as='model'/> <import src='companylist.sky' as='model'/>
...@@ -39,11 +40,8 @@ ...@@ -39,11 +40,8 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 24px;
height: 24px;
padding: 7px; padding: 7px;
margin: 0 8px; margin: 0 8px;
background-color: papayawhip;
color: black; color: black;
} }
#title { #title {
...@@ -58,7 +56,7 @@ ...@@ -58,7 +56,7 @@
I am drawer I am drawer
</sky-drawer> </sky-drawer>
<sky-toolbar> <sky-toolbar>
<div id="menu" /> <sky-icon id="menu" type="navigation/menu_white" size="24" />
I am a stocks app I am a stocks app
</sky-toolbar> </sky-toolbar>
<sky-scrollable id='stock_list'> <sky-scrollable id='stock_list'>
......
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