提交 402fa2c4 编写于 作者: A Adam Barth

Add a search and menu button to stocks app

R=eseidel@chromium.org

Review URL: https://codereview.chromium.org/956463002
上级 9ca8293e
......@@ -36,17 +36,17 @@
height: 56px;
box-shadow: 0px 4px 4px grey;
}
#menu {
sky-icon {
display: flex;
justify-content: center;
align-items: center;
padding: 7px;
margin: 0 8px;
margin: 0 4px;
color: black;
}
#title {
flex: 1;
margin: 0 8px;
margin: 0 4px;
}
sky-scrollable {
flex: 1;
......@@ -57,7 +57,9 @@
</sky-drawer>
<sky-toolbar>
<sky-icon id="menu" type="navigation/menu_white" size="24" />
I am a stocks app
<div id="title">I am a stocks app</div>
<sky-icon type="action/search_white" size="24" />
<sky-icon type="navigation/more_vert_white" size="24" />
</sky-toolbar>
<sky-scrollable id='stock_list'>
</sky-scrollable>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册